-
After The Holidays...
01/17/2022 at 20:13 • 0 commentsI couldn't keep the tree up forever, so I made this:
This is a resin Edison bulb. I used PVC pipe to make an industrial lamp housing. Right below the lamp is a NeoPixel Jewel, and nestled into the rear of the pipe bend on the left is an Adafruit QT PY. I just used a rotary tool to create a notch for it. My husband built the filament.
(One of these days I'll get a pressure pot so I don't have to deal with so many bubbles.)
-
Control From A Web Page
01/17/2022 at 19:02 • 0 commentsWe thought it would be cool to have the ability to update the color from a web page, so I put together a small ASP.Net application to make it happen. The code for that is at GitHub, but here is the database schema:
I'm using SQL Server.
Here's the Json for the lights feed from my web site:
Code is on GitHub.
-
Arduino Code
01/17/2022 at 18:57 • 0 commentsThe code first checks my web site to see the latest color, then goes to ThingSpeak for the latest CheerLights color. The code compares the two and then sends the most recent one to the NeoPixels.
Code is on GitHub.