For whatever reason(s), I'm not having any success with my attempts at trying to use OTA. I've read through tons of the various posts, etc. I could find looking for what I'm missing, but for whatever reason, I'm never seeing the network port show up.
Here's where I'm at currently:
Windows 7 Home Premium SP1 w/Norton 360 Security Suite
Adafruit Huzzah board
Arduino 1.6.5 IDE
Python 2.7 installed
Boards Manager esp8266 2.1.0 installed. (Also tried using 1.6.5-947, and 2.0.0)
Using the BasicOTA sketch to keep it as simple as possible.
I select the huzzah from Tools/Board. I've also tried generic esp8266 module option, but didnt see any difference
I've temporarily opened up all ports through my PC firewall to ip address 192.168.2.2 - which is the esp8266
Now - riddle me this:
I keep seeing mention about python, but how is it used? Does the IDE automatically use it? Or is there something I need to manually do? I've never worked with python before, so other than installing it, I've got no clue what else I need to do with it.
After I upload my sketch, I see via serial monitor (with the USB hooked up) that the huzzah gets an IP address.
When I build with the IDE, this is what the very last couple of lines look like, and from what I've seen on another post, I'm not seeing python, I see esptool.exe instead? Does this point to some incorrect configuration on my end?
C:\Users\Dan\AppData\Roaming\Arduino15\packages\esp8266\tools\esptool\0.4.8/esptool.exe -eo C:\Users\Dan\AppData\Roaming\Arduino15\packages\esp8266\hardware\esp8266\2.1.0/bootloaders/eboot/eboot.elf -bo C:\Users\Dan\AppData\Local\Temp\build6015921208496576786.tmp/BasicOTA.cpp.bin -bm qio -bf 40 -bz 4M -bs .text -bp 4096 -ec -eo C:\Users\Dan\AppData\Local\Temp\build6015921208496576786.tmp/BasicOTA.cpp.elf -bs .irom0.text -bs .text -bs .data -bs .rodata -bc -ec