-
Notifications
You must be signed in to change notification settings - Fork 10
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
Implement OTA Upload #27
Comments
Some references for CC3200
Some references for CC3220 |
Similarly, Moteino has implemented OTA for RFM69-based boards (sub-1 GHz) at |
Arduino has now the WiFi101 OTA library. Source code is available at https://github.com/arduino-libraries/WiFi101OTA. The WiFi101OTA class has 2 functions: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For CC3200, CC3200-EMT and CC3220-EMT, implement OTA upload.
This would ease the upload process.
ESP8266 has already implemented this process as a library, ArduinoOTA, to be found at https://github.com/esp8266/Arduino/tree/master/libraries/ArduinoOTA
The text was updated successfully, but these errors were encountered: