Commit Graph

50 Commits

Author SHA1 Message Date
Mark Qvist
7cdb2ec86a Added Bluetooth pairing procedure and pin display 2022-10-30 16:49:35 +01:00
Mark Qvist
8b7e324a5a Implemented Bluetooth power and pairing state control 2022-10-30 14:52:22 +01:00
Mark Qvist
b6a26b3226 Added Bluetooth driver 2022-10-30 13:51:36 +01:00
Mark Qvist
9f1021d30a Added parameters to host disconnect cleanup 2022-10-29 17:34:08 +02:00
Mark Qvist
de1a8aa36c Added cable status detection 2022-10-29 16:44:49 +02:00
Mark Qvist
b0f49c0cce Added display, power management and other foundations for bluetooth connectivity. 2022-10-29 00:53:39 +02:00
Mark Qvist
8307b3c0d1 RGB LED indications for RNode NG 2022-06-11 16:42:49 +02:00
Mark Qvist
9bb6d34ef4 Added board command to host protocol 2022-01-22 22:34:03 +01:00
Mark Qvist
c4f7767b4f License header 2022-01-22 21:48:36 +01:00
Mark Qvist
044cb33948 Added support for LoRa32 v2.1 boards 2022-01-22 21:43:52 +01:00
Mark Qvist
ec7936c8b6 Added compatibility for Adafruit FeatherESP32, generic ESP32 and ATmega2560 2022-01-21 20:43:29 +01:00
Mark Qvist
4511a10cc6 Improved T-Beam compatibility 2022-01-14 21:41:10 +01:00
Mark Qvist
1afc9fd2a9 Improved ESP32 compatibility 2022-01-14 21:12:33 +01:00
Mark Qvist
8b7d4611e0 Fix DCD detection broken from pull request #13 2022-01-14 11:01:46 +01:00
Mark Qvist
4237760680 Revert types 2022-01-14 10:51:40 +01:00
karamo
291868af6d remove warnings
"unused variable" "uninitialized"
2022-01-14 09:37:38 +01:00
karamo
72a4678949 Update RNode_Firmware.ino
correct parentheses
2022-01-14 01:04:28 +01:00
karamo
96348de145 minor changes
warning: comparison is always true due to limited range of data type
and add parentheses
2022-01-13 22:18:18 +01:00
Mark Qvist
a0af475c31 Work on ESP32 compatibility 2022-01-11 02:54:32 +01:00
Mark Qvist
8a51a03a24 Work on ESP32 compatibility 2022-01-10 22:14:30 +01:00
Mark Qvist
f80230ffe7 Work on ESP32 compatibility 2022-01-10 19:33:47 +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
b319e2b0e8 Added boot diagnostics 2021-12-26 11:27:32 +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
163c6b021f Reworked queue and buffering 2020-05-28 22:18:19 +02:00
Mark Qvist
19c4107c4e Updated SNR indication method 2020-05-21 12:41:39 +02:00
Mark Qvist
2b25762060 Added querying packet buffer state as KISS command 2020-05-20 16:16:04 +02:00
Mark Qvist
bad6f4bf75 Fixed RSSI indication confusion. Added SNR indication to received packets. 2019-11-07 15:26:21 +01:00
Mark Qvist
544eb85eef
Revert "Fix RSSI offset for pre-msg RSSI notification" 2019-10-29 20:35:53 +01: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
f8a2cb8a05 Arduino IDE compat fix 2018-12-01 19:31:51 +01:00
Mark Qvist
a5243ed4ac Fixed flow control ready indication 2018-07-04 23:24:07 +02:00
Mark Qvist
e7ca8d7cde Enabled LoRa spreading factor 6 2018-06-30 12:10:14 +02:00
Mark Qvist
94d8493a28 Added precompiled image 2018-06-27 14:50:18 +02:00
Mark Qvist
d493e5e311 Implemented LoRa promiscuous mode 2018-06-27 11:42:48 +02:00
Mark Qvist
11e3b8908d On-board packet queue 2018-06-27 10:22:44 +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
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
f2762af576 Initial commit 2018-04-05 18:10:42 +02:00