#Qbadge
##Helpful videos How to open, close, and power on your Qbadge
a. Go to download the drivers from Adafruit.
OR
a. Go to codebender.cc. Register a new account. Create a new profile and just go through each of the steps. It will download and install the drivers.
c. When it asks you for the board, select the Adafruit Pro Trinket 3.3v 12MHz made by Adafruit. It will automatically select the correct programmer, which is USBTinyISP. NOTE: You can stop after the drivers have installed, OR you can go all the way to the end of the "Getting Started" sequence, and load “blink” onto your Pro Trinket as a test. Don't forget to put your Pro Trinket into "Bootloader" mode by pressing the "reset" button on the board.
An "IDE" is basically a fancy text editor that you will use to make changes to the code. Similar to how Microsoft Word is a place to type letters, essays, etc, in your IDE you'll type code!
a. First you'll download and install the Arduino IDE from this link. You may need to select "YES" if it asks you to make changes to the computer.: Arduino IDE download
b. Once you've installed the IDE, continue with the instructions under "Super Easy Installation" at the next link. The last step you need to do on this list is adding the "Contributed boards" in the "Board Manager."
https://learn.adafruit.com/adafruit-arduino-ide-setup/arduino-1-dot-6-x-ide
c. NOTE: You don't need to download the drivers, or do the "Easy Installation." Once you've added the "Contributed boards" you are finished with this step.
You also need to install a few different libraries. To learn how to add libraries, check out Adafruit's instructions here:
https://learn.adafruit.com/adafruit-all-about-arduino-libraries-install-use
You'll need the Adafruit Neopixel library:
https://learn.adafruit.com/adafruit-neopixel-uberguide/arduino-library-installation
And the IR Remote library (be sure to download V1.0):
https://github.com/z3t0/Arduino-IRremote/releases
- Setup the IDE. The board should be "Adafruit Pro Trinket 3.3v 12MHz" made by Adafruit. The programmer is USBTinyISP. (Video available soon...)
- Disconnect all the wires from the Qbadge:
Orange wire --> VDD
Blue wire --> GND
Yellow wire --> DIO
Green wire --> DCLK
- Download nRF Toolbox:
###Helpful Guides
Info for installing Arduino libraries:
https://learn.adafruit.com/adafruit-all-about-arduino-libraries-install-use/arduino-libraries
Info about the Pro Trinket 3V inside the Qbadge:
https://learn.adafruit.com/introducing-pro-trinket/overview
Info about the BLE Nano inside the Qbadge: