Adafruit
Adafruit METRO 328 with Headers [ATmega328]
The Adafruit METRO 328 is a fully assembled, Arduino UNO R3-compatible development board powered by the ATmega328P running at 16 MHz. It's shape and pin-comp...
Get notified when back in stock
The Adafruit METRO 328 is a fully assembled, Arduino UNO R3-compatible development board powered by the ATmega328P running at 16 MHz. It's shape and pin-compatible with Arduino UNO R3 shields, and works directly with the Arduino IDE by selecting "Arduino UNO" in the Boards menu. This version comes with through-hole headers pre-soldered — for a slimmer profile, see the METRO 328 without Headers.
The METRO is the result of years of AVR development experience, designed to be both easy to use and hacker-friendly. It features an on-board USB-to-serial converter, polarity-protected DC jack with power switch, and comes pre-loaded with the Optiboot bootloader.
Key Features
- ATmega328P @ 16 MHz – 32 KB flash, 2 KB RAM with Optiboot bootloader pre-installed
- Arduino UNO R3 Compatible – Works with UNO shields and the Arduino IDE (desktop and cloud)
- 19 GPIO Pins – Including 6 analogue inputs and 6 PWM outputs across 3 timers
- Hardware SPI, I2C & UART – Full serial communication support
- USB-to-Serial Converter – On-board CP2104 for programming and serial monitoring
- Flexible Power – USB or 7–9V DC with polarity protection and auto-switching
- On/Off Switch – Conveniently located next to the DC jack
- 5V Logic (3.3V Optional) – Cut and solder a jumper to switch to 3.3V logic
- Four Indicator LEDs – Power (green), RX/TX (yellow), and pin 13 (red)
Ideal For
- Arduino projects requiring UNO R3 shield compatibility
- Beginners learning microcontroller programming
- Prototyping with the Arduino ecosystem
- Projects needing a reliable, well-documented ATmega328P platform
Package Contents
- 1× Adafruit METRO 328 board (with headers pre-soldered)
- 4× Rubber bumper feet
Resources
Jargon buster
Plain-language definitions for the technical terms used above.
- ATmega328P
- An 8-bit microcontroller chip used on many Arduino Uno-compatible boards. Knowing the controller uses an ATmega328P helps you understand its memory, speed, pin compatibility, and the Arduino sketches it can run.
- AVR
- AVR is a family of 8-bit microcontrollers (made by Microchip, formerly Atmel) used in many classic Arduino-style boards such as the Uno and Nano. They are widely supported but older, which can be a limit for memory- or speed-intensive tasks.
- Bootloader
- Small starter software on a microcontroller that lets new code be uploaded before the main program runs. Knowing how to enter bootloader mode matters when you need to program the board or recover it after a faulty sketch.
- 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.
- 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.
- 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.
- 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.
- 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 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.
- 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 (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.
- RX
- RX means receive, usually showing data being received by the board. An RX indicator LED can help with troubleshooting USB or serial communication.
- 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.
- through-hole
- A mounting style where the component leads pass through holes in a circuit board and are soldered on the other side. Through-hole parts are often easier to handle and solder by hand, which is useful for classroom and hobby projects.
- TX
- TX means transmit, usually showing data being sent from the board. A TX indicator LED can help you see when the board is communicating or uploading 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