Use node.js to interact with LLAP devices (example): https://github.com/flabbergast/node-llap
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
9 years ago | |
---|---|---|
modules | 9 years ago | |
public | 9 years ago | |
views | 9 years ago | |
.gitignore | 9 years ago | |
README.md | 9 years ago | |
TODO.md | 9 years ago | |
app.js | 9 years ago | |
llap.sublime-project | 9 years ago | |
package.json | 9 years ago |
README.md
This was a quick project to see how difficult it would be to control an Arduino microcontroller over a local network with a Raspberry PI.
To build the project you'll need to setup Node.js. ideally on a PI if you want to build the project to spec.
Materials used in this project:
- Raspberry PI Model B
- Arduino Leonardo
- 2x 400 tie pt Breadboards
- 1x Full Length Breadboard
- 4x74HC595 Shift Registers
- 7-Segment Display - 4-Digit
- 24 Leds
- Bunch of Jumper Wires
Installation:
- Follow the schematic to wire everything up
- Flash the sketch at /arduino/node-led/node-led.ino onto your Arduino
- Connect the Arduino to your PI
- Fire up the Node server by running the app via > node app
- Point a web browser at the IP address of the PI e.g. 192.168.2.1:8080
Any questions, comments, suggestions open an issue or post a comment on my blog.