Any luck with Trinket and Sloeber?

Adafruit's tiny microcontroller platform. Please tell us which board you are using.
For CircuitPython issues, ask in the Adafruit CircuitPython forum.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
fovea1959
 
Posts: 26
Joined: Tue Jan 29, 2013 2:39 pm

Any luck with Trinket and Sloeber?

Post by fovea1959 »

I am experimenting with using Sloeber (the Eclipse based Arduino IDE) instead of the Arduino IDE.

Sloeber can't upload sketches to the Trinket; it appears to be using the regular Arduino upload method instead of UsbTinyISP.

I have a posting on the Sloeber issues board, but wanted to sound this forum out also. Is anyone successfully using Trinkets with Eclipse?

User avatar
Seba_K
 
Posts: 52
Joined: Mon Jan 18, 2016 4:26 pm

Re: Any luck with Trinket and Sloeber?

Post by Seba_K »

Yes, I have used a Trinket with Eclipse/Sloeber before, although not lately with the latest version.

But now that I think about it, I had problems with uploading sketches as well, so I usually upload them manually with avrdude, like this:
avrdude -c usbtiny -p attiny85 -U flash:w:YourSketchName.hex

Locked
Please be positive and constructive with your questions and comments.

Return to “Trinket ATTiny, Trinket M0”