JavaScript Robotics using Johnny-Five framework.
Nodebot Workshop
Nodebot workshop from nodeschool
- blink-blink (LEDs)
- servo-wave (Servo Motors)
- spin-motor-spin (DC Motors)
- light-switch (Buttons)
Servo Server
Express REST API that controls a servo connected to an Arduino Uno.
A Docker development environment with Node.js and all necessary Node modules is available.
*(Hardware access available only when running Docker from a Linux host)
You can set it up by executing:
$ cd devops/
$ docker-compose up --build
To enter the container use:
$ docker exec -it devops_nodebot_1 bash
Network
- nodebot @ port 6000
Device (Linux only)
- /dev/ttyUSB0