Adafruit
Adafruit Feather M0 WiFi with uFL - ATSAMD21 + ATWINC1500 [fw 19.4.4]
The Feather M0 WiFi with uFL pairs the ATSAMD21G18 ARM Cortex M0+ processor with an ATWINC1500 Wi-Fi module, featuring a uFL connector instead of an on-board...
The Feather M0 WiFi with uFL pairs the ATSAMD21G18 ARM Cortex M0+ processor with an ATWINC1500 Wi-Fi module, featuring a uFL connector instead of an on-board antenna. This allows you to connect an external 2.4 GHz antenna for improved range or custom antenna placement in enclosures.
The ATWINC1500 handles all Wi-Fi networking on a dedicated chip, freeing the main processor for your application code. It offers low power consumption (~12 mA active, ~2 mA sleep), SSL/TLS 1.2 support, Soft-AP mode, and WEP/WPA/WPA2 encryption with fast scanning and reliable streaming.
Key Features
- ATSAMD21G18 Processor – ARM Cortex M0+ running at 48 MHz, 3.3V logic
- 256 KB Flash + 32 KB RAM – No EEPROM
- ATWINC1500 Wi-Fi Module – FCC-certified 802.11b/g/n with uFL antenna connector
- SSL/TLS 1.2 – Secure connections handled by the Wi-Fi module
- Soft-AP Mode – Create your own wireless access point
- Low Power Wi-Fi – ~12 mA active (WINC) + ~10 mA (ATSAMD21); Wi-Fi module sleeps at ~2 mA
- 600 mA Regulator – AP2112K-3.3 regulator supports Wi-Fi transmit peaks up to 300 mA
- Native USB – Built-in USB-to-Serial for programming and debugging
- 20 GPIO Pins – Hardware Serial, I2C, and SPI; 8× PWM, 10× analogue inputs, 1× analogue output
- 200 mA LiPo Charger – JST connector with charging status LED and battery voltage monitoring
- SWD Debug – SWDIO/SWCLK pads on the bottom for CMSIS-DAP debugging
- Slightly Larger – 53.65 mm × 23 mm × 8 mm (2.6 mm longer than standard Feathers), weighing 6.1 g
Also Available
- Feather M0 WiFi – Same board with on-board antenna
- Feather M0 Express – CircuitPython with 2 MB flash
- Feather M0 Basic Proto – Prototyping area
- Feather M0 Adalogger – MicroSD data logging
- Feather M0 Bluefruit LE – Bluetooth Low Energy
- Feather M0 RFM95 LoRa 900 MHz – Long-range LoRa radio
- Feather M0 RFM69HCW 868/915 MHz – Packet radio
Ideal For
- Enclosure-mounted projects needing external antenna placement
- Applications requiring extended Wi-Fi range
- Battery-powered IoT devices with low power requirements
- Custom antenna configurations
Package Contents
- 1× Feather M0 WiFi with uFL (ATSAMD21 + ATWINC1500)
- 1× Header pin set
Jargon buster
Plain-language definitions for the technical terms used above.
- AP2112K
- AP2112K is a small voltage regulator chip that provides a stable 3.3V supply for electronics on the board. The regulator rating matters when checking input voltage range and how much current the board can supply or use.
- 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.
- EEPROM
- A type of non-volatile memory that keeps stored data even when power is turned off. In a sensor module, it can be used to store settings or calibration data so they do not need to be re-entered every time.
- GPIO
- General-purpose input/output pins are microcontroller pins you can set in software to read signals, switch devices on and off, or connect to peripherals. The number of GPIO pins matters because it limits how many buttons, LEDs, sensors, and other parts you can wire directly to the board.
- I2C
- I2C is a two-wire communication bus used by many sensors and small modules. It matters because several I2C devices can share the same two wires, but each device needs a compatible address and your controller must support I2C.
- IDE
- Short for Integrated Development Environment, a program used to write, run and manage code. It matters because some learners prefer a traditional coding workspace instead of a guided notebook-style lesson.
- 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.
- LED
- A light-emitting diode is a small electronic component that lights up when current flows through it in the correct direction. In this kit, LEDs create the flashing effect, so polarity and correct soldering matter for the project to work.
- LiPo
- A lithium polymer rechargeable battery commonly used in portable electronics projects. It matters because LiPo batteries need correct charging circuitry and care, and this board includes hardware intended for that battery type.
- LoRa
- LoRa is a long-range, low-power radio technology often used for telemetry and remote sensors. It matters here because the connector and pinout are compatible with some LoRa telemetry products, even though this module uses Bluetooth instead.
- native USB
- Native USB means the microcontroller itself handles USB communication, rather than using a separate USB-to-serial chip. This matters for programming, debugging, and projects that need the board to act directly as a USB device.
- PWM
- Pulse Width Modulation is a way for a digital pin to simulate variable output power by switching on and off very quickly. It matters for controlling things like LED brightness, motor speed, or servo-style signals from a microcontroller pin.
- RAM
- RAM is temporary memory used while a device is running, and its contents are lost when power is removed. A “Run in RAM” mode is useful for testing settings without permanently programming the module, but it may not support every feature.
- 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.
- SWD
- Serial Wire Debug is a two-wire programming and debugging interface used with many microcontrollers. It matters if you need low-level access to program, recover or debug the processor board connected to this carrier.
Find this product in
Brands
Connectivity
Microcontrollers
Related Tutorials
Free guides on learn.littlebird.com.au