Skip to content
xthree edited this page May 17, 2018 · 2 revisions

NeoPixelArduinoWebServer is the server portion of a project to allow a user to control the color (and in the future patterns) of a NeoPixel LED strips via an Android app client. I am currently using the one created by my brother here.

You can provide your own client so long as it sends a JSON string to the Arduino in the following format:

{"color": [red,green,blue,brightness]}
ie. {"color": [255,0,0,255]}

Requirements

Clone this wiki locally