summaryrefslogtreecommitdiff
path: root/README.md
blob: bd1e304a6263ebdf6b76616d7cbc7ebe7a6aafc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# firmware
Firmware for blinkenrocket

Use `make && sudo make program` to flash a blinkenrocket and
`cd utilities; ./modem_transmit` to load example patterns.

## Known Bugs / TODOs

* Patterns longer than 252 bytes (excluding headers) are not yet supported
* Patterns longer than 28 bytes (excluding headers) can be saved, but only the
  first 28 bytes will be displayed
* Only slow transmissions are reliable at the moment (16kHz and a few
  ms of silence between patterns)
* The first `./modem_transmit` call does not work reliably --- Calling it a
  second time immediately afterwards (or a few seconds later) works fine