Translation missing: en.general.accessibility.skip_to_content

Trinket Mini Microcontroller - 3.3V (ID: 1500)

SKU 1260
£6.91 inc VAT
£5.76 ex VAT
3 in stock.

More available in 5-7 days.
Available for backorder (more info)

Trinket may be small, but do not be fooled by its size! It's a tiny microcontroller board, built around the Atmel ATtiny85, a little chip with a lot of power. The Trinket microcontroller board is designed to be small enough to fit into any project, and low cost enough to use without hesitation. Perfect for when you don't want to give up your expensive dev-board and you aren't willing to take apart the project you worked so hard to design. It's our lowest-cost Arduino-IDE programmable board!

The Attiny85 is a fun processor because despite being so small, it has 8K of flash, and 5 I/O pins, including analogue inputs and PWM ' analogue' outputs. A USB bootloader has been added so you can plug it into any computer and reprogram it over a USB port just like an Arduino. Some simple modifications have been made 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 3.3V 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.

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

  • Trinket does not have a Serial port connection for debugging so the serial port monitor will not be able to send/receive data
  • Some computers' USB v3 ports don't recognize the Trinket's bootloader. Simply use a USB v2 port or a USB hub in between
  • Dimensions: 1.2" x 0.6" x 0.2" / 31mm x 15.5 x 5mm
  • Weight (no headers): 1.85 grams
  • ATtiny85 on-board, 8K of flash, 512 bytes of SRAM, 512 bytes of EEPROM
  • The internal oscillator runs at 8MHz but can be doubled in software for 16MHz
  • USB bootloader with a nice LED indicator looks just like a USBtinyISP so you can program it with AVRdude (with a simple config modification) and/or the Arduino IDE (with a few simple config modifications)
  • Micro-USB jack for power and/or USB uploading, you can put it in a box or tape it up and use any USB cable for when you want to reprogram.
  • We really worked hard on the bootloader process to make it rugged and foolproof, this board won't up and die on you in the middle of a project!
  • ~5.25K bytes available for use (2.75K taken for the bootloader)
  • Available in both 3V and 5V flavours
  • On-board 3.3V or 5.0V power regulator with 150mA output capability and ultra-low dropout. Up to 16V input, reverse-polarity protection, thermal and current-limit protection.
  • Power with either USB or external output (such as a battery) - it'll automatically switch over
  • On-board green power LED and red pin #1 LED
  • Reset button for entering the bootloader or restarting the program. No need to unplug/replug the board every time you want to reset or update!
  • 5 GPIO - 2 shared with the USB interface. The 3 independent IO pins have 1 analogue input and 2 PWM outputs as well. The 2 shared IO pins have 2 more analogue inputs and one more PWM output.
  • Hardware I2C / SPI capability for breakout & sensor interfacing.
  • Works with many basic Arduino libraries including the Adafruit Neopixel library.
  • Mounting holes!
  • Really really small.

Trinket Mini Microcontroller Introduction and guide

Some known issues involve Windows 10 and not being recognised as a USB device.

Suggested Fixes:

Trinket not recognised as USB device.

 

  • You can use a USB hub instead of plugging the Trinket directly into your computer.
  • You can use Codebender (https://codebender.cc) instead of Arduino IDE to program from your browser instead.
  • The Trinket will not show up as a serial device and you will not get a COM port.

Troubleshooting Arduino IDE

Activate the bootloader before uploading any code to the trinket if you get the error message avrdude: Error: Could not find USBtiny device (0x1781/0xc9f)

Trinket Arduino IDE set up.