In order to prepare for this training you should do the following workshopper exercises. If you have questions, please open an issue and we will be glad to answer, you might be helping other participants too.
Nodebot Workshop
The nodebot workshop is a nodeschool workshopper built especially for LXJS.
Learn the basics of the johnny-five api, as a series of code challenges.
johnny-five is an api for working with Arduino and other rapid prototyping boards.
You don't need an Arduino for this workshop.
The workshop will pose a challenge, and will test your code.
The low level code to talk to the Arduino is stubbed out.
You will be writing working, executable johnny-five code.
Each of your solutions can be run directly as a node program.
Wire up an Arduino, connect the USB and you can see you solution run for real.
Install the nodebot workshop: npm install -g nodebot-workshop
Start the workshopper: nodebot-workshop
Select an exercise, read the instructions and code your solution
Check your solution: nodebot-workshop verify your-solution.js
Run your solution: plug in your Ardunio and type node your-solution.js
Materials
No materials are required for the workshopper, but if you want to build your circuits and see your code running for real then get your hands on one of these:
Hey Stefan Jansen!
In order to prepare for this training you should do the following workshopper exercises. If you have questions, please open an issue and we will be glad to answer, you might be helping other participants too.
Nodebot Workshop
The nodebot workshop is a nodeschool workshopper built especially for LXJS.
Learn the basics of the johnny-five api, as a series of code challenges.
johnny-five is an api for working with Arduino and other rapid prototyping boards.
You don't need an Arduino for this workshop.
The workshop will pose a challenge, and will test your code.
The low level code to talk to the Arduino is stubbed out.
You will be writing working, executable johnny-five code.
Each of your solutions can be run directly as a node program.
Wire up an Arduino, connect the USB and you can see you solution run for real.
Getting started
npm install -g nodebot-workshop
nodebot-workshop
nodebot-workshop verify your-solution.js
node your-solution.js
Materials
No materials are required for the workshopper, but if you want to build your circuits and see your code running for real then get your hands on one of these:
Have fun!