Skip to content

crazycoder1999/NeoPixelRpiWebServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published