Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By rfvito
#46649 Hi, I did all setup to get OTA working. ESP8266 connected with IP 192.168.1.140
I installed python 2.7
But when try to upload I get java error cannot find python.exe
There is no option for OTA in tools why?
See picture:
Image

SOLVEDD: Forget to select option on python instalation path to python.exe :D
User avatar
By rfvito
#46651 Hi, everything work but I only can upload one sketch. After that get NO ANSWER
I have to send again ota sketch to module than upload new sketch after that can't upload no more. Haave to upload again OTA basic via COM
How can I upload more sketchs via OTA without get "NO ANSWER"?
User avatar
By krzychb
#46680 Hi @rfvito,

I assume you have OTA routines included in your sketch previously successfully loaded using OTA (using BasicOTA.ino as an example).

If you have NO ANSWER on second OTA upland, I would check if either of the following works:

• Manually reset module, check in Serial Monitor if module's IP is there and try OTA upload again
• Completely erase flash in module – ref. https://github.com/esp8266/Arduino/issu ... t-96399149 and redo the whole OTA procedure starting with serial upload.


Krzysztof