Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.03 KB

README.md

File metadata and controls

22 lines (15 loc) · 1.03 KB

NeoPixelRpiWebServer

This project helps anyone to control LEDS on a NeoPixel Led Strip, thanks to 2 simple HTTP Get / API:

This allows easy integrations with other applications running on the RPI.

The project works on Raspberry Pi Boards. It must be run as root: sudo node neopixel_server.js. The server listen on all interface: it's easy to change the code in order to run the server only on localhost; search and replace the code:

--> app.listen(8083);

with

--> app.listen(8083,'localhost');

Schematics

Configuration tested with a Raspberry Pi Zero W Alt text