Search

trinket 5v

SKU:
MOD-597
Weight: Help
5 g
no
Supplier:

Trinket is a tiny microcontroller board, built around the Atmel ATtiny85, a little chip with a lot of power.

Product is retired
Tags: arduino, 5V, 3V, trinket

The Attiny85 is a fun processor because despite being so small, it has 8K of flash, and 5 I/O pins, including analog inputs and PWM ‘analog’ outputs. We designed a USB bootloader so you can plug it into any computer and reprogram it over a USB port just like an Arduino. In fact we even made some simple modifications to the Arduino IDE so that it works like a mini-Arduino board. You can’t stack a big shield on it but for many small & simple projects the Trinket will be your go-to platform.

This is the 5V Trinket. There are two versions of the Trinket. One is 3V and one is 5V. Both work the same, but have different operating logic voltages. Use the 3V one to interface with sensors and devices that need 3V logic, or when you want to power it off of a LiPo battery. The 3V version should only run at 8 MHz. Use the 5V one for sensors and components that can use or require 5V logic. The 5V version can run at 8 MHz or at 16MHz by setting the software-set clock frequency. You can find 3V version here.

Even though you can program Trinket using the Arduino IDE, it’s not a fully 100% Arduino-compatible. There are some things you trade off for such a small and low cost microcontroller!

More information and tutorials can be found on learn Adafruit website.