Uploading project to ESP32 with terminal and OTA
Posted: Sat Mar 22, 2025 9:14 pm
Hello,
For my project, I need to let the user update the firmware and data with OTA.
This is working:
python3 espota.py -i 192.168.129.25 -p 3232 -f firmware.bin
This is not working:
python3 espota.py -i 192.168.129.25 -p 3232 -f littlefs.bin
Response: [ERROR]: No response from device
Any idea what is wrong?
Thank you in advance.
Renaud
For my project, I need to let the user update the firmware and data with OTA.
This is working:
python3 espota.py -i 192.168.129.25 -p 3232 -f firmware.bin
This is not working:
python3 espota.py -i 192.168.129.25 -p 3232 -f littlefs.bin
Response: [ERROR]: No response from device
Any idea what is wrong?
Thank you in advance.
Renaud