Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 725 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 725 Bytes

ARTank Johnny Five

The ARTank with Johnny Five

Installation Guide

Arduino

First install the Firmata Communication Library on the Arduino. Firmata is part of the examples in the Arduino IDE, just open the sketch with:

File > Examples > Firmata > StandardFirmata

Then install it on the Arduino Board.

RaspberryPi

Johnny Five is part of this Repository, all you need to do is just to install it:

> npm install

Development Guide

The master branch is considered as the standard example branch with ready configured Johnny Five.

If you want to add and develop other features like Gamepads, Computer Vision, AI or whatever your imagination comes up with, please create a new branch for it.