Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare yourself for the nodebots training! :) #13

Open
fbaiodias opened this issue Jun 9, 2014 · 0 comments
Open

Prepare yourself for the nodebots training! :) #13

fbaiodias opened this issue Jun 9, 2014 · 0 comments
Assignees

Comments

@fbaiodias
Copy link
Member

Hey Nelson Fonseca!

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

  1. Install Node.js
  2. Install node-gyp dependencies for your system
  3. Install the nodebot workshop: npm install -g nodebot-workshop
  4. Start the workshopper: nodebot-workshop
  5. Select an exercise, read the instructions and code your solution
  6. Check your solution: nodebot-workshop verify your-solution.js
  7. 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:

Have fun!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants