blob: 2fbf67c6efa6a53f5e468b3d2fa4c2c3438d2334 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# firmware
Firmware for blinkenrocket
Use `make && sudo make program` to flash a blinkenrocket and
`cd utilities; ./modem_transmit string1 string2 string3 ...` to load some patterns.
## Known Bugs / TODOs
* Patterns longer than 252 bytes (excluding headers) are not yet supported
* Pattern transfers which are longer than ~16kbit don't work reliably and
may leave the device in a bogus state (requiring a power on reset before
new patterns can be transferred)
|