Adafruit
Adafruit Trinket - 3V3
The Adafruit Trinket 3V3 is a tiny microcontroller board built around the Atmel ATtiny85 processor. At just 27mm × 15mm, it's small enough to fit into virtua...
The Adafruit Trinket 3V3 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 3.3V version, designed for interfacing with 3.3V sensors and components or powering from a LiPo battery. The 3V Trinket runs at 8 MHz. For 5V logic or 16 MHz operation, choose the 5V 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 3.3V 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 Internal Oscillator – Can be doubled to 16 MHz in software
- 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
- Wearable electronics and compact builds
- Battery-powered projects using 3.3V logic
- Dedicated microcontroller for single-purpose projects
Package Contents
- 1× Adafruit Trinket 3V3 Microcontroller Board
Resources
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.
- 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.
- 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