Show HN: LuxBase – Open-Source Smart Lighting Control System
1–10 of 14 posts
Re: Show HN: LuxBase – Open-Source Smart Lighting Control System
#2Instead of servoblaster I recommend you to use PiBlaster: https://github.com/sarfata/pi-blaster
Re: Show HN: LuxBase – Open-Source Smart Lighting Control System
#3You can also use the pins of a RaspberryPi as a PWN output and do the same thing with only 3 inexpensive power transistors: http://mitchtech.net/raspberry-pi-pwm-rgb-led-strip/ Instead of servoblaster I recommend you to use PiBlaster: https://github.com/sarfata/pi-blaster
Re: Show HN: LuxBase – Open-Source Smart Lighting Control System
#4Re: Show HN: LuxBase – Open-Source Smart Lighting Control System
#5I picked up a http://www.amazon.com/gp/product/B017CKVG7G a couple of months ago - it's pretty terrible in terms of build quality and range, but it's a simple Bluetooth LE protocol for full RGB control of the lights, and you can run multiple sets off a single machine with a bluetooth 4.0 controller. Rather than using a custom protocol I bridged it to something that emulates enough of a Hue hub for the Amazon Echo to…
Heh I was shooting for the REST API because I figured there's nothing that doesn't communicate through it today. I'll have to check into it more, especially if I decide to do dedicated stuffs down the line. I am a fan of the multiple strips thing.
Re: Show HN: LuxBase – Open-Source Smart Lighting Control System
#6I picked up a http://www.amazon.com/gp/product/B017CKVG7G a couple of months ago - it's pretty terrible in terms of build quality and range, but it's a simple Bluetooth LE protocol for full RGB control of the lights, and you can run multiple sets off a single machine with a bluetooth 4.0 controller. Rather than using a custom protocol I bridged it to something that emulates enough of a Hue hub for the Amazon Echo to…
Well hey, would you look at that. Exactly what I'm trying to do! Heh I was shooting for the REST API because I figured there's nothing that doesn't communicate through it today. I'll have to check into it more, especially if I decide to do dedicated stuffs down the line. I am a fan of the multiple strips thing.
Re: Show HN: LuxBase – Open-Source Smart Lighting Control System
#7Re: Show HN: LuxBase – Open-Source Smart Lighting Control System
#8I use a raspberry pi running openlighting to act as bridge between artnet, osc and a few other protocols and control it over the network.
openlighting: https://www.openlighting.org/
Re: Show HN: LuxBase – Open-Source Smart Lighting Control System
#9Kudos for sharing. Btw I read your blog post on the project and really enjoyed it; you write well!
Re: Show HN: LuxBase – Open-Source Smart Lighting Control System
#10rather than using addressable LED strips I've been using some RGBW LED Par Cans over DMX. I use a raspberry pi running openlighting to act as bridge between artnet, osc and a few other protocols and control it over the network. openlighting: https://www.openlighting.org/