-
Notifications
You must be signed in to change notification settings - Fork 7.6k
OTA programing with arduino ide #125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I guess not (yet?). The Bootloader does not do any WiFi stuff. You would need to write the necessary things on your own either by patching the bootloader or writing user code that receives data OTA and stores them. But it would require you to change the partition layout e.g. to have a second partition where OTA data is stored. I think that I read somewhere that the current bootloader is able to handle multiple partitions and to start user code from a partition you like. But still the above mentioned things are required. |
@DiegoMendoza1 Did you try the ArduinoOTA yet on esp32? http://esp8266.github.io/Arduino/versions/2.0.0/doc/ota_updates/ota_updates.html |
I tried with the esp8266 code but the libraries give me error when compiling the program |
Similar to issue #78 - Programming over the air |
soon. there are fixes inline upstream. When all is good, I will implement it. Partitions are already there. |
implemented ;) |
Excited to try this out. Can you point me to the documentation? |
Ok, thanks @me-no-dev! Should I open a separate issue suggesting that this repository include its own documentation? |
please do not open an issue. I am quite aware of the many things missing. |
Thanks @me-no-dev it is a good new, i have a problem the cpu gets halted, i have open an issue #260. Thanks in advance |
Update for ESP32 Feather v2
Does the OTA work with arduino ide?
If it works can someone put an example?
The text was updated successfully, but these errors were encountered: