Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmysu/esp32fota
ESP32 SSL httpUpdate ex.
https://github.com/jmysu/esp32fota
arduino esp32 github httpupdate platformio ssl
Last synced: 20 days ago
JSON representation
ESP32 SSL httpUpdate ex.
- Host: GitHub
- URL: https://github.com/jmysu/esp32fota
- Owner: jmysu
- License: gpl-3.0
- Created: 2020-06-21T11:59:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-03T20:35:56.000Z (over 4 years ago)
- Last Synced: 2024-11-15T05:43:25.922Z (3 months ago)
- Topics: arduino, esp32, github, httpupdate, platformio, ssl
- Language: C++
- Homepage:
- Size: 5.31 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ESP32FOTA [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
ESP32 SSL httpUpdate with files in https://raw.githubusercontent.com/An Arduino project for updating ESP32 firmware where kept at GitHub, using official ESP32 httpUpdate w/ SSL.
A successful updating message log for binary at https://raw.githubusercontent.com
Use this link to get correct root SSL certification:
https://projects.petrucci.ch/esp32/?page=ssl
## References
- [Arduino httpUpdate Library](https://github.com/espressif/arduino-esp32/tree/master/libraries/Update) Arduino ESP32 httpUpdate library at Github.
- [SSL root CA converter](https://projects.petrucci.ch/esp32/?page=ssl) Get SSL root certification converted for ESP32.