Commit Graph

243 Commits

Author SHA1 Message Date
Mark Qvist
05779cb1e3 Updated precompiled firmware 2022-01-10 01:29:53 +01:00
Mark Qvist
56f7334688 Updated readme 2022-01-10 01:21:47 +01:00
Mark Qvist
295be1a158 Updated makefile 2022-01-10 01:20:33 +01:00
Mark Qvist
3282d02191 Updated precompiled firmware 2022-01-10 01:20:16 +01:00
Mark Qvist
6819162679 Updated precompiled firmware 2022-01-10 00:18:14 +01:00
Mark Qvist
8428e0e159 Cleanup and version bump 2022-01-10 00:05:25 +01:00
Mark Qvist
b2d318b576 Correct types for FIFO16 on 32-bit platforms 2022-01-09 23:45:40 +01:00
Mark Qvist
3e0536b272 Initial multiplatform support 2022-01-09 23:40:30 +01:00
Mark Qvist
e1df8a2c75 Updated precompiled firmware 2022-01-09 01:58:55 +01:00
Mark Qvist
032a4943c7 Added local config for arduino-cli 2022-01-09 01:07:39 +01:00
Mark Qvist
8af4921413 Updated precompiled firmware 2022-01-09 00:59:10 +01:00
Mark Qvist
9ee61ee95f Resolved merge conflict 2022-01-08 14:35:48 +01:00
Mark Qvist
fb976c8600 Updated precompiled firmware 2021-12-26 11:32:36 +01:00
Mark Qvist
b319e2b0e8 Added boot diagnostics 2021-12-26 11:27:32 +01:00
Mark Qvist
af794fc882 Updated license 2021-12-26 10:47:47 +01:00
Mark Qvist
a5f9ff01d3 Merge branch 'master' of github.com:markqvist/RNode_Firmware 2021-12-26 10:38:54 +01:00
Mark Qvist
d39b28ba28 Added makefile 2021-12-26 10:38:45 +01:00
Steven Honson
fd6842752f atmega2560 support 2021-12-14 11:50:37 +11:00
Mark Qvist
144dae2ecb
Update README.md 2021-10-11 15:28:27 +02:00
Mark Qvist
cddc195057 Updated precompiled firmware 2021-03-12 18:50:58 +01:00
Mark Qvist
3cfbb0cf58 Added implicit header mode 2021-03-12 18:48:50 +01:00
Mark Qvist
ab99c2abd9 Larger packet queue. Fixed FIFO16 overflow and memory inits. 2020-06-01 12:43:59 +02:00
Mark Qvist
4bfcfb5dc8 Improved queue and buffering 2020-05-29 14:58:10 +02:00
Mark Qvist
a7a6e863b5 Updated to version 1.14 2020-05-28 22:19:23 +02:00
Mark Qvist
163c6b021f Reworked queue and buffering 2020-05-28 22:18:19 +02:00
Mark Qvist
417f39d02a Fixed reference in Python Library 2020-05-28 17:58:08 +02:00
Mark Qvist
7a5d687f0e Python library to Python 3 2020-05-27 16:45:51 +02:00
Mark Qvist
02525cee55 Cleaned up whitespace 2020-05-27 16:17:40 +02:00
Mark Qvist
a683e2df4d Updated precompiled firmware to version 1.13 2020-05-21 12:41:59 +02:00
Mark Qvist
19c4107c4e Updated SNR indication method 2020-05-21 12:41:39 +02:00
Mark Qvist
b30564c5fc Updated precompiled to version 1.12 2020-05-20 16:19:33 +02:00
Mark Qvist
2b25762060 Added querying packet buffer state as KISS command 2020-05-20 16:16:04 +02:00
Mark Qvist
b3b87bd7c5 Updated manual 2020-04-30 11:36:28 +02:00
Mark Qvist
e2be95df3e Fixed typo 2020-04-22 16:49:04 +02:00
Mark Qvist
58dc7f5aa8 Updated readme 2020-01-26 13:37:16 +01:00
Mark Qvist
bad6f4bf75 Fixed RSSI indication confusion. Added SNR indication to received packets. 2019-11-07 15:26:21 +01:00
Mark Qvist
cd4587cca2
Merge pull request #6 from markqvist/revert-4-patch-1
Revert "Fix RSSI offset for pre-msg RSSI notification"
2019-10-29 20:36:26 +01:00
Mark Qvist
544eb85eef
Revert "Fix RSSI offset for pre-msg RSSI notification" 2019-10-29 20:35:53 +01:00
Mark Qvist
454de10ee9
Merge pull request #4 from TheBlueMatt/patch-1
Fix RSSI offset for pre-msg RSSI notification
2019-10-23 08:05:02 +02:00
Mark Qvist
3e866178f1
Merge pull request #5 from tomelec/patch-1
LoRa: Enable LowDataRateOptimize for symbol length >16ms
2019-10-23 08:02:53 +02:00
tomelec
7f2663366e LoRa: Enable LowDataRateOptimize for symbol length >16ms 2019-10-14 23:16:30 +02:00
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