SparkFun
Arduino Nano Every
· MPN: DEV-15590
Bring everyday builds to life quickly with this small, robust Arduino board in the classic Nano footprint. It is designed for fast prototyping and compact pr...
Bring everyday builds to life quickly with this small, robust Arduino board in the classic Nano footprint. It is designed for fast prototyping and compact projects, from experiments and wearables through to cosplay, robotics, drones and 3D printing.
The board is based on the ATMega4809 AVR processor and is programmable using the Arduino IDE, either online or offline. You can get started with existing open-source sketches or write your own for custom sensors, motors and control projects.
It can be used on a breadboard when you fit pin headers, or soldered directly to a PCB as an SMT module using its castellated pads. A SAMD11 ARM Cortex M0+ processor acts as a high performance USB-to-serial converter and can be re-programmed by skilled users for more advanced applications.
Supporting documentation is available for the datasheet, getting started guide, ATMega 4809 datasheet, schematic, pinout diagram, Arduino IDE download and Eagle files.
Features:
- Classic Nano footprint: Small, robust board in the familiar Nano form factor.
- Arduino IDE support: Programmable using the Arduino IDE online or offline.
- Open-source sketches: Get started with thousands of available sketches or write your own.
- Compact project fit: Ideal for wearables, experiments, prototypes and cosplay setups.
- Peripheral friendly: Sensors and motors can be connected without too much fuss.
- Project applications: Great for robotics, drones and 3D printing.
- Mounting options: Use in a breadboard with pin headers, or solder directly to a PCB using castellated pads.
- USB-to-serial converter: SAMD11 ARM Cortex M0+ processor acts as a high performance USB to serial converter.
- Advanced reprogramming: The SAMD11 can be re-programmed by skilled users to expand board applications.
Specifications:
- Microcontroller: ATMega 4809
- Clock Speed: 20MHz
- CPU Flash Memory: 48KB
- SRAM: 6KB
- EEPROM: 256byte
- PWM Pins: 5 (D3, D5, D6, D9, D10)
- Operating Voltage: 5V
- Input Voltage (limit): 21V
- DC Current per I/O Pin: 20mA
- DC Current for 3.3V Pin: 50mA
- Analog Input Pins: 8 (ADC 10 bit)
- Analog Output Pins: Only through PWM (no DAC)
- Digital pins: 14 digital pins
- External Interrupts: All digital pins
- Interfaces: 1 UART, 1 SPI, 1 I2C
- LED_BUILTIN: 13
- USB: USB
- Dimensions: 45x25mm
- Official Library: Available
- Arduino Part #: ABX00028
A practical Nano-format board for makers who want Arduino IDE support, familiar I/O and a compact footprint for everyday embedded projects.
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.
- AVR
- AVR is a family of 8-bit microcontrollers used in many classic Arduino-style boards. If a USB host library mentions AVR support, it suggests the examples or compatibility may be aimed at those older microcontroller boards.
- 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.
- 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.
- 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.
- Headers
- Rows of metal pins used to plug a module into a breadboard or connect it with jumper wires. Pre-soldered headers make the module easier to use straight away without needing to solder the pins yourself.
- 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.
- 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
- A printed circuit board is a rigid board with copper tracks that connect electronic parts without loose wires. For this kit, the PCBs also form the airplane shape, so they are both the circuit base and part of the finished model.
- 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.
- 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.
- USB to serial converter
- A chip that turns the USB connection from your computer into serial data that the microcontroller can understand. It matters because this board uses it for programming and debugging instead of appearing as a direct native USB device such as a keyboard or mouse.
Find this product in
Arduino Nano Every Datasheet
Datasheet · 326.1 KB · Click any page to view full size
ATmega4809 Microcontroller Datasheet
Datasheet · 1.0 MB · Click any page to view full size
Arduino Nano Every Schematic
Schematic · 739.2 KB · Click any page to view full size
Arduino Nano Every Pinout Diagram
Pinout · 230.7 KB · Click any page to view full size
Supplier page — sparkfun.com
Supplier Description · 610.0 KB · Click any page to view full size
Resources & Downloads
Guides, code examples, and more
Related Tutorials
Free guides on learn.littlebird.com.au