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...
Get notified when back in stock
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 (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.
- 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.
- 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.
- USB 2.0
- USB 2.0 is a widely used wired standard for carrying both data and power between a device and a computer or other compatible host, with data rates up to 480 Mbps. It indicates the kind of port a device uses and that it should work with most modern and many older computers.
Find this product in
Brands
Microcontrollers
introducing trinket
Document · 2.0 MB · Click any page to view full size
Resources & Downloads
Guides, code examples, and more
Related Tutorials
Free guides on learn.littlebird.com.au