howto:electro:arduino
Arduino, ESP32, IoT
OTA
avahi-browse _arduino._tcp --resolve --parsable --terminate
autodiscover OTA capable arduino/esp devicesavahi-resolve -n esptest.local
find IP address of OTA device with known hostname- Arduino IDE → Sketch → Export compiled binary = Create .bin file in project directory
espota.py
orespota.exe
flash .bin file to OTA capable device with known IP addressespota.py -d -r -i 10.11.171.15 -p 3232 -f esp32-adctest-multiwifi.ino.doitESP32devkitV1.bin
howto/electro/arduino.txt · Poslední úprava: 2018/11/14 18:05 autor: harvie