Other

WiFi101OTA

Update sketches on your board over WiFi

Requires an Arduino/Genuino SAMD board

Go to repository

This library allows you to have utilize OTA features MKR1000 and the WiFi Shield 101. The sketch to be loaded Over The Air can be stored on two media:

  • the internal flash;
  • an external SD card;

In the first case the new sketch can't exceed the half of the total memory (256/2 = 128kB) while in the second case you have all the MCU's flash available.

To use this library

1#include <SPI.h>
2#include <SD.h>
3#include <WiFi101.h>
4#include <WiFi101OTA.h>
5#include <SDU.h>


WiFiOTA.begin()
WiFiOTA.poll()