Translate

Sunday, December 1, 2019

Arduino IDE settings for : Adafruit Trinket


The Adafruit Trinket is a small microcontroller from Adafruit and it can be programmed using Arduino IDE.



Arduino settings

Be sure to have these settings :
  • in preference add the additional manager board addition :
    https://adafruit.github.io/arduino-board-index/package_adafruit_index.json
  • From the board manager, install the Adafruit AVR boards
  • After rebooting Arduino IDE, select Adafruit Gemma 8Mhz as board
  • Select USBtinyISP as programmer
 Usage

Programming a Trinket can be .. tricky :)
The Trinket doesn't have a dedicated USB access so it is simulated.
When pressing the Reset button on the Trinket there is a small temporal windows when to start the upload of the code.



No comments:

Post a Comment