Pimoroni
Arduino MKR1000 WIFI
The Arduino MKR1000 combines a powerful 32-bit ARM Cortex-M0+ microcontroller with built-in 2.4GHz Wi-Fi and hardware cryptographic authentication — all in a...
The Arduino MKR1000 combines a powerful 32-bit ARM Cortex-M0+ microcontroller with built-in 2.4GHz Wi-Fi and hardware cryptographic authentication — all in a compact, IoT-ready form factor. It runs at 3.3V and includes an integrated Li-Po battery charging circuit, making it ideal for battery-powered wireless projects.
Key Features
- Microcontroller – ATSAMW25 SoC: SAMD21 Cortex-M0+ 32-bit ARM MCU
- Wi-Fi – WINC1500 2.4GHz 802.11 b/g/n (single 1×1 PCB antenna)
- Cryptographic Security – ECC508 CryptoAuthentication chip; SHA-256 certificate support
- Li-Po Battery Charging – Integrated charging circuit; auto-switches between USB/VIN and battery
- USB – Full-speed USB device and embedded host; powers board at 5V
Specifications
- Operating Voltage – 3.3V
- Input Voltage – 5V (USB or VIN, max 6V)
- Flash Memory – 256KB
- SRAM – 32KB
- Clock Speed – 48MHz (CPU), 32.768kHz (RTC)
- Digital I/O Pins – 8
- PWM Pins – 12
- Analog Input Pins – 7 (8/10/12-bit ADC)
- Analog Output Pins – 1 (10-bit DAC)
- Interfaces – 1× UART, 1× SPI, 1× I2C
- DC Current per I/O Pin – 7mA
- Dimensions – 61.5 × 25mm
- Weight – 32g
Battery Requirements
- Type – Li-Po single cell, 3.7V, minimum 700mAh
- Connector – 2-pin JST PH type (female on battery, male on board); Left pin = positive, Right = GND
- Charging Current – 350mA preset; minimum 700mAh battery required to avoid damage
- Charge Limit – 4 hours / max ~1400mAh per charging cycle, then auto sleep
Ideal For
- Battery-powered IoT devices and wireless sensor nodes
- Secure Wi-Fi connected Arduino projects
- Compact, low-power embedded applications
Resources
Jargon buster
Plain-language definitions for the technical terms used above.
- ADC
- An analogue-to-digital converter reads a changing voltage and turns it into a number the microcontroller can use. It matters when connecting analogue sensors such as light, sound, or variable-resistor sensors.
- DAC
- A digital-to-analogue converter turns numbers from the microcontroller into a real analogue voltage. It matters if you want to generate simple waveforms, audio-style signals, or variable control voltages rather than just on/off outputs.
- Flash memory
- Non-volatile memory that keeps stored data even when power is removed. In this sensor, it matters because enrolled fingerprint templates can remain saved after the project is turned off.
- 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.
- 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.
- JST PH
- A small keyed plug-and-socket connector with 2 mm pin spacing, often used for low-power electronics connections. You need the correct JST PH cable, and its current rating limits how much power should be passed through it.
- 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.
- microcontroller
- A microcontroller is a small computer on a chip that runs your program and controls connected inputs and outputs. For this product, it is the part that reads buttons and sensors, drives the display and speaker, and communicates over Bluetooth.
- PCB antenna
- A PCB antenna is an antenna pattern built directly into the circuit board rather than a separate metal antenna. It matters because placement, nearby metal and enclosure design can affect wireless range.
- 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.
- RTC
- A Real-Time Clock keeps track of time even when the main processor is asleep or powered down, usually with a small backup battery. It matters for data logging and tracking projects that need accurate timestamps.
- SAMD21
- The SAMD21 is a Microchip microcontroller used in many Arduino-compatible boards. It matters here because USB host library support can depend on the exact microcontroller on your mainboard.
- 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.
- SRAM
- Fast temporary memory used by a processor while a program is running. More SRAM helps with projects that handle larger data buffers, networking, displays, or more complex code.
- UART
- UART is a simple serial connection that sends data over separate transmit and receive wires, often labelled TX and RX. It matters because this module is designed to replace a wired UART cable with a wireless link while keeping the same serial data format.
Find this product in
Brands
Related Tutorials
Free guides on learn.littlebird.com.au