TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: LuxBase – Open-Source Smart Lighting Control System

38 点作者 kienankb大约 9 年前

7 条评论

geekuillaume大约 9 年前
You can also use the pins of a RaspberryPi as a PWN output and do the same thing with only 3 inexpensive power transistors: <a href="http:&#x2F;&#x2F;mitchtech.net&#x2F;raspberry-pi-pwm-rgb-led-strip&#x2F;" rel="nofollow">http:&#x2F;&#x2F;mitchtech.net&#x2F;raspberry-pi-pwm-rgb-led-strip&#x2F;</a><p>Instead of servoblaster I recommend you to use PiBlaster: <a href="https:&#x2F;&#x2F;github.com&#x2F;sarfata&#x2F;pi-blaster" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;sarfata&#x2F;pi-blaster</a>
评论 #11599470 未加载
mjg59大约 9 年前
I picked up a <a href="http:&#x2F;&#x2F;www.amazon.com&#x2F;gp&#x2F;product&#x2F;B017CKVG7G" rel="nofollow">http:&#x2F;&#x2F;www.amazon.com&#x2F;gp&#x2F;product&#x2F;B017CKVG7G</a> a couple of months ago - it&#x27;s pretty terrible in terms of build quality and range, but it&#x27;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 let me control it. I don&#x27;t know how the economics compare, but there&#x27;s plenty of avenues to explore here.
评论 #11599484 未加载
sdwisely大约 9 年前
rather than using addressable LED strips I&#x27;ve been using some RGBW LED Par Cans over DMX.<p>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.<p>openlighting: <a href="https:&#x2F;&#x2F;www.openlighting.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.openlighting.org&#x2F;</a>
评论 #11600549 未加载
ParanoidShroom大约 9 年前
I also made this. <a href="https:&#x2F;&#x2F;medium.com&#x2F;@christophe.smet1&#x2F;flux-irl-building-a-hue-clone-bd62df85a456#.sd7i0wkcq" rel="nofollow">https:&#x2F;&#x2F;medium.com&#x2F;@christophe.smet1&#x2F;flux-irl-building-a-hue...</a><p>But a bit more, custom pcb and just an app. Keeping it simple. Cool to see other people&#x27;s projects
fit2rule大约 9 年前
If anyone is looking for an out-of-the-box solution to get started writing Lighting control applications, you can pick up a MagicShifter right now for a good price and get cracking:<p><a href="http:&#x2F;&#x2F;magicshifter.net&#x2F;" rel="nofollow">http:&#x2F;&#x2F;magicshifter.net&#x2F;</a><p>Open Source, full repo for the onboard MS3KOS here:<p><a href="http:&#x2F;&#x2F;github.com&#x2F;magicshifter&#x2F;" rel="nofollow">http:&#x2F;&#x2F;github.com&#x2F;magicshifter&#x2F;</a><p>The MagicShifter is an open source Light Synthesizer with 16 RGB LED&#x27;s, fully controllable over Wifi, with cool features such as an onboard web application for designing your own POV images, MIDI control (great for musicians who want their own custom light-show in sync with the drum machine), and a few other cool things: magnetometer, accelerometers, etc.<p>We have a lot more planned for this synth, so if you&#x27;re interested in the subject - consider joining us!
ShirsenduK大约 9 年前
The ESP8266 is an even smarter solution as it has Wifi built in. Control your lights directly from your phone!
spangry大约 9 年前
Kudos for sharing. Btw I read your blog post on the project and really enjoyed it; you write well!
评论 #11600547 未加载