Project

General

Profile

Support #669

Updated by Daniel Curtis over 8 years ago

I recently installed the Arduino IDE and found that I was unable to access the Trinket to play with. This is how I added support for the Trinket. 

 * Open the Arduino IDE and go to +File -> Preferences+ 

 * In the *Additional Board Manager URLs* add the following then click *OK*: 
 <pre> 
 https://adafruit.github.io/arduino-board-index/package_adafruit_index.json 
 </pre>  

 * Next go to +Tools -> Board -> Board Manager+ and install the *Adafruit AVR Board* support package 

 *NOTE*: -Currently Currently the Trinket driver doesn't work on Linux.- The person "here":http://andijcr.github.io/blog/2014/07/31/notes-on-trinket-on-ubuntu-14.04/ writes that they are able to connect avrdude to Ubuntu. I had no such luck on my Arch box.  

 Linux. 

 h2. Resources 

 * https://learn.adafruit.com/introducing-trinket/introduction 
 * https://learn.adafruit.com/introducing-trinket/setting-up-with-arduino-ide 
 * https://github.com/arduino/Arduino/wiki/Unofficial-list-of-3rd-party-boards-support-urls#list-of-3rd-party-boards-support-urls 
 * http://andijcr.github.io/blog/2014/07/31/notes-on-trinket-on-ubuntu-14.04/

Back