https://github.com/qb4-dev/esp_nano_httpd_fota
OTA upgrade
https://github.com/qb4-dev/esp_nano_httpd_fota
esp-nano-httpd esp-open-sdk esp8266 fota
Last synced: 11 months ago
JSON representation
OTA upgrade
- Host: GitHub
- URL: https://github.com/qb4-dev/esp_nano_httpd_fota
- Owner: QB4-dev
- License: mit
- Created: 2018-05-14T17:46:39.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-27T16:12:00.000Z (almost 7 years ago)
- Last Synced: 2025-03-29T21:26:23.879Z (about 1 year ago)
- Topics: esp-nano-httpd, esp-open-sdk, esp8266, fota
- Language: HTML
- Size: 24.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# esp_nano_httpd FOTA example
To compile yourself:
`git clone https://github.com/QB4-dev/esp_nano_httpd_fota --recursive`
cd esp_nano_httpd_fota
make
make flash
In this example you can test FOTA upgrade feature. It has been tested on ESP-12 board.
See it in action
https://gfycat.com/UnsungObedientAmericankestrel
To use it on ESP-01(with 1MB flash) please change in Makefile
```Makefile
#SPI flash size, in K
ESP_SPI_FLASH_SIZE_K=4096
```
to
```Makefile
#SPI flash size, in K
ESP_SPI_FLASH_SIZE_K=1024
```
In case of errors during boot execute
`make flashinit`
This will fix flash rf_cal section
You can also check file upload feature. Just upload text file and see it's content in iframe