https://github.com/drakmord2/nodebots
JavaScript Robotics
https://github.com/drakmord2/nodebots
docker expressjs node-js nodebots
Last synced: about 1 year ago
JSON representation
JavaScript Robotics
- Host: GitHub
- URL: https://github.com/drakmord2/nodebots
- Owner: Drakmord2
- License: gpl-3.0
- Created: 2018-01-17T17:50:36.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T12:00:55.000Z (about 3 years ago)
- Last Synced: 2025-01-01T21:44:42.259Z (about 1 year ago)
- Topics: docker, expressjs, node-js, nodebots
- Language: JavaScript
- Size: 134 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nodebots
JavaScript Robotics using Johnny-Five framework.
https://nodebots.io
## Projects
**Nodebot Workshop**
Nodebot workshop from [nodeschool](https://nodeschool.io/)
- 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.
## Docker
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:
```bash
$ cd devops/
$ docker-compose up --build
```
To enter the container use:
```bash
$ docker exec -it devops_nodebot_1 bash
```
**Network**
- nodebot @ port 6000
**Device** (Linux only)
- /dev/ttyUSB0