Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/willmendesneto/johnny-five-from-scratch
- Owner: willmendesneto
- Created: 2015-09-21T01:34:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-12T03:48:22.000Z (about 9 years ago)
- Last Synced: 2023-03-23T03:36:54.122Z (almost 2 years ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)**
+
+
+