decoder for radiosonde RS41, RS92, DFM06/09/17, M10/M20, and MP3H based on a TTGO LoRa ESP32 board.
 
 
 
 
 
 
Go to file
Hansi, dl9rdz 1ea9770208 removing wrong version 2019-04-29 22:07:41 +02:00
devel Travis build: 40 2019-04-29 20:05:32 +00:00
master removing wrong version 2019-04-29 22:07:41 +02:00
.gitignore
LICENSE
README.md
_config.yml
download.html Travis build: 40 2019-04-29 20:05:32 +00:00

README.md

rdz_ttgo_sonde

See https://dl9rdz.github.io/rdz_ttgo_sonde/download.html for automated builds.

For downloading these to the ESP32 board, use something like

esptool --chip esp32 --port /dev/cu.SLAB_USBtoUART --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size detect 0x1000 <filename.bin>

Most important part is the start offset 0x1000.

The binary image contains everything including the flash file system, so all configurations options will be overwritten.