Commit Graph

  • 7d3cfed38b Fix T3S3 init on AB and AC models jacob.eva 2024-10-23 19:32:16 +01:00
  • 5fbac58550 Increase BLE RX fifo buffer size on nRF52 jacob.eva 2024-10-23 17:27:23 +01:00
  • 1314c42ad3 Fix RX buffer BLE issue for good jacob.eva 2024-10-23 16:44:39 +01:00
  • 629abbc3c0 openCom XL - Adjust TX power PA curve jacob.eva 2024-10-23 11:15:39 +01:00
  • 58fdc62722 Enlarge BLE transmission buffer to support split packets jacob.eva 2024-10-23 08:35:11 +01:00
  • 8207c62d73 Change read_len to array to combat multiple interface edge case jacob.eva 2024-10-22 18:02:46 +01:00
  • a4081fd79c Fix edge case of potential packet duplication jacob.eva 2024-10-22 14:07:23 +01:00
  • bf38bbf7b1 Correct version to 1.74 jacob.eva 2024-10-22 11:55:58 +01:00
  • c4104ce0c7 Add openCom XL upload target jacob.eva 2024-10-16 21:49:45 +01:00
  • 18780131d8 Fix openCom XL compilation jacob.eva 2024-10-16 21:24:18 +01:00
  • 17ff4b0496 Update T3S3 SX1280 PA model code, again jacob.eva 2024-10-16 21:23:33 +01:00
  • 6cb176796f Fix - correct version to 1.75 jacob.eva 2024-10-16 16:59:45 +01:00
  • c18ec1629f Update openCom XL makefile targets jacob.eva 2024-10-16 16:29:59 +01:00
  • 2930e89a3d Add openCom XL board definition jacob.eva 2024-10-16 16:28:42 +01:00
  • 89e37323cc Ensure instant startup on openCom XL jacob.eva 2024-10-16 16:25:40 +01:00
  • a76a01b25f Bump version to 1.75 jacob.eva 2024-10-16 16:17:47 +01:00
  • ef80c2638c Fix BLE service duplication bug on nRF52 jacob.eva 2024-10-16 16:15:29 +01:00
  • 55c6bd06a2 Enable fast preamble and change fast preamble length to 4ms jacob.eva 2024-10-16 16:08:16 +01:00
  • 7f493a33d3 Remove reference to old variable jacob.eva 2024-10-15 17:43:58 +01:00
  • 6b4b16bedc Update T3S3 SX1280 with PA model jacob.eva 2024-10-15 17:36:03 +01:00
  • f6fe7e2b5f Fix buffer overrun and freezing bugs jacob.eva 2024-10-15 17:34:16 +01:00
  • 858a35b2f9 Store SX127X tx power in variable, attempt to fix #39 jacob.eva 2024-10-12 22:26:42 +01:00
  • c7e24f7966 Add Heltec LoRa32 v3 to setTXPower jacob.eva 2024-10-12 22:23:50 +01:00
  • c4259d9b6c Change model code for T3S3 SX1280 w/ PA jacob.eva 2024-10-12 22:23:15 +01:00
  • bf2ea2ebb4 Limit T3S3 TX power for now jacob.eva 2024-10-12 21:58:58 +01:00
  • 733b506af9 Correct T3S3 flashing jacob.eva 2024-10-12 21:03:33 +01:00
  • 745631055d Correct T3S3 SX1280 PA pins jacob.eva 2024-10-12 21:02:40 +01:00
  • 264abe62bd Correct T3S3 SPI configuration jacob.eva 2024-10-12 20:38:56 +01:00
  • 0bb2e5bcd3 Fix missing --port option jacob.eva 2024-10-12 20:24:32 +01:00
  • 6c182925b8 Add TXEN and RXEN pins for PA model of T3S3 jacob.eva 2024-10-12 18:15:12 +01:00
  • 1136dcbc53 Update to RNode Firmware v1.78 (upstream) jacob.eva 2024-10-12 18:04:19 +01:00
  • 9edc2224e7 Use built-in split-packet check in transmit function Mark Qvist 2024-10-12 14:10:33 +02:00
  • 7f998e6436 Merge branch 'master' of github.com:markqvist/RNode_Firmware Mark Qvist 2024-10-12 14:07:25 +02:00
  • 711f9c6eac Merge pull request #90 from jacobeva/transmit-fix markqvist 2024-10-12 14:06:56 +02:00
  • 707608fd33 Merge pull request #89 from jacobeva/master markqvist 2024-10-12 14:04:13 +02:00
  • 982a755464 Improve checks around split packet handling in transmit() jacob.eva 2024-10-12 13:00:52 +01:00
  • 34e872b25d Decrease connection interval on BLE to increase throughput jacob.eva 2024-10-12 12:55:35 +01:00
  • 1b443c5971 Fix edge case in transmission handling jacob.eva 2024-10-12 12:45:20 +01:00
  • afce928149 Merge t-echo display support (currently non-scaled) jacob.eva 2024-10-11 19:58:36 +01:00
  • 2be8fa407d Merge branch 'master' of github.com:liberatedsystems/RNode_Firmware_CE jacob.eva 2024-10-11 19:41:39 +01:00
  • 4f20c591ec Merge branch 'make_fixes' jacob.eva 2024-10-11 19:40:26 +01:00
  • 0aaf722088 Merge jacob.eva 2024-10-11 18:54:40 +01:00
  • a3e15bed1b Updated console image Mark Qvist 2024-10-11 17:46:13 +02:00
  • da1207ceee Updated readme Mark Qvist 2024-10-11 17:23:31 +02:00
  • 12b32b99f9 Updated console image Mark Qvist 2024-10-11 17:18:33 +02:00
  • 76eaae8554 Cleanup Mark Qvist 2024-10-11 16:39:38 +02:00
  • 8c0900e2d0 Fixed missing connection handling init Mark Qvist 2024-10-11 16:35:21 +02:00
  • 389745ad33 Attach packet RSSI and SNR to packet queue entry structs. Disable ISR spinlocks on ESP32 until tested. Mark Qvist 2024-10-11 16:29:17 +02:00
  • 1de5f3c796 Merge pull request #86 from jacobeva/master markqvist 2024-10-11 14:51:05 +02:00
  • 7a8a1b5dee Cleanup Mark Qvist 2024-10-11 14:48:42 +02:00
  • c51335a1df Cleanup Mark Qvist 2024-10-11 14:46:03 +02:00
  • 2e6db2f818 Merge branch 'master' of github.com:markqvist/RNode_Firmware Mark Qvist 2024-10-11 14:43:46 +02:00
  • 16b06406f2 Changed standby LED color Mark Qvist 2024-10-11 14:35:45 +02:00
  • 2ab1d4b1ac Gracefully close bluetooth on device sleep Mark Qvist 2024-10-11 12:49:02 +02:00
  • 335c6cbc5c Updated charge status Mark Qvist 2024-10-11 10:21:10 +02:00
  • 2ede362cb3 Adjusted CSMA parameters and P-curve. Added dynamic CSMA slot time. Mark Qvist 2024-10-10 23:26:12 +02:00
  • 1bd7de8f97 Merge pull request #88 from jacobeva/preamble-fix markqvist 2024-10-10 18:00:11 +02:00
  • 0e04754d7a Merge pull request #87 from jacobeva/nrf52-ble markqvist 2024-10-10 17:58:37 +02:00
  • cb192d47ed Fix incorrect SX1280 preamble calculation jacob.eva 2024-10-10 14:47:40 +01:00
  • 03893c2793 nRF52 BLE improvements jacob.eva 2024-10-10 14:40:57 +01:00
  • ed04513a7a Fix RAK4631 intermittent packet corruption jacob.eva 2024-10-10 12:54:36 +01:00
  • 8639765679 Updated console build Mark Qvist 2024-10-07 22:03:10 +02:00
  • 407120265a Updated readme Mark Qvist 2024-10-07 21:26:05 +02:00
  • 42eb68137d Updated version Mark Qvist 2024-10-07 21:19:59 +02:00
  • 68008283a2 Add CSMA param Mark Qvist 2024-10-07 20:45:28 +02:00
  • 22372855b3 Add modem comm timeout error code Mark Qvist 2024-10-07 20:45:12 +02:00
  • c55d907045 Add modem comm timeout error code Mark Qvist 2024-10-07 20:44:13 +02:00
  • 30f92c0f3f Improved BLE pairing Mark Qvist 2024-10-07 20:43:53 +02:00
  • d61d14e117 Detect modem communication timeouts for sx126x chips Mark Qvist 2024-10-07 20:43:16 +02:00
  • 5807cfdb96 Fixed display sleep on T3S3 Mark Qvist 2024-10-07 18:25:08 +02:00
  • d7511d430e Updated console build Mark Qvist 2024-10-06 12:18:54 +02:00
  • ffb951172f Updated console build Mark Qvist 2024-10-06 11:46:24 +02:00
  • 3fe5affb51 Cleanup Mark Qvist 2024-10-05 22:21:38 +02:00
  • 94215c4bce Added input button and sleep config to T-Beam and Heltec v2 boards Mark Qvist 2024-10-05 22:20:34 +02:00
  • 960599c35a Only raise low memory error if heap is actually low Mark Qvist 2024-10-05 20:56:49 +02:00
  • bfc215b2a3 Fix T3S3 SX1262 dio pin and build config Mark Qvist 2024-10-05 20:55:48 +02:00
  • e8dd7dbc93 Added TX packet display to waterfall Mark Qvist 2024-10-05 16:44:44 +02:00
  • 9ce280f207 Updated readme Mark Qvist 2024-10-05 16:03:47 +02:00
  • 1a2e42d93c Use event queue for modem interrupt packet retrieval on ESP32 and nRF52 Mark Qvist 2024-10-05 15:28:32 +02:00
  • c9f658e966 Merge pull request #82 from liamcottle/feature/rak4631-rak1921-display markqvist 2024-10-05 12:09:31 +02:00
  • e4deac3060 add support for user button on rak wismesh pocket which uses RAK4630 internally liamcottle 2024-10-05 19:12:26 +13:00
  • 940262e2c6 set display mode to landscape liamcottle 2024-10-05 19:09:57 +13:00
  • 49a524e8d5 add support for rak1921 oled display on rak4631 boards liamcottle 2024-10-05 16:07:22 +13:00
  • e993da9e0f Added RAK4631 to full release build Mark Qvist 2024-10-05 03:15:11 +02:00
  • 4615765039 Fix compilation for RAK4631 Mark Qvist 2024-10-05 03:09:47 +02:00
  • 15a1d53c61 Updated readme Mark Qvist 2024-10-05 02:55:22 +02:00
  • 05c337c057 Updated readme Mark Qvist 2024-10-05 02:54:11 +02:00
  • a37a03fe3b Updated readme Mark Qvist 2024-10-05 02:52:56 +02:00
  • 9556f0b91b Added support for T3S3 boards with SX127x modems Mark Qvist 2024-10-05 02:47:54 +02:00
  • 1ac3a6c2c8 Remove boot-mode/reset requirements for T3S3 flashing Mark Qvist 2024-10-05 01:07:44 +02:00
  • 6974a50d10 Added T-Beam Supreme support Mark Qvist 2024-10-05 00:42:19 +02:00
  • bd887f7de2 Disable T-Deck display until functional Mark Qvist 2024-10-03 02:53:11 +02:00
  • fef27b194c Basic T-Deck display support Mark Qvist 2024-10-03 02:51:54 +02:00
  • 2c93b2a1de Updated console image Mark Qvist 2024-10-03 00:53:28 +02:00
  • 8bdd85e648 Added T-Deck support Mark Qvist 2024-10-03 00:38:49 +02:00
  • bb38290120 Updated console image Mark Qvist 2024-10-02 22:25:38 +02:00
  • 354d4c83a3 Updated console image Mark Qvist 2024-10-02 02:25:58 +02:00
  • f1bb794049 Updated console image Mark Qvist 2024-10-02 01:10:17 +02:00
  • 5ecbe95980 Display blanking Mark Qvist 2024-10-02 01:10:02 +02:00
  • c6638f1450 Merge pull request #46 from tomuk5/E22_ESP32 jacobeva 2024-10-01 18:51:17 +01:00