site2site / STUDIO_X_Press

X-Press
https://twitter.com/studio_x_press
MIT License
0 stars 2 forks source link

Test data collection from one sensor to laptop #2

Open troyth opened 10 years ago

troyth commented 10 years ago

The first technical step is to set up a single sensor to connect through an Arduino using Johnny-Five to a laptop. This will resemble the example demo we did in Week 3 using a mic rather than a photoresistor.

Let me know who wants to take this on as a task and I'll be in touch soon with more information.

troyth commented 10 years ago

This is how you'll set it up:

  1. create the package.json file in the top level of your repo that you can get from the week 3 demo
  2. create a folder called lib and put the app.js file in there
  3. add this line to your package.json file: "main": "lib/app",
  4. alter the app.js file from the week 3 demo to use the one sensor that you have selected for testing, then test it out on your laptop!
troyth commented 10 years ago

I'm assigning @weimpromptu for this one.