-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uploading Sketch to Trinket #1
Comments
Thanks! I've found uploading to the Trinket to be a little tricky on occasion -- sometimes unplugging and replugging is required, and also don't forget to push the programmer button on the Trinket to put it into programming mode. But the key thing is using the Adafruit Arduino IDE, NOT the regular Arduino IDE. Follow links here: https://learn.adafruit.com/introducing-trinket/setting-up-with-arduino-ide I hope that helps. |
Hey Tim, I've been using this bit of code for little votives around the house (started with a nightlight for my daughter. Using it for a Particle Photon application, I wasn't happy with the blocky-ness of the code, so I made a little class. Since you inspired it, I thought to share it with you:
thanks so much for the initial work! |
Hello Timpear,
Firstly, awesome tutorial on the NeoCandle, very impressive! :)
Secondly, time for a stupid question;
How did you manage to upload the NeoCandle Sketch to the Trinket? I have tried multiple different things in the Arduino IDE but nothing will work, it keeps coming up with a ControlP5 "author" not found error.
So I consulted the creator of the ControlP5 library and he seemed to think that it would only run in Processing and the ControlP5 library wouldn't be compatible with the Arduino IDE. Also that it would not be capable of uploading a Sketch using the ControlP5 library to a piece of hardware like the Trinket.
I wanted to disagree, but I thought I would consult you first.
Just to confirm, the ControlP5 library is used in this sketch or have I possibly setup my IDE wrong?
Any help or assistance you can provided would be greatly appreciated.
Kind Regards,
Michael
The text was updated successfully, but these errors were encountered: