Reference   Language | Libraries | Comparison | Changes

WiFi101 OTA library

This library allows you to have the OTA features on SAMD21 based boards (like MKR1000, Zero and MKRZero) using the WiFi 101 shield or the builtin WiFi capabilities of the MKR1000. 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.

Examples


Last revision 2017/03/24 by AG

WiFi101OTA class

Reference Home

Corrections, suggestions, and new documentation should be posted to the Forum.

The text of the Arduino reference is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.