summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2016-02-24 18:45:37 +0100
committerDaniel Friesel <derf@finalrewind.org>2016-02-24 18:45:37 +0100
commit9cf84961d6d3aecd081271df9925c173d76ccf4b (patch)
treede5b924340896ac5e612a9f06c798c4c0aee80a0
parentc6dfb32be9d6fa79f098c3a3e8dfa22c5acafe72 (diff)
known bugs and todos
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index ca8c31f..bd1e304 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,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