-->
Page 1 of 1

ESP8266 arduino OTA can't locate python.exe

PostPosted: Sun May 01, 2016 7:07 pm
by rfvito
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

Re: ESP8266 arduino OTA can't locate python.exe

PostPosted: Sun May 01, 2016 7:42 pm
by rfvito
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"?

Re: ESP8266 arduino OTA can't locate python.exe

PostPosted: Mon May 02, 2016 7:15 am
by krzychb
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