Commit Graph

552 Commits

Author SHA1 Message Date
Matt Corallo 68f403bf84 Use Packet RSSI formula from datasheet section 5.5.5 2019-09-26 18:50:04 -04:00
Matt Corallo 30a07a32ce
Fix RSSI offset for pre-msg RSSI notification
last_rssi is a large negative number, with rssi_offset being +292,
intended to be added to put the value inside the range of a single byte uint.
Before sending the data message, a RSSI message is automatically sent,
which is quite nice, but the value ends up overflowing the 8-bit uint, giving
a bogus value.
2019-09-26 22:22:05 +00:00
Mark Qvist 1275c5876d Fix DCD bug 2019-01-06 12:55:08 +01:00
Mark Qvist cec3cda7c9 External toolchain and Arduino IDE compatibility 2019-01-01 15:52:48 +01:00
Mark Qvist 33376a71d8 Updated manual 2018-12-17 12:35:45 +01:00
Mark Qvist 4715c24ab9 Merge branch 'master' of github.com:markqvist/RNode_Firmware 2018-12-01 22:08:36 +01:00
Mark Qvist 7c96c093ce Fixed packet queue and flow control bug, updated precompiled firmware to v1.09 2018-12-01 22:08:24 +01:00
Mark Qvist f8a2cb8a05 Arduino IDE compat fix 2018-12-01 19:31:51 +01:00
Mark Qvist a5aea869cc
Merge pull request #2 from ryanbarrie/master
Fixed exception caused by global reference.
2018-08-02 08:36:56 +02:00
Ryan Barrie a4f51689fb Fixed exception caused by global reference. 2018-08-01 21:48:59 -05:00
Mark Qvist 6b048417a7 Updated precompiled firmware to 1.08 2018-07-04 23:24:48 +02:00
Mark Qvist a5243ed4ac Fixed flow control ready indication 2018-07-04 23:24:07 +02:00
Mark Qvist d3aa2ef6d1 Updated manual 2018-07-03 14:57:19 +02:00
Mark Qvist 1b20ad9df7 Updated readme 2018-07-01 19:22:36 +02:00
Mark Qvist af5e757f9f Updated precompiled firmware to v1.07 2018-06-30 12:11:09 +02:00
Mark Qvist e7ca8d7cde Enabled LoRa spreading factor 6 2018-06-30 12:10:14 +02:00
Mark Qvist bd3cd5c145 Updated precompiled firmware 2018-06-28 20:27:53 +02:00
Mark Qvist 8aba5b6913 Added schematics and BOM 2018-06-28 17:37:33 +02:00
Mark Qvist a2d2753571 Added manual 2018-06-28 17:25:22 +02:00
Mark Qvist cee61d8421 Updated readme 2018-06-27 14:53:27 +02:00
Mark Qvist c72e6207d2 Added precompiled image 2018-06-27 14:51:58 +02:00
Mark Qvist 94d8493a28 Added precompiled image 2018-06-27 14:50:18 +02:00
Mark Qvist beb17d0922 Fixed RSSI indication 2018-06-27 14:08:16 +02:00
Mark Qvist 03e655b3ff Updated readme 2018-06-27 11:51:57 +02:00
Mark Qvist c607e7c5d1 Updated readme 2018-06-27 11:50:27 +02:00
Mark Qvist d493e5e311 Implemented LoRa promiscuous mode 2018-06-27 11:42:48 +02:00
Mark Qvist 4f9cfee7c2 On-board packet queue 2018-06-27 10:24:51 +02:00
Mark Qvist 11e3b8908d On-board packet queue 2018-06-27 10:22:44 +02:00
Mark Qvist 0dd6ce6539 Library and example 2018-06-22 11:17:14 +02:00
Mark Qvist 255d978bd7 Added Python library 2018-06-22 10:23:09 +02:00
Mark Qvist 92e88ab951 Added Python library 2018-06-22 10:20:46 +02:00
Mark Qvist 5f84685287 Added Python library 2018-06-22 10:19:53 +02:00
Mark Qvist f40996f59e Documentation folder 2018-06-21 11:30:19 +02:00
Mark Qvist 39ed19dd7b Documentation folder 2018-06-21 11:28:36 +02:00
Mark Qvist fd32950336 Schematics folder 2018-06-21 11:14:03 +02:00
Mark Qvist a278fb0af3 Updated readme 2018-06-20 22:08:28 +02:00
Mark Qvist cf7b9b3ae6 Updated readme 2018-06-20 22:01:24 +02:00
Mark Qvist e4bdaa0180 Updated readme 2018-06-20 21:58:35 +02:00
Mark Qvist 3a2c3bf1cc Updated readme 2018-06-20 21:30:36 +02:00
Mark Qvist c929ce3e13 License 2018-06-20 20:53:18 +02:00
Mark Qvist 3deab29845 TNC mode checks 2018-06-20 17:45:22 +02:00
Mark Qvist 720f34d41f EEPROM config and TNC mode 2018-06-20 16:32:30 +02:00
Mark Qvist 31de28714f ROM addressing 2018-06-20 08:45:49 +02:00
Mark Qvist 6866e48867 MD5 library 2018-06-20 08:45:36 +02:00
Mark Qvist 637a44ad70 EEPROM validation and config util compat 2018-06-20 08:45:11 +02:00
Mark Qvist 4d943999d5 Prepared EEPROM functionality 2018-06-18 22:30:24 +02:00
Mark Qvist 8a604f911b RX turnaround timing 2018-04-26 16:47:03 +02:00
Mark Qvist be98b0d7f7 Data carrier detection 2018-04-26 15:52:43 +02:00
Mark Qvist 978800aaf9 Added KISS flow control 2018-04-26 10:34:39 +02:00
Mark Qvist 8a35afbebe Added escaping to upstream config commands 2018-04-05 19:14:44 +02:00