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...
Get notified when back in stock
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.
- DC
- DC means direct current, where electricity flows in one constant direction, as supplied by batteries, USB ports and many plug-pack power supplies. When a product specifies DC, it runs from a DC supply rather than mains AC, so you need to provide the correct voltage and polarity.
- Flash memory
- Flash memory is non-volatile memory that retains stored data even when power is removed, and can be erased and rewritten in blocks. It lets data such as firmware, settings or saved records persist across power cycles.
- GND
- GND is the ground or reference connection (0 V) for a circuit. When connecting two devices together, their grounds must be joined so both agree on what counts as a low or high signal.
- 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 (LED) is a small electronic component that emits light when current flows through it in the correct direction. Because it only conducts one way, its polarity matters, and a through-hole LED must be soldered the correct way around to light up.
- 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.
- 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 (formerly Atmel) 32-bit Arm Cortex-M0+ microcontroller used in many Arduino-compatible boards. The exact chip affects which libraries, clock speeds and peripheral features are available, so software needs to support the SAMD21 specifically.
- 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 asynchronous serial interface that sends data over separate transmit and receive wires, usually labelled TX and RX, with both ends set to the same baud rate. It is a common way for microcontrollers and other serial devices to exchange data.
Find this product in
Brands
Related Tutorials
Free guides on learn.littlebird.com.au