Commit Graph

169 Commits (904284193aa4ee35fb5d83395e06f889eb44192a)

Author SHA1 Message Date
Mark Qvist fef27b194c Basic T-Deck display support 2024-10-03 02:51:54 +02:00
Mark Qvist 8bdd85e648 Added T-Deck support 2024-10-03 00:38:49 +02:00
Mark Qvist 2804a05afd Update display blanking 2024-10-01 17:51:14 +02:00
Mark Qvist 423098ff30 Updated display blanking/unblanking 2024-10-01 17:40:18 +02:00
Mark Qvist 96e74246bb Improve button input interactions 2024-10-01 14:59:53 +02:00
Mark Qvist 304cdd2968 Cleanup 2024-09-30 19:18:30 +02:00
Mark Qvist 75816b4fe0 Added ESP32 BLE Serial support 2024-09-29 21:59:42 +02:00
Mark Qvist 59e1836975 Cleanup 2024-09-29 03:10:32 +02:00
Mark Qvist a4ecc0d6f3 Added display blanking timeout 2024-09-29 02:33:02 +02:00
Mark Qvist 97806d1684 Cleanup 2024-09-29 01:21:49 +02:00
Mark Qvist bb9f515348 Check console is activated 2024-09-28 15:15:22 +02:00
Mark Qvist a134cbfb9c Added NeoPixel intensity control 2024-09-27 20:08:05 +02:00
Mark Qvist ac819ecb20 Added input button actions 2024-09-27 00:27:24 +02:00
markqvist 30fb26e1a8
Merge branch 'master' into master 2024-05-18 10:26:10 +02:00
Mark Qvist f19ccf7078 Added deep sleep support on T3S3 2024-05-18 01:07:38 +02: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
markqvist edf6dce388
Merge pull request #73 from cobraPA/upstream_add_heltec_lora_v3
Add heltec lora32 v3
2024-04-20 18:57:47 +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
Mark Qvist e63b5b6cdb Use hardware RNG for CSMA r-value seed on ESP32 2024-03-30 15:11:24 +01:00
Kevin Brosius 0a08e7ffbf Remove debug build settings from PR 2024-03-11 16:55:01 -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 fe50c2cac9 Added max power level differentiation for SX1262 2024-02-13 14:18:41 +01:00
Mark Qvist dce3b25d64 Fixed broken CSMA random value 2024-02-11 18:30:13 +01:00
Mark Qvist cac58b318a SX1262 T-Beam configs 2024-02-10 19:19:22 +01:00
markqvist 5a87095e30
Merge pull request #61 from jacobeva/ble
Add NRF52 BLE serial support
2024-02-10 17:15:02 +01:00
jacob.eva 78a02c5ae4
Add SX1280 driver and split driver in three parts 2024-02-09 20:56:26 +00: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 cce8b0c18a
Fix nRF52 compilation error 2024-01-21 14:23:28 +00:00
Mark Qvist b88e84ab22 Merge branch 'master' of github.com:markqvist/RNode_Firmware 2024-01-21 11:55:02 +01:00
jacob.eva ebaea3024c
Re-enable SerialBT 2024-01-21 09:05:02 +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 9ef3a0c4b1
Re-enable bluetooth, but only if HAS_BLUETOOTH is defined 2024-01-20 11:44:34 +00:00
jacob.eva 793b53dd4c
Disable software SPI for ESP32 MCUs 2024-01-20 11:26:48 +00:00
jacob.eva 381d40c4f5
Added NRF52 support 2024-01-19 10:08:55 +00:00
Mark Qvist 6cdb4e4cf0 Initial support for SX1276/8 with TCXO 2024-01-19 00:10:24 +01:00
Mark Qvist 56780d44d5 Various fixes, courtesy of @atterman. 2023-12-10 22:40:06 +01: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 5ad3c07f4b Cleanup 2023-09-15 09:10:46 +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 7274a6cc70 Persist display intensity to EEPROM 2023-05-03 14:05:49 +02:00
Mark Qvist 2b37fa7454 Fixed intermittent init failure on AVR 2023-02-18 12:14:15 +01:00
Mark Qvist 019c05c80d Fixed mode check 2023-02-04 23:11:25 +01:00
Mark Qvist 75e58131b4 Fixed TNC mode init at startup 2023-01-24 16:32:12 +01:00
Mark Qvist f8dfbbaaa1 Updated license headers 2023-01-14 00:11:02 +01:00
Mark Qvist 5c858c4f7a Cleanup 2023-01-11 09:42:11 +01:00
Mark Qvist a0bf9a34b3 Cleanup 2023-01-10 18:12:40 +01:00
Mark Qvist b93e321d39 Fixed missing free in display handler 2023-01-10 14:27:03 +01:00
Mark Qvist 18c0f65295 RGB led pin remap 2023-01-09 22:27:52 +01:00
Mark Qvist 910d50f11e Added WiFi AP console mode 2023-01-07 16:35:07 +01:00
Mark Qvist 85cf5f8be3 Added SPIFFS bootstrap 2023-01-06 22:29:23 +01:00
Mark Qvist a99c78a68c Updated NeoPixel handling 2022-12-04 20:00:21 +01:00
Mark Qvist b85f660cae Updated license to GPLv3 2022-11-10 12:34:33 +01:00
Mark Qvist 819b9a9af5 Added firmware update indication to display 2022-11-03 00:58:45 +01:00
Mark Qvist 21e040eb97 Updated start sequence, added boot graphics 2022-11-02 19:02:22 +01:00
Mark Qvist 312e4ec2fe Added firmware hash readout 2022-11-01 22:21:07 +01:00
Mark Qvist bfab1e974d Implemented ESP32 device init and firmware hash checks 2022-11-01 21:11:41 +01:00
Mark Qvist d2dab8c65e Updated build configs 2022-10-30 18:58:12 +01:00
Mark Qvist bea14dcf05 Added cable/bluetooth multiplexing 2022-10-30 18:35:53 +01:00
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