-
Notifications
You must be signed in to change notification settings - Fork 9
ATmega sketch OTA
Juraj Andrássy edited this page Nov 18, 2017
·
2 revisions
With ESP8266 on board it is desired to use it to write into microcontroller a sketch send ‘over the air’. ‚Over the air‘ or OTA upload means the sketch is send from IDE to the board using WiFi.
The factory firmware and it's origin, the JeeLabs esp-link firmware, support ATmega sketch OTA upload.
WiFi Link supports Atmega sketch OTA, if build with MCU_OTA option and the dfu library.