A remote USB LED, with Raspberry pi. Programmed in node.js
- Linux
- Node.js
- Raspberry pi ( tested with Raspberry Pi 3 b+ )
- Uhubctl ( github: https://github.com/mvp/uhubctl )
- Clone the project using
git clone https://github.com/irfantopal/raspi-remote-led.git
- Change the directory to the project
cd ~/raspi-remote-led/
- Type
npm install
to install the packages - Use
npm start
to start the app - Connect your USB LED to the USB Port 2 in your Raspberry pi, you can change the USB Port in the app.js file
- Go
http://(raspberry's ip):8080
in your browser ( you must be in the same internet with raspberry pi )
You can use it in your school projects etc. ( look to the LICENSE )