summaryrefslogtreecommitdiff
path: root/README.md
blob: d15fec763e75e024ca4227802235f2eea3071522 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# firmware
Firmware for blinkenrocket

Use `make && sudo make program` to flash a blinkenrocket and use the web
editor on <http://blinkenrocket.de/> to load patterns.

You can also use `cd utilities; ./modem_transmit string1 string2 string3 ...`,
though this only supports simple string patterns and a few fixed example
animations.

# Usage

## Sleep / Wakeup

* Press both buttons for at least 500ms to put the rocket into deep sleep
  (~1µW power consumption)
* Press any key (or send a modem transmission with 100ms of extra sync pulses)
  to turn it back on

## Normal operation

* Left button: Switch to previous pattern
* Right button: Switch to next pattern

The new pattern will not be loaded before the button has been released.

# Error messages / conditions

## "Transmission failure"

A modem transmission was started, but not properly terminated. Make sure that
your audio volume is set to 100%.

## "Storage is empty"

The storage does not contain any patterns yet. Use `modem_transmit` or
<http://blinkenrocket.de/> to fill it with patterns of your choice.

## Modem transmissions don't work at all

Make sure that your audio volume is set to 100%. If possible, try transmitting
from another device.

## Rocket does not turn on

This probably means that either your MCU (U1) is not properly powered,
or it is unable to communicate with the storage (U2).

Make sure that the right parts are soldered in the right position and check
your soldering. Double-check parts and soldering for U1, U2, C3, R4 and R5.

Make sure that the battery is correctly inserted. The plus pins must lay on TOP
of the battery where the minus pins are below on the BOTTOM of the battery. 
Insert the battery correctly from one side and then slide it in.

## Rocket hangs during patern display / when switching patterns

If the display still displays something, but does not scroll/advance the
animation anymore and the rocket does not respond to key presses, it means that
it is unable to communicate with the EEPROM storage.

Double-check parts and soldering (especially for U1, U2, C3, R4 and R5). If you
are really sure that everything is soldered correctly, your EEPROM might be
faulty (not as in data corruption, but as in "does not even acknowledge its
presence anymore"). This is quite improbable, though.

# License Notes

Please note that early versions of the BlinkenRocket accidentially contained a copyright protected font. This was fixed on 30rd of May 2016. We're sorry for the inconvenience this has caused! If you have an old BlinkenRocket (soldered prior to the 30rd of May 2016), please upgrade your firmware. If you do not know how to do this and need assistance, please contact us through our info@ mail address.