Trinket Firmware Exorcism

Contents hide

Story

Warning: Digispark uses Attiny85 PIN#1 as I/O – remove RESET button functionalityTrinket Firmware Exorcism

Notes

FOR ADVANCED USERS ONLY 

The Trinket 5V and the Digispark share the same hardware design, right down to the LED being on PB1. Personally, I prefer the Trinket hardware over the Digispark, but the Digispark has a totally different ecosystem and is stackable, but for this article only the hardware design similarities will be exploited.

Digispark inherits most of it’s personallity from the littlewire project, http://littlewire.cc/ and having been around longer there is a significant following of users. In addition to a pedigree heritage, there is a ready set of libraries available for the Digispark. I have used several with the Trinket without modifications with perfect success. So, with the bootloader of the Digispark a weebit smaller and the availability of a simple-to-use uploader program, micronucleus.exe (Windows,) I figured I should do a little Frankenstein doctoring and flash the Trinket hardware with the Digispark bootloader software. The results is excellent (or, said properly, my results were excellent.)

Micronucleus https://github.com/micronucleus  is a simpler tool than AVRDUDE, that is if one must be at the command line and upload the HEX anyway. One simply types “micronucleus CompiledFileName.hex” and you then plug in the Digispark after-the-fact! Micronucleus is polling for the connection so there is a 60 second window … an eternity if you have been trying to hit the Trinket timing. Simply download micronucleus.exe and store it somewhere in your path, I put mine with my other Arduino stuff here: C:\ProgramFiles\arduino_105\hardware\tools\avr\bin and then you can open a command window to your OS, CD to the Arduino GUI temporary directory and upload the HEX. This is not even painful and I have tested it on Win-Vista 32-bit with Arduino 1.0.5 without issue. Of course, the standard disclaimer of your results may differ is appropriate.

Digispark offers 100% Arduino GUI integration, but you must download the entire Arduino modified distribution (at least this was true with Arduino 1.0.4 \”digi\” flavor but they were working on 1.0.5 in 4Q13, so check it out.)

Notes:

  • You MUST install the Digispark boards.txt file and core files, just like the Trinket. When this is successful, you will see the 4 Digispark entries under Arduino – Tools – Boards. You must compile with a Digispark board selected, not Trinket.
  •  There is NO need to compile and upload… simply do a Verify (check mark) in the GUI. If you have your Arduino Preferences set to Show Verbose Output during compilation, then you will see the path in the console window.

For example: I selected the Fade Sketch from the Examples in Arduino 1.0.5 and selected the board: Digispark 16MHz. I changed the LED to be on PB1 (int led = 1; ) and compiled using the Verify option in the GUI (just the checkmark.)

C:\Users\owner\AppData\Local\Temp\build7518571963010665540.tmp\Fade.cpp.hex 

Binary sketch size: 904 bytes (of a 6,012 byte maximum)

I then opened a Command window and navigated to the directory with the HEX file. (On windows, just open Explorer and type %temp% and press Enter.) Navigating to the build directory, I type;

dir *.hex 

Directory of C:\Users\owner\AppData\Local\Temp\build7518571963010665540.tmp

10/07/2013 11:53 AM 2,575 Fade.cpp.hex

1 File(s) 2,575 bytes

0 Dir(s) 102,306,967,552 bytes free

  •  To upload, type:  micronucleus fade.cpp.hex 

Bootloader:https://github.com/micronucleus

Other references:http://www.instructables.com/id/Digispark-DIY-The-smallest-USB-Arduino/ http://digistump%20wiki/Forum

Overview of procedures

Caveat EmptorThis is a one-way street.  Installation of the Digispark firmware and appropriate fuse settings will prevent you from re-flashing the converted Trinket back to an un-converted Trinket UNLESS you have a HV-programmer. /endofitoldyouso

I wrote a piece for Adafruit back in 4Q13 on how to assist in reflashing the Trinket firmware. The piece is here:

http://forums.adafruit.com/viewtopic.php?f=52&t=44444&p=222171

Circuit Trinket Firmware Exorcism

A very similar procedure using the Jig can be accomplished for the Exorcism… er, Trinket –> Digispark conversion.

For more detail: Trinket Firmware Exorcism


About The Author

Ibrar Ayyub

I am an experienced technical writer holding a Master's degree in computer science from BZU Multan, Pakistan University. With a background spanning various industries, particularly in home automation and engineering, I have honed my skills in crafting clear and concise content. Proficient in leveraging infographics and diagrams, I strive to simplify complex concepts for readers. My strength lies in thorough research and presenting information in a structured and logical format.

Follow Us:
LinkedinTwitter

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top