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

https://github.com/saurabhdaware/smartlights.js

Smart Street Lights made in NodeJS & Arduino
https://github.com/saurabhdaware/smartlights.js

arduino iot javascript johnny-five nodejs

Last synced: about 2 months ago
JSON representation

Smart Street Lights made in NodeJS & Arduino

Awesome Lists containing this project

README

          

# SmartLights.js

In this project we are using NodeJS to Control devices connected to the Arduino to create Smart Street Light that automatically gets turned on when car passes from front of it

## INSTALLATION
- `git clone https://github.com/saurabhdaware/SmartLights.js.git` or download zip file and extract
- Connect LED, Ultrasonic Sensor, LDR to arduino and connect Arduino to your laptop (You can see connections on http://johnny-five.io/examples/ )
- Open ArduinoCode folder this repository and open pingFirmata.ino using Arduino IDE
- Upload Code to your Arduino (Press => arrow button on upper bar)
- `cd SmartLights.js`
- `node server.js`

## SOFTWARE
- NODEJS (Johnny-five library)
- Arduino

## HARDWARE
- Arduino UNO
- UltraSonic Sensors
- RGB LEDs
- LDR