Interactive Christmas light display Web UI control
jsaddiction
Posts: 84
So I am working on a project to control a set of christmas lights. What sets these apart from others is the fact that each "bulb" has 4095 different colors and the entire display will eventually be controlled through a WIZnet ethernet card. I have a complete write up with videos on my website. http://www.lawrence.familyds.com/electronics/New%20Ideas/Web%20Server%20X-mas.html I am unsure of the "how to" for the web server side of thing. Any one try this sort of thing? Provide some Help?
Comments
I think the code posted in the thread is based on the same code you're using.
I found (and purchased) two strands of 50 bulbs last year. I haven't seen any of the GE-35 lights for sale this year yet.
I presently don't have an interface to the controller (a QuickStart board) but I plan to incorporate the GE-35 code with my project using a WS2801 strand. The WS2801 project has a wireless fob as an input device.
I've done this a few times with network robots that need a SQL database on Perfect Debian webserver setup and also XAMPP in windows. Not trying to talk you out of using the Spinneret but just thinking if you need a webserver attached anyway it could make things easier with coding and also be wireless.
As far as the back end I havent researched anything about accessing the database with the wiznet to collect the switch positions and place them into an array. Has anyone tried this?
Everything else should be the easy part. By the way, what do you guys think about disabling the UI between midnight and sundown using celestial data and the RTC? I could even set up a way to sync time with a time server on a daily basis or something to that effect. Maybe even put a 7 seg display on the web ui indicating minuets to "show time"
Has anyone ever tried to connect to a mysql db directly using a wiznet?