User Tools

Site Tools


documentation:sensors

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
documentation:sensors [2025/10/18 06:14] ninedocumentation:sensors [2025/10/19 07:20] (current) nine
Line 57: Line 57:
   - https://www.pa3byb.nl/wp-content/uploads/2023/08/ESP32-WROOM-32-Dev-Kit-C-V2-manual-1.pdf   - https://www.pa3byb.nl/wp-content/uploads/2023/08/ESP32-WROOM-32-Dev-Kit-C-V2-manual-1.pdf
   - https://github.com/letscontrolit/ESPEasy/releases   - https://github.com/letscontrolit/ESPEasy/releases
 +  - https://espeasy.readthedocs.io/en/latest/Plugin/P092.html
 +  - https://espeasy.readthedocs.io/en/latest/Plugin/P092_UVR61-3.html
 +
 +==== esptool ====
 +
 +<code>
 +python3 -m pip install esptool
 +python3 -m venv venv
 +. ./venv/bin/activate
 +esptool -h
 +
 +esptool --port /dev/ttyUSB0 eraseflash
 +esptool --port /dev/ttyUSB0 write-flash -fm dout 0x00000 /tmp/ESPEasy_mega_20250430_ESP32_binaries/bin/ESP_Easy_mega_20250430_collection_C_ESP32_4M316k_ETH.factory.bin
 +</code>
  
documentation/sensors.1760768073.txt.gz · Last modified: 2025/10/18 06:14 by nine