Adafruit
Adafruit Trinket - 5V
The Adafruit Trinket 5V is a tiny microcontroller board built around the Atmel ATtiny85 processor. At just 27mm × 15mm, it's small enough to fit into virtual...
The Adafruit Trinket 5V is a tiny microcontroller board built around the Atmel ATtiny85 processor. At just 27mm × 15mm, it's small enough to fit into virtually any project and affordable enough to dedicate to a single build. Program it via the Arduino IDE over the Micro-USB connector — no separate programmer required.
This is the 5V version, designed for interfacing with 5V sensors, components, and logic levels. It can run at 8 MHz or 16 MHz via a software-configurable clock setting. For 3.3V logic or LiPo battery projects, choose the 3V version instead.
Key Features
- ATtiny85 Processor – 8K flash (~5.25K usable), 512 bytes SRAM, 512 bytes EEPROM
- 5 GPIO Pins – 3 independent I/O (1 analog input, 2 PWM outputs) plus 2 shared with USB (2 more analog inputs, 1 more PWM output)
- Arduino IDE Compatible – USB bootloader allows programming directly from the Arduino IDE or AVRdude
- Micro-USB Connector – For programming and power
- Onboard 5.0V Regulator – 150mA output with up to 16V input, reverse-polarity protection, thermal and current-limit protection
- Automatic Power Switching – Powers from USB or external source (battery), switches automatically
- Hardware I2C / SPI – For connecting breakouts and sensors
- 8 MHz or 16 MHz Operation – Software-configurable clock speed
- Onboard LEDs – Green power LED and red LED on pin #1
- Reset Button – Enter bootloader or restart without unplugging
- Mounting Holes – For secure installation
Ideal For
- Small, embedded projects with minimal I/O requirements
- NeoPixel and LED projects
- Wearable electronics and compact builds
- Dedicated microcontroller for single-purpose 5V projects
Package Contents
- 1× Adafruit Trinket 5V Microcontroller Board
Resources
Jargon buster
Plain-language definitions for the technical terms used above.
- 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.
- 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.
- 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.
- 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.
- 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.
- LiPo
- A lithium polymer rechargeable battery commonly used in portable electronics projects. It matters because LiPo batteries need correct charging circuitry and care, and this board includes hardware intended for that battery type.
- 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.
- NeoPixel
- A type of addressable LED system where colour data is sent along a single digital data line from one LED or controller to the next. Compatibility matters because the timing and signal format must match for the lights or driver board to respond correctly.
- 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.
Find this product in
Brands
Microcontrollers
Related Tutorials
Free guides on learn.littlebird.com.au