Hardware and Firmware for the ChCon 2018 badge
Made by @jsstott and @ryankurte
See ASSEMBLY.md for instructions, and ask in the #badge channel in the CHCon-NZ Slack workspace for help.
You will need:
- A recent verison of the Arduino IDE to compile and program the board
- The Adafruit_NeoPixel library to control the LEDs
- The Digistump board library
- The EEPROM library found here add under Sketch -> Include Library -> Include Zip
- A micro USB cable
To upload new firmware:
- Open a sketch from the firmware directory.
- From the Tools menu select Board -> Digispark (Default - 16.5Mhz)
- From the Tools menu select Programmer -> Micronucleus.
- Click "Upload" in the IDE. Plug in the badge, and wait 5 seconds.
Note: Make sure your badge is powered OFF before you plug it into your computer! You can remove the battery for extra safety.
See CHALLENGE.md to get started...