Adafruit
Adafruit Feather 328P - Atmega328P 3.3V @ 8 MHz
The Feather 328P brings the classic ATmega328P into the Feather ecosystem, running at 3.3V and 8 MHz. If you want to keep your existing Arduino code compatib...
Get notified when back in stock
The Feather 328P brings the classic ATmega328P into the Feather ecosystem, running at 3.3V and 8 MHz. If you want to keep your existing Arduino code compatibility while taking advantage of the Feather form factor and its wide range of FeatherWing add-ons, this board is an excellent choice.
With built-in USB-to-serial via the CP2104, LiPo battery charging, and a small prototyping area for quick sensor or button connections, the Feather 328P is ready for portable projects straight out of the box.
Key Features
- ATmega328P @ 8 MHz – 3.3V logic, 32KB flash, 2KB RAM
- CP2104 USB-Serial – Built-in USB bootloader for programming and serial debugging
- 21 GPIO Pins – 19 digital I/O plus 2 analogue-input-only pins
- 8× Analogue Inputs – Two shared with I2C
- 6× PWM Outputs – For motor control, LEDs, and more
- Hardware I2C & SPI – UART devices should use SoftwareSerial
- Built-in LiPo Charger – 100 mA charging with status indicator LED
- Battery Monitoring – Battery voltage routed through a divider to an analogue pin
- 3.3V Regulator – 500 mA peak current output
- Prototyping Area – Small solderable area for quick component additions
- Pin #13 LED – Red LED for general-purpose blinking
- RX & TX LEDs – Visual indicators for serial data activity
Specifications
- Dimensions – 51 × 23 × 8 mm (without headers)
- Weight – 4.8 g
- Logic Level – 3.3V
- Mounting – 4 mounting holes
Ideal For
- Portable Arduino projects with battery power
- Classic ATmega328P code compatibility in the Feather form factor
- Expanding with FeatherWing add-on boards
Package Contents
- 1× Assembled and tested Feather 328P
- 1× Header set
Jargon buster
Plain-language definitions for the technical terms used above.
- 3.3V regulator
- A 3.3V regulator is a power circuit that provides a steady 3.3 volts for parts that need that supply voltage. On a breakout board, it can let the sensor run safely even when the connected microcontroller or power source uses a higher voltage.
- 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.
- 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.
- FeatherWing
- A FeatherWing is an add-on board made to plug into the Feather microcontroller board layout. Knowing a product is a FeatherWing helps you check whether it will physically and electrically fit your Feather-style mainboard.
- 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.
- 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.
- LiPo
- A LiPo (lithium polymer) battery is a rechargeable lithium battery widely used in portable projects because it is light and compact. LiPo cells need correct charging circuitry and careful handling to stay safe, so equipment that supports LiPo generally includes charging or protection hardware suited to that battery type.
- 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.
- 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.
- 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
Microcontrollers
Related Tutorials
Free guides on learn.littlebird.com.au