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 🤖
- Host: GitHub
- URL: https://github.com/thulioph/arduino-j5
- Owner: thulioph
- Created: 2017-05-02T02:24:23.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-01T03:29:40.000Z (almost 9 years ago)
- Last Synced: 2025-03-22T02:22:35.129Z (over 1 year ago)
- Topics: arduino, iot, johnny-five, nodejs
- Language: JavaScript
- Homepage:
- Size: 699 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 and Button
