decoder for radiosonde RS41, RS92, DFM06/09/17, M10/M20, and MP3H based on a TTGO LoRa ESP32 board.
 
 
 
 
 
 
Go to file
dl9rdz (via Travis CI) eacd92c742 Travis build: 529 2024-04-07 09:39:51 +00:00
devel Travis build: 529 2024-04-07 09:39:51 +00:00
logo +logo 2019-05-10 14:28:55 +02:00
master Travis build: 519 2024-01-07 12:50:51 +00:00
.gitignore Initial commit 2019-04-02 08:13:39 +02:00
CNAME Update CNAME 2019-05-23 14:12:09 +02:00
LICENSE Initial commit 2019-04-02 08:13:39 +02:00
README.md test 2019-05-25 15:10:46 +02:00
_config.yml +logo 2019-05-10 14:28:55 +02:00
download.html Travis build: 529 2024-04-07 09:39:51 +00:00
flashtool.png added link and screenshot for windows flash tool 2019-05-03 13:07:31 +02: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. If you want to update only the software, you can flash update.ino.bin at offset 0x10000 (or use OTA update via http://rdzsonde.local/update.html).

If you prefer a GUI instead of a command line flash tool, you can get the Flash Download Tools from https://www.espressif.com/en/support/download/other-tools

Here are the correct settings for flashing one of the images:

Flash Tool Screenshot