-
Notifications
You must be signed in to change notification settings - Fork 102
Home
This software turns simple ESP32 boards with SX127x-LoRa-Chip and OLED display into a portable receiver for radiosondes.
Boards that have been tested
-
TTGO LoRa32 v1.0 (less sensitive than v2 boards)
-
TTGO LoRa32 v2.1 The software should automatically configure the OLED ports for those two boards.
-
It has also been reported to work correctly with the TTGO T-BEAM board, but auto-configuration does not yet work. You have to manually configure button_pin=39, oled_sda=21, oled_scl=22
-
possibly some other? let me know if you sucessfully use this software on another board, and I will add it here
You can find installation instructions for binary images at http://rdzsonde.mooo.com (Sorry for the URL change... the old domain my.to has expired. You'll have to flash the next version directly, OTA upgrade will not work due to the URL change)
Alternatively, the Setup.mp in the main repository explains how to set up the Arduino IDE for compiling and uploading this code to the LoRa32 boards.