Drakmord2 / nodebots

JavaScript Robotics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nodebots

JavaScript Robotics using Johnny-Five framework.

https://nodebots.io

Projects

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.

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:

$ 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

About

JavaScript Robotics

License:GNU General Public License v3.0


Languages

Language:JavaScript 57.1%Language:HTML 37.8%Language:Dockerfile 2.5%Language:CSS 2.3%Language:Shell 0.3%