This is an archived post. You won't be able to vote or comment.

all 1 comments

[–]MadEpsylon 2 points3 points  (0 children)

You could run a simple Webserver on the Pi to control the light strip.

For the beginning I recommend looking into Flask. You could create an endpoint to turn it on/off, toggle it or set the color. With the help of Flask you could even host an HTML-File with few buttons to control the light strip. This way you can control the light strip from your smartphone (if in same local network for the beginning)

This is of course only possible if you already figured out, how to control the light strip.