Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.