We want to setup the particle core via usb.
particle setup
You should see the core light go from blinking blue to breathing cyan:
http://docs.particle.io/core/connect/
If you get any errors please let one of the mentors know.
Once your particle core is connected via wifi, we need to flash the core with the voodoospark cpp file
git clone https://github.com/voodootikigod/voodoospark.git
cd voodoospark
particle flash --usb firmware/voodoospark.cpp
To get your device id simply Run
particle list
To get your access token
In you home directory there should be a folder called .particle
and in that folder a file called particle.config.json
- in that file should be your access token.