Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/willmendesneto/johnny-five-from-scratch

A Introduction to Johnny-Five, the JavaScript Robotics programming framework.
https://github.com/willmendesneto/johnny-five-from-scratch

Last synced: about 2 months ago
JSON representation

A Introduction to Johnny-Five, the JavaScript Robotics programming framework.

Awesome Lists containing this project

README

        

# JOHNNY-FIVE FROM SCRATCH

> A Introduction to Johnny-Five, the JavaScript Robotics programming framework.

## First steps

- [Install Arduino](https://www.arduino.cc/en/Main/Software)
- [Install NodeJS](https://nodejs.org/en/download/)
- [Setup your board](http://johnny-five.io/platform-support/)
- Install Johnny-Five Package using ```npm install johnny-five <--global|--save>```

## Usage

```bash
$ git clone && cd $_
$ npm install
$ node index.js
```

## Examples

- [Blink](examples/blink)
- [Piezo](examples/piezo)

## Slides

Working in progress

## Author

**Wilson Mendes (willmendesneto)**
+
+
+