Commit Graph

96 Commits

Author SHA1 Message Date
jacob.eva
701be08ec1
Add the start of BLE support on ESP32 2024-08-06 17:25:50 +01:00
jacob.eva
a287d7b01c
Add rak4631_sx1280 and freenode board variant targets 2024-07-20 16:47:01 +01:00
jacob.eva
282815eb95
Merge branch 't3s3_sx1280' 2024-07-20 16:08:00 +01:00
jacob.eva
c88fe0ed33
Add support for negative TX power values 2024-07-12 15:15:56 +01:00
jacob.eva
e5fcf79e4d
Add support for freeNode to EEPROM 2024-07-12 13:54:50 +01:00
jacob.eva
fee8d2b28b
Add todo 2024-07-09 10:38:39 +01:00
jacob.eva
ba2d36add9
Switch from board variant being set separately to using model number instead. 2024-07-09 10:37:50 +01:00
jacob.eva
35e9f36ffd
Add T3S3 target and different variants of the board 2024-07-09 09:40:30 +01:00
jacob.eva
5fb1f452a4
Fix TNC settings not being saved, courtesy of @attermann 2024-07-04 19:02:46 +01:00
jacob.eva
007dfd8e65
Add PA calculations for LoRa1280F27 2024-07-03 12:25:49 +01:00
jacob.eva
379dce99b3
Fix various SX1280 issues, revamp RX ISR flow 2024-07-03 11:06:52 +01:00
jacob.eva
3f8d012457
Add multiple interface support 2024-06-10 13:05:21 +01:00
jacob.eva
94828d825b
Add firmware hash calculation to RAK4631 + more 2024-05-13 22:25:24 +01:00
jacob.eva
29e8406437
Fix display on NRF52 2024-05-05 17:15:55 +01:00
Mark Qvist
73de55c82b Added button input and deep sleep 2024-05-02 01:20:33 +02:00
Mark Qvist
31540410cf Base structure for BLE support on ESP32-S3 boards 2024-04-23 00:52:57 +02:00
Mark Qvist
b091820d0e Changed ESP32 WDT include for v2.2 RNodes 2024-04-20 22:04:04 +02:00
Kevin Brosius
56a51fdafe Update to add product and model codes for Heltec V3, swap to
HELTEC32_V3 name for board ID.  Bluetooth still disabled.
2024-04-11 01:38:06 -04:00
Kevin Brosius
5c1e0f25ee Clean up debug prints for PR 2024-03-11 12:35:29 -04:00
Kevin Brosius
36ab438625 WIP: Booting and display working, Lora32 V3, debug and some
checks bypassed.
2024-03-11 03:59:42 -04:00
Mark Qvist
c31cba0fd8 SX126x board defines 2024-02-13 17:26:25 +01:00
markqvist
5a87095e30
Merge pull request #61 from jacobeva/ble
Add NRF52 BLE serial support
2024-02-10 17:15:02 +01:00
Mark Qvist
d9a982b876 ESP32 adjustments 2024-02-10 17:13:52 +01:00
jacob.eva
78a02c5ae4
Add SX1280 driver and split driver in three parts 2024-02-09 20:56:26 +00:00
Mark Qvist
950e94f56a Merge branch 'master' of github.com:markqvist/RNode_Firmware 2024-02-08 17:53:35 +01:00
Mark Qvist
28be170cef Added board configuration 2024-02-08 17:53:23 +01:00
jacob.eva
c21d8dcb2b
Fix RSSI miscalculation and TX power not being set correctly 2024-01-29 20:36:14 +00:00
jacob.eva
80769f1101
Add BLE driver for NRF52 2024-01-25 21:35:40 +00:00
jacob.eva
6e8865b2ae
Replace EEPROM backend to be compatible with Adafruit BLE lib 2024-01-21 15:12:20 +00:00
jacob.eva
fcba036c01
Revert SPI to hardware on ESP32 platforms 2024-01-20 22:40:28 +00:00
jacob.eva
a304b892b7
Revert "Disable software SPI for ESP32 MCUs"
This reverts commit 793b53dd4c.
2024-01-20 13:23:39 +00:00
jacob.eva
53daa12a01
Fix EEPROM.h inclusion error 2024-01-20 11:35:57 +00:00
jacob.eva
381d40c4f5
Added NRF52 support 2024-01-19 10:08:55 +00:00
Mark Qvist
6d26997fa4 Added battery state reporting over USB/Serial/Bluetooth. Implements #39. 2023-10-07 19:46:32 +02:00
Mark Qvist
2536c26f50 Added ability to set custom display address 2023-09-19 18:32:29 +02:00
Mark Qvist
d45f03b433 Improved channel access behaviour. Improved LoRa PHY parameter setup. Added parameter reporting to host connection. 2023-09-17 16:23:35 +02:00
Mark Qvist
b61bead60a Implemented adaptive CSMA scheme 2023-09-14 22:32:26 +02:00
Mark Qvist
9fd379486d Adjusted preamble and airtime calculations 2023-09-14 13:00:40 +02:00
Mark Qvist
eb7b5c6c26 Added airtime limiting and channel timing stat reporting over serial/USB/bluetooth 2023-09-13 20:05:05 +02:00
Mark Qvist
f4cdd5ea4a Added channel load and airtime stats to display 2023-09-12 21:51:51 +02:00
Mark Qvist
41a7abff57 Added channel utilisation and airtime accounting 2023-09-12 14:48:47 +02:00
Mark Qvist
88b186d182 Add ROM codes for T3 v1.0 2023-05-03 15:57:02 +02:00
Mark Qvist
c11c466e18 Merge branch 'master' of github.com:markqvist/RNode_Firmware 2023-05-03 15:26:49 +02:00
Mark Qvist
7274a6cc70 Persist display intensity to EEPROM 2023-05-03 14:05:49 +02:00
mrmx
221eeeb628 Initial commit 2023-03-13 12:14:53 +01:00
Mark Qvist
683297b804 Added Bluetooth pairing PIN output for rnodeconf 2023-02-04 13:46:04 +01:00
Mark Qvist
f8dfbbaaa1 Updated license headers 2023-01-14 00:11:02 +01:00
Mark Qvist
910d50f11e Added WiFi AP console mode 2023-01-07 16:35:07 +01:00
Mark Qvist
baf1be7567 Updated neopixel animations 2022-12-15 18:25:27 +01:00
Mark Qvist
a99c78a68c Updated NeoPixel handling 2022-12-04 20:00:21 +01:00