Commit Graph

71 Commits

Author SHA1 Message Date
KonradIT 70b56ace1b Use Godmode in the lib/radio/sx1262 module
//  In this mode, all methods and member variables of all RadioLib classes will be made
//  public and so will be exposed to the user. This allows direct manipulation of the
//  library internals.
2026-04-06 19:23:45 +02:00
KonradIT db38367705 mark: wip work to move stuff around 2026-04-06 19:05:34 +02:00
KonradIT 2703535278 Get the code to compile again 2026-04-06 14:05:15 +02:00
Sassa NF c06146c44d Pass spectrum to BLE 2025-04-18 20:51:13 +01:00
Sassa NF e9a09eec58 Move HMC5883 to Compass 2025-04-14 21:37:06 +01:00
Sassa NF 726a5e797f Send heading + scan result 2025-04-14 08:21:28 +01:00
Sassa NF 9c0a3f4ebf Add MPU6050 2025-04-11 07:15:53 +01:00
Sassa NF fc39d29910 Fixup compass 2025-04-11 07:15:53 +01:00
Konrad Iturbe e02cdefadd Add support for Lilygo T3S3 V1.2 SX1276 board (#142) 2025-03-13 11:50:31 +01:00
Konrad Iturbe c81da8e021 Fix for Heltec Lora V3 3.2 board (#144)
* attempt at getting the spi issues fixed

* Fix for Heltec Lora V3 (v3.2) variant

* Better warning message
2025-03-13 11:37:36 +01:00
Yegor Shytikov adc751abf0 Merge pull request #140 from Genaker/rtl-sdr
Rtl sdr
2025-03-02 22:39:43 -08:00
Konrad Iturbe 1e958da06d Fix for compilation issues regarding not defined SX1262 (#139) 2025-02-02 23:11:47 +01:00
Egor ffa84ae26f UI Spectrum + BT and Compass Fixes 2025-01-30 20:14:53 -08:00
Egor c3ab8859b6 Merge branch 'main' of https://github.com/Genaker/LoraSA into rtl-sdr 2025-01-30 14:15:53 -08:00
Egor aa57b5236e ui spectrum 2025-01-30 14:15:41 -08:00
Sassa NF 1963734e48 Initial support for additional Radio Module SX1262 2025-01-30 21:11:23 +00:00
Sassa NF 2b1da5ae4a Factor out bus configuration 2025-01-30 21:11:22 +00:00
Sassa NF 42dcab94ce Basic support for QMC5883L compass 2025-01-23 08:39:16 +00:00
Sassa NF 48c5f8d1ce Configurable CRC 2025-01-21 21:40:09 +00:00
KonradIT ff555c7a9a Receive a heading from serial (rpi > fc) 2025-01-15 23:11:45 +01:00
Egor fbc20eeb45 Some fixes 2025-01-08 16:32:43 -08:00
Egor 72b0b8b39d OSD FIX, RSSI TX, SF 2025-01-06 20:20:51 -08:00
Egor 83d580c2c4 RSSI ENV and sign 2025-01-05 18:03:02 -08:00
Sassa NF 810f9031d5 Visualize scan_max_result better - add frequency labels 2025-01-05 22:55:26 +00:00
Sassa NF ed976d1b38 Display scan results received over LoRa 2025-01-04 17:14:41 +00:00
Sassa NF a2076c7a36 Multi-destination routing 2025-01-04 17:14:41 +00:00
Sassa NF bef2796607 Fixup config parse 2025-01-03 10:59:35 +00:00
Sassa NF 500599ec7a Support RSSI_MAX method 2025-01-03 10:59:33 +00:00
Sassa NF 5af6a829f3 Support message routing 2025-01-03 10:53:17 +00:00
Sassa NF 3d7ab81f6f Rework radio message processing 2025-01-02 22:26:31 +00:00
Sassa NF 6368eca7aa Default lora config 2024-12-31 11:03:56 +00:00
Egor 56f1593e7b Merge branch 'testable' of https://github.com/Genaker/LoraSA into testable 2024-12-24 14:23:49 -08:00
Sassa NF aa38b5663c Fixup waterfall 2024-12-24 18:36:42 +00:00
Sassa NF de5f3c8e61 Support USB comms on Heltec 2024-12-24 12:57:52 +00:00
Sassa NF 986129b7a7 Fixup LR1121 - compile warning 2024-12-23 12:57:30 +00:00
Sassa NF cf53ac75f3 Fixup Heltec support 2024-12-23 12:40:18 +00:00
Sassa NF fe25fc2c60 Add defaults for radio comms 2024-12-23 12:40:18 +00:00
Sassa NF cb4ae1c0d7 Add SCAN_RESULT binary reporting over LoRa 2024-12-23 12:40:18 +00:00
Sassa NF ae7bef7b3e Support config introspection 2024-12-23 12:40:18 +00:00
Sassa NF 52359cb7ac Configurable scan pages and RSSI method 2024-12-23 12:17:38 +00:00
Sassa NF 08c5fbdde5 Factor out scan configuration 2024-12-23 12:17:38 +00:00
Sassa NF 766bb47286 Fixup message destructor 2024-12-23 12:17:35 +00:00
Sassa NF ca6a61ff93 Refactor header files - includes should only declare, not define 2024-12-23 12:12:07 +00:00
Sassa NF cb6b93f9ff Add Serial1 2024-12-23 12:12:07 +00:00
Sassa NF 4851702130 Fixup CRC16 to detect missing sequences of zeros 2024-12-23 12:12:07 +00:00
Egor 05f53591fa OSD side bar 2024-12-15 13:05:46 -08:00
KonradIT 0e31af1906 use DISABLE_SDCARD to skip sd card functionality 2024-12-10 13:34:38 +01:00
Yegor Shytikov b9d172cbf2 Merge branch 'next' into testable 2024-11-26 09:49:48 -08:00
Sassa NF d44bfcdbe2 Support Wrap with checksum 2024-11-03 18:35:39 +00:00
Sassa NF 9d42fc1061 Use onEvent instead of periodic polling 2024-11-03 18:35:39 +00:00