Commit graph

  • 78db95cb2b
    Merge dafff8f092 into 7f868c6c28 Oleg Belousov 2025-11-23 23:04:55 +00:00
  • 71092c02db
    Merge 31e12f3bd4 into 7f868c6c28 cuboza 2025-11-22 14:34:16 -03:00
  • 15d3a89c93
    Merge e7491b1eff into 7f868c6c28 metrafonic 2025-11-22 10:36:43 -05:00
  • 7f868c6c28 Added interference display to waterfall. Improved Heltec V4 false interference rejection. master Mark Qvist 2025-11-22 14:19:23 +01:00
  • 9ea2a589cb Updated console image Mark Qvist 2025-11-22 02:09:26 +01:00
  • 15b3e7f605 Cleanup Mark Qvist 2025-11-22 01:12:03 +01:00
  • e0f3ac1aee Cleanup Mark Qvist 2025-11-22 00:08:47 +01:00
  • 7b0658b197 Handle GC1109 LNA gain variance properly Mark Qvist 2025-11-22 00:04:56 +01:00
  • e7491b1eff Enable sleep on RAK4631 metrafonic 2025-11-21 19:51:25 +01:00
  • b8ab1caf96 Updated console image Mark Qvist 2025-11-21 16:51:43 +01:00
  • 6b21940e59 Improved Heltec v4 LNA gain-value threshold parameter Mark Qvist 2025-11-21 16:00:40 +01:00
  • 8382d4a08d Fixed packet buffer FIFO state mismatch on high-bitrate queue processing if raw underlying byte buffer was full Mark Qvist 2025-11-21 14:07:43 +01:00
  • dafff8f092 WiFi enabled for Lora32 V2.1 module Belousov Oleg 2025-11-21 13:51:59 +03:00
  • bbaddfbb66
    Enable PMU on RAK and set user button to exposed pin metrafonic 2025-11-20 17:36:33 +01:00
  • 8a3af0c943
    Update Power.h with RAK4631 config from liberatedsystems build metrafonic 2025-11-20 16:35:05 +01:00
  • 562ce26cfc
    Merge 66346b9632 into 5e98407ee2 alligitor 2025-11-19 21:56:23 +01:00
  • 5e98407ee2 Updated console image Mark Qvist 2025-11-19 16:12:56 +01:00
  • af904efb9e Updated console build 1.85 Mark Qvist 2025-11-19 16:05:21 +01:00
  • 99481f751c Cleanup Mark Qvist 2025-11-19 15:01:43 +01:00
  • c48b7bce4c Cleanup Mark Qvist 2025-11-19 14:40:45 +01:00
  • 121f9e79e8 Added support for handling noise floor calculations on devices with LNA gain variance during LNA recalibration. Fixed potential incoming packet buffer corruption on split packet reception at high bitrates. Mark Qvist 2025-11-19 14:40:34 +01:00
  • 1e054097dd Added WiFi host read timeout and automatic disconnect. Added automatic WiFi reconnect in STA mode. Improved host reconnection reliability and responsiveness. Mark Qvist 2025-11-18 03:03:49 +01:00
  • 439bece78e Set hostname on wifi network Mark Qvist 2025-11-17 19:18:41 +01:00
  • 86ee47bb65 Cleanup Mark Qvist 2025-11-17 18:47:50 +01:00
  • c467b82014 Added ability to specify static IP for WiFi STA connection Mark Qvist 2025-11-17 18:47:18 +01:00
  • 90539caee9 Cleanup Mark Qvist 2025-11-17 17:04:54 +01:00
  • 3f7a6a8941 Updated version Mark Qvist 2025-11-17 16:41:40 +01:00
  • 2319813a65 Added support for connecting ESP32S3 RNodes over WiFi Mark Qvist 2025-11-17 16:41:25 +01:00
  • 31e12f3bd4 Add E-Ink display driver and chip detection for VME213 cuboza 2025-11-16 01:46:27 -03:00
  • 5b7b0d3afe Updated makefile Mark Qvist 2025-11-14 01:40:06 +01:00
  • aa852f4aed Fixed device name offset in display Mark Qvist 2025-11-14 01:16:38 +01:00
  • 6d4a48af1f Fixed incorrect display drawing offset Mark Qvist 2025-11-10 18:34:23 +01:00
  • c8bb7490a2 Build fixes 1.84 Mark Qvist 2025-11-10 18:19:55 +01:00
  • 3cc2041516 Added device ID to display Mark Qvist 2025-11-10 17:27:56 +01:00
  • e2c59ede1e
    Merge 3926e6706d into 89ea59bbe6 alligitor 2025-11-10 16:40:26 +01:00
  • 89ea59bbe6 Added CPU temperature measurement and reporting on ESP32S3 Mark Qvist 2025-11-10 16:39:09 +01:00
  • 8a3db4f0c3 Cleanup Mark Qvist 2025-11-10 15:50:46 +01:00
  • 59c0a60b33 Reworked battery charge state detection for boards with only ADC-based PMU. Improved battery charge status info on display. Mark Qvist 2025-11-10 15:49:52 +01:00
  • 427c06bf81 Reverted battery parameters for Heltec v3 to correct values Mark Qvist 2025-11-10 12:02:36 +01:00
  • ee9335517e
    Merge pull request #109 from alligitor/Heltec_V3_Battery_Status markqvist 2025-11-10 11:45:15 +01:00
  • 1e9654012f
    Merge pull request #116 from Am0g-us/patch-1 markqvist 2025-11-10 11:43:06 +01:00
  • d06ec065de Implemented support for Heltec V4 with PA Mark Qvist 2025-11-07 19:13:29 +01:00
  • e2c1cd3766 Added support for LoRa PAs and output power mapping according to PA gain curve Mark Qvist 2025-11-07 19:11:56 +01:00
  • 1710740947 Cleanup Mark Qvist 2025-11-01 15:34:38 +01:00
  • 2947df3349 Added Heltec v4 board defines and scaffold Mark Qvist 2025-11-01 15:33:24 +01:00
  • 3eae317cdf
    Fix generic esp32 reset pin Am0g-us 2025-10-19 01:30:57 +00:00
  • 1817137767 Added LR1110 files Mark Qvist 2025-10-17 22:44:30 +02:00
  • 9d50259946 Updated version 1.83 Mark Qvist 2025-07-17 20:17:46 +02:00
  • 1c87e36ddd Updated console build Mark Qvist 2025-07-17 20:16:23 +02:00
  • eab0284700 Lowered OCP limits to counteract brownout crash when sending at high TX power on some boards Mark Qvist 2025-07-17 19:44:54 +02:00
  • fff96fb5c0 Updated readme Mark Qvist 2025-04-29 11:48:02 +02:00
  • 66346b9632 Added a function for sending a log message over KISS to the host. Alligitor 2025-04-25 17:39:35 +00:00
  • 828623c70c Fixed reading of battery voltage for Heltec V3.2. Comments from the code: Alligitor 2025-04-24 00:09:33 +00:00
  • 3926e6706d Fixed promiscuous mode. Alligitor 2025-04-19 01:19:37 +00:00
  • 23c580d0df Cleanup 1.82 Mark Qvist 2025-04-15 16:45:24 +02:00
  • dd35c067b4 Updated readme Mark Qvist 2025-04-15 16:28:02 +02:00
  • 1ec84743f4 Cleanup Mark Qvist 2025-04-15 16:27:01 +02:00
  • e157f82b8e Cleanup Mark Qvist 2025-04-15 16:26:16 +02:00
  • d80f866418 Cleanup Mark Qvist 2025-04-13 18:46:20 +02:00
  • c56df7e8b5 Updated version Mark Qvist 2025-04-13 17:54:17 +02:00
  • e0fc80f2cb Cleanup Mark Qvist 2025-04-13 17:32:29 +02:00
  • 9ef504392b Improved ESP32 BLE pairing. Added unpair command. Mark Qvist 2025-04-13 16:56:45 +02:00
  • e1a2cc02bb Improved nRF BLE pairing Mark Qvist 2025-04-13 14:47:31 +02:00
  • 0a95f6f107 Added nRF hardware RNG Mark Qvist 2025-04-13 14:45:31 +02:00
  • 16dedc72c2 BLE improvements Mark Qvist 2025-04-13 02:23:01 +02:00
  • 9d2da569c9 Cleanup Mark Qvist 2025-04-13 01:28:19 +02:00
  • 4ba0965931 Updated readme Mark Qvist 2025-04-13 00:23:11 +02:00
  • e291f3bcae Added XIAO ESP32S3 to release Mark Qvist 2025-04-13 00:21:43 +02:00
  • 7d868b4db6 Support for XIAO ESP32S3 Mark Qvist 2025-04-13 00:11:21 +02:00
  • 6ae99dccb0 Merge branch 'master' of github.com:markqvist/RNode_Firmware Mark Qvist 2025-04-12 21:07:27 +02:00
  • 698c6faa3f
    Merge pull request #106 from cobraPA/seeed_esp32s3_1 markqvist 2025-04-12 21:07:15 +02:00
  • f48e99a033 Re-enable BLE battery service Mark Qvist 2025-04-12 21:04:32 +02:00
  • e8e6e2bcbf Merge branch 'master' of github.com:markqvist/RNode_Firmware Mark Qvist 2025-04-12 21:03:27 +02:00
  • b16772cf52
    Merge pull request #103 from jacobeva/nrf52-ble-revamp markqvist 2025-04-12 21:03:13 +02:00
  • 6e38a1317b
    Merge pull request #104 from jacobeva/nrf52-ble-fix markqvist 2025-04-12 21:02:01 +02:00
  • 33dedb202f Cleanup Mark Qvist 2025-04-12 20:59:00 +02:00
  • d71c30af55
    Merge b8e688016d into 3df940c791 faragher 2025-04-13 00:03:00 +10:00
  • 3df940c791 Fixed typo Mark Qvist 2025-04-10 13:02:10 +02:00
  • cbedd72993 Seeed ESP32S3 - enable button sleep, stopRadio at sleep to sleep sx1262 also. Kevin Brosius 2025-02-23 18:52:17 -05:00
  • c3fe3713b0 Seeed ESP32S3 - Enable user button, tied to yellow LED on ESP32S3 board. Can be shared, but configure as button input only for now. Top LED for TX indication. Kevin Brosius 2025-02-23 16:57:36 -05:00
  • bc97e513e8 Initial support for Seeed ESP32S3 with Wio-SX1262 Work in progress Status: Boots, display works on Xiao espansion base, radio is recognized Todo: PMU Firmware hash fails even if generated and then written Radio testing Buttons / LEDs other? Kevin Brosius 2025-02-23 06:52:27 -05:00
  • 149dff2ee2
    Guard against BT power cycle object duplication bug jacob.eva 2025-01-30 16:54:34 +00:00
  • 245434b9fd
    Revamp NRF52 BLE pairing to resemble ESP32 jacob.eva 2025-01-30 16:42:56 +00:00
  • de35a9dda0 Updated readme Mark Qvist 2025-01-24 13:21:24 +01:00
  • e230c73ee0 Updated console build Mark Qvist 2025-01-19 22:14:15 +01:00
  • 6bbcaa0ba9 Report battery percentage over BLE battery service Mark Qvist 2025-01-18 15:20:58 +01:00
  • 9473b9df82 Updated readme Mark Qvist 2025-01-18 13:12:02 +01:00
  • 2ee0e4eb13 Updated console build 1.81 Mark Qvist 2025-01-17 17:25:24 +01:00
  • 926e32ec99 Updated console build Mark Qvist 2025-01-17 17:04:27 +01:00
  • 16090f73e4 Updated readme Mark Qvist 2025-01-17 14:38:55 +01:00
  • 919bddb703 Cleanup false_preamble Mark Qvist 2025-01-17 10:44:46 +01:00
  • 458e40ce9a SX1262 register hang debug Mark Qvist 2025-01-17 10:44:16 +01:00
  • 3ae8982e93 False preamble detection on SX1262 Mark Qvist 2025-01-16 23:33:49 +01:00
  • 4bdd30daac Cleanup Mark Qvist 2025-01-16 23:15:17 +01:00
  • 49d023379f Work around for SX1280 modem RSSI status latch on invalid preamble lengths Mark Qvist 2025-01-16 23:01:46 +01:00
  • 01a27cfd9b Display sleep on T-Echo Mark Qvist 2025-01-16 12:20:01 +01:00
  • 48bce4ea15 Actually, use SPIM3 for SX1262 on T-Echo Mark Qvist 2025-01-16 12:19:38 +01:00
  • 3379217e19 Sensible e-ink backlight default Mark Qvist 2025-01-16 11:15:31 +01:00
  • 9b792862b9 Improved T-Echo e-ink sleep Mark Qvist 2025-01-16 11:00:39 +01:00
  • 68349aaa70 Fixed T-Echo build paths Mark Qvist 2025-01-16 10:19:34 +01:00