-->
Page 1 of 1

OTA Programming with android

PostPosted: Sat Nov 02, 2019 3:18 am
by Shoeb
I uploaded OTA program info my Nodemcu from laptop. Now I can reprogram the nodemcu module through wifi hotspot.
Now I wanted to know how can I reprogram it with my android phone instead to laptop?

Re: OTA Programming with android

PostPosted: Sat Nov 02, 2019 4:21 am
by btidey
That depends on what you mean by OTA

https://arduino-esp8266.readthedocs.io/ ... eadme.html describes the 3 different ways OTA is commonly used.

If you mean the Arduino IDE OTA instead of serial connection then that may be quite challenging. You would first need to have Arduino IDE on Android and then the means to add on the OTA support. I am not sure whether that has been done yet.

If you mean OTA via a browser then that should work fine as the sending device needs to just have a decent browser and the bin file to update with. The latter could either be produced on your normal IDE or possibly the Android Arduino could do that.

The third method is for devices to self OTA update from a web server.

Re: OTA Programming with android

PostPosted: Sun Dec 04, 2022 4:06 pm
by k1te.BradshawLupton
I bet just the upload of the bin firmware will be sufficient from the adroid to the 8266. this will be amazingly powerful for field OTA upgrades (on mountain tops). I will look into this.