kwartzlab makerspace

Sep
27

SOONCon Badge How-To: First Revision

By

Here’s a quick and dirty set of steps to get started hacking on the badge:

Create an account at http://lpcxpresso.code-red-tech.com/LPCXpresso/

Once your account is activated (email notification), download the IDE from
Windows: http://lpcxpresso.code-red-tech.com/LPCXpresso/Windows
Linux: http://lpcxpresso.code-red-tech.com/LPCXpresso/Linux

Activate according to the instructions on one of the above install pages

Download \Kwartzstation\Arduinator\SVN.ZIP

Unzip SVN.ZIP to a directory
You should have a directory named “SVN”

Open LPCXpresso

Go to File->Import

Import General->Existing Projects

Browse to SVN, click OK

You should now see 3 projects under “Project Explorer”
Arduinizer
CMSISv1p30

Ensure the following for all 3 projects
Build->Build Configurations->Set Active is Release

Click the little hammer (or Ctrl+b) to build

Connect the badge to your computer via the USB connection. It should show up as a USB mass storage device

Copy the output .HEX file to the badge

Enjoy!