Adding Custom Boards to the Arduino v1.6.3+ Board Manager
If you have downloaded v1.6.3 of the Arduino IDE, you may have noticed the addition of a feature called the Board Manager that was added along with the Library Manager. We have been working hard on updating our boards to work with the new manager, but the IDE doesn’t support the adding of third party boards to the list yet. We have a temporary workaround for that issue in the form of a simple open source HTTP proxy that adds our Trinket Pro and Flora boards to the Board Manager list. We have also packaged the ESP8266 Arduino core and the arcore MIDI USB core for the Arduino Micro and Leonardo so they are easy for you to install and use in your projects.
The proxy server is very experimental, and we are still working on support for the Gemma and standard Trinket boards. Check out the tutorial on the Adafruit Learning System for more info!
Have an amazing project to share? The Electronics Show and Tell is every Wednesday at 7:30pm ET! To join, head over to YouTube and check out the show’s live chat and our Discord!
Python for Microcontrollers – Adafruit Daily — Python on Microcontrollers Newsletter: A New Arduino MicroPython Package Manager, How-Tos and Much More! #CircuitPython #Python #micropython @ThePSF @Raspberry_Pi
EYE on NPI – Adafruit Daily — EYE on NPI Maxim’s Himalaya uSLIC Step-Down Power Module #EyeOnNPI @maximintegrated @digikey
Hi,
This is great, except that when I try to compile with my Trinket Pro 5V/16Mhz FTDI, I get
Arduino: 1.6.3 (Mac OS X), Board: "Pro Trinket 5V/16MHz (FTDI)"
Sketch uses 20,740 bytes (72%) of program storage space. Maximum is 28,672 bytes.
Global variables use 313 bytes of dynamic memory.
Error while uploading: missing ‘upload.params.quiet’ configuration parameter
This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.
Could you try a restart of the Arduino IDE and upload again? If that doesn’t work, could you post your issue to the Arduino section of the Adafruit forums?
Hi,
This is great, except that when I try to compile with my Trinket Pro 5V/16Mhz FTDI, I get
Arduino: 1.6.3 (Mac OS X), Board: "Pro Trinket 5V/16MHz (FTDI)"
Sketch uses 20,740 bytes (72%) of program storage space. Maximum is 28,672 bytes.
Global variables use 313 bytes of dynamic memory.
Error while uploading: missing ‘upload.params.quiet’ configuration parameter
This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.
Hi Brian,
Could you try a restart of the Arduino IDE and upload again? If that doesn’t work, could you post your issue to the Arduino section of the Adafruit forums?
https://forums.adafruit.com/viewforum.php?f=25
can you tell me, which Librarys did you use?
thanks a lot