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

https://github.com/thulioph/arduino-j5

Arduino + Johnny Five + Nodejs + Socket.io 🤖
https://github.com/thulioph/arduino-j5

arduino iot johnny-five nodejs

Last synced: 2 months ago
JSON representation

Arduino + Johnny Five + Nodejs + Socket.io 🤖

Awesome Lists containing this project

README

          

# Arduino J5

> Application using Arduino + Johnny Five + Nodejs + Socket.io to make my knowledge funnier!

## First steps

- [Install Arduino](https://www.arduino.cc/en/Main/Software)
- [Install Nodejs](https://nodejs.org/en/download/)
- [Install Johnny-Five](https://www.npmjs.com/package/johnny-five)
- [Setup your board](http://johnny-five.io/platform-support/)

## How to use

Install the dependencies:

```bash
$ npm install
```

Starting the local:

```bash
$ npm start
```

Plugging your board!

## Schemas

### Led Proximity
![Led Proximity Schema](schemas/schema-led-proximity.png)

### Led and Button
![Led and Button Schema](schemas/schema-led-button.png)