Hi.
I'm new to programming the ESP8266 using the Arduino IDE. I would like, to be able to reprogram the soft from my own application written for the computer in C# in Visual Studio, just don't know how to bite it....
I know there's a sample ArduinoOTA program in Arduino that allows you to program the ESP8266 over WiFi directly from the Arduino IDE, but I'd like to do a similar upload from within my own application. Perhaps someone has already done something similar and could direct what to use etc?
Of course, by this "programming" I mean something like this: in this application of mine, in a graphical way, I would select a .bin file with the compiled software and upload it remotely (within the local WiFi network) to the ESP8266 chip.
I'm new to programming the ESP8266 using the Arduino IDE. I would like, to be able to reprogram the soft from my own application written for the computer in C# in Visual Studio, just don't know how to bite it....
I know there's a sample ArduinoOTA program in Arduino that allows you to program the ESP8266 over WiFi directly from the Arduino IDE, but I'd like to do a similar upload from within my own application. Perhaps someone has already done something similar and could direct what to use etc?
Of course, by this "programming" I mean something like this: in this application of mine, in a graphical way, I would select a .bin file with the compiled software and upload it remotely (within the local WiFi network) to the ESP8266 chip.