Arduino WiFi
You can use the AirLift with Arduino. Unlike CircuitPython, it work work with most of
the Arduino compatible ItsyBitsies, even the 3V ItsyBitsy 32u4. However, if you want
to use libraries like ArduinoJSON or add sensors and SD card, you'll really want an
ATSAMD21 (Cortex M0) or ATSAMD51 (Cortex M4), both of which have plenty or RAM
Library Install
We're using a variant of the Arduino WiFiNINA library, which is amazing and written by
the Arduino team! The official WiFi101 library won't work because it doesn't support
the ability to change the pins.
So! We made a fork that you can install.
©Adafruit Industries
Page 35 of 54