Skip to content

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

Closed
DiegoMendoza1 opened this issue Jan 13, 2017 · 12 comments
Closed

OTA programing with arduino ide #125

DiegoMendoza1 opened this issue Jan 13, 2017 · 12 comments

Comments

@DiegoMendoza1
Copy link

DiegoMendoza1 commented Jan 13, 2017

Does the OTA work with arduino ide?
If it works can someone put an example?

@DiegoMendoza1 DiegoMendoza1 changed the title OTA programing wi OTA programing with arduino ide Jan 13, 2017
@elFallino
Copy link

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.

@evanmj
Copy link

evanmj commented Jan 24, 2017

@DiegoMendoza1
Copy link
Author

I tried with the esp8266 code but the libraries give me error when compiling the program

@sfowlr
Copy link

sfowlr commented Feb 10, 2017

Similar to issue #78 - Programming over the air

@me-no-dev
Copy link
Member

soon. there are fixes inline upstream. When all is good, I will implement it. Partitions are already there.

@me-no-dev me-no-dev added the Status: To be implemented Selected for Development label Feb 23, 2017
@me-no-dev
Copy link
Member

implemented ;)

@blackketter
Copy link

Excited to try this out. Can you point me to the documentation?

@me-no-dev
Copy link
Member

@blackketter
Copy link

Ok, thanks @me-no-dev!

Should I open a separate issue suggesting that this repository include its own documentation?

@me-no-dev
Copy link
Member

please do not open an issue. I am quite aware of the many things missing.

@DiegoMendoza1
Copy link
Author

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

@arvindr21
Copy link
Contributor

arvindr21 commented May 28, 2017

@VojtechBartoska VojtechBartoska added Status: Solved and removed Status: To be implemented Selected for Development labels Apr 6, 2022
brentru added a commit to adafruit/arduino-esp32 that referenced this issue Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants