Adafruit
Adafruit AirLift FeatherWing – ESP32 WiFi Co-Processor
Give your Feather project WiFi connectivity with the Adafruit AirLift FeatherWing. This add-on uses an ESP32 as a WiFi co-processor, handling all the heavy l...
Get notified when back in stock
Give your Feather project WiFi connectivity with the Adafruit AirLift FeatherWing. This add-on uses an ESP32 as a WiFi co-processor, handling all the heavy lifting of network connections and TLS/SSL encryption so your main Feather can focus on your application logic.
The ESP32 communicates over 8 MHz SPI for high-speed data transfer, requiring just an SPI bus and 2 control pins. It comes pre-programmed with WiFi co-processor firmware (a variant of Arduino WiFiNINA) and has root certificates pre-burned in for secure HTTPS connections. A separate 3.3V regulator and tri-state chip on MOSI allow safe sharing of the SPI bus with other FeatherWings.
Key Features
- ESP32 WiFi Co-Processor – Handles WiFi networking and TLS/SSL encryption
- 8 MHz SPI Interface – High-speed communication with just SPI + 2 control pins
- Pre-Programmed Firmware – Ready to use out of the box with Arduino and CircuitPython
- TLS/SSL Support – Root certificates pre-burned for secure connections
- Shared SPI Bus – Tri-state MOSI allows sharing with other FeatherWings
- FeatherWing Form Factor – Stacks with any Feather board
Compatibility
- Arduino – Works with Feather M0, M4, nRF52840 and similar (recommended: M0 or M4 for best results)
- CircuitPython – Requires Feather M4 or nRF52840 minimum (M0 does not have enough RAM)
- Not useful with ESP8266 or ESP32 Feathers (they already have WiFi)
Also Available
- AirLift ESP32 WiFi Breakout – Universal breakout for any microcontroller
- AirLift Bitsy Add-On – Compact version for ItsyBitsy boards
- AirLift Shield – Arduino shield version with microSD socket
Ideal For
- Adding WiFi to Feather projects
- IoT data logging and cloud connectivity
- Web API integrations
- Secure HTTPS communication
Package Contents
- 1× Adafruit AirLift FeatherWing (assembled and tested)
- 1× Header strip
Jargon buster
Plain-language definitions for the technical terms used above.
- 3.3V regulator
- A 3.3V regulator is a power circuit that provides a steady 3.3 volts for parts that need that supply voltage. On a breakout board, it can let the sensor run safely even when the connected microcontroller or power source uses a higher voltage.
- API
- An API (application programming interface) is a defined set of commands or functions that lets one piece of software interact with another, such as a library, operating system, hardware driver or online service. When something offers API support, it means you can control or query it from your own code rather than only through its built-in menus or buttons.
- breakout
- A breakout board carries a small or fine-pitched component and brings its connections out to standard, breadboard- and header-friendly pins. Describing a part as a breakout means it can be wired into a project without soldering directly to the component's tiny contacts.
- CircuitPython
- A beginner-friendly version of Python designed to run directly on microcontroller boards. If a product supports CircuitPython, you can often program it by copying code files onto the board rather than setting up a more complex toolchain.
- ESP32
- ESP32 is a family of low-cost microcontroller chips and modules from Espressif with built-in WiFi and Bluetooth. They support programmable firmware and over-the-air updates, and are commonly programmed with toolchains such as the Arduino core and ESP-IDF.
- FeatherWing
- A FeatherWing is an add-on board made to plug into the Feather microcontroller board layout. Knowing a product is a FeatherWing helps you check whether it will physically and electrically fit your Feather-style mainboard.
- Headers
- Rows of connector contacts on a fixed pitch (commonly 2.54 mm) used to link a board to a breadboard, jumper wires, or another board. They come as male pin headers and female socket headers; when a module ships with pre-soldered headers it can be used straight away, whereas bare pads require soldering the pins yourself.
- IoT
- Short for Internet of Things, meaning physical devices that connect to networks or the internet to send data or be controlled remotely. It matters if you want projects such as connected sensors, remote controls or classroom data-logging activities.
- microcontroller
- A microcontroller is a small computer on a single chip that runs a stored program and controls connected inputs and outputs such as buttons, sensors, displays and communication interfaces. In a device built around one, it is the part that executes the code and coordinates the device's behaviour.
- nRF52840
- The nRF52840 is a Nordic Semiconductor system-on-chip built around a 32-bit Arm Cortex-M4 processor, with built-in Bluetooth Low Energy and native USB. It is widely used in maker and wearable boards, where it offers BLE and USB support along with broad library coverage in common maker toolchains.
- RAM
- RAM (random-access memory) is fast, temporary memory a device uses for working data while it is running; in its common volatile form, its contents are lost when power is removed. Some devices offer a mode that applies settings to RAM only, which is handy for testing changes temporarily because they are not stored permanently and disappear at power-off.
- Shield
- An add-on board that plugs into a main controller board to give it extra features such as sensing, motor control or communication. Knowing a product supports shields helps you judge whether it can connect neatly into an existing maker-board setup.
- SPI
- A fast serial communication bus often used for displays, memory cards, and sensors. It matters because SPI devices need specific pins for clock and data, plus a separate chip-select line for each device.
Find this product in
Brands
Connectivity
ESP32
Related Tutorials
Free guides on learn.littlebird.com.au