<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Led Ring ideas?]]></title><description><![CDATA[<p dir="auto">I just bought one of these:<br />
<a href="http://www.ebay.com/itm/371353140878?_trksid=p2057872.m2749.l2649&amp;ssPageName=STRK%3AMEBIDX%3AIT" rel="nofollow ugc">http://www.ebay.com/itm/371353140878?_trksid=p2057872.m2749.l2649&amp;ssPageName=STRK%3AMEBIDX%3AIT</a></p>
<p dir="auto">Has anyone done anything fun with this yet?</p>
<p dir="auto">Combining it with a distance sensor should give some neat possibilities like parking sensor or instant feedback for gesture control. Help me out here.. :)</p>
]]></description><link>https://forum.mysensors.org/topic/1569/led-ring-ideas</link><generator>RSS for Node</generator><lastBuildDate>Sat, 06 Jun 2026 17:41:30 GMT</lastBuildDate><atom:link href="https://forum.mysensors.org/topic/1569.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 21 Jun 2015 21:21:16 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Led Ring ideas? on Mon, 02 Nov 2015 19:11:07 GMT]]></title><description><![CDATA[<p dir="auto">Well, first of all thank you all for the help.</p>
<p dir="auto">I've been doing some tests this days ... also tried with the same configuration a relay node and had exactly the same issue.</p>
<p dir="auto">Well ... as soon as I changed the arduino to a 5V one, everything worked.</p>
<p dir="auto">Project completed. :)</p>
<p dir="auto">Thank you all!!!</p>
]]></description><link>https://forum.mysensors.org/post/23829</link><guid isPermaLink="true">https://forum.mysensors.org/post/23829</guid><dc:creator><![CDATA[Dave Dan]]></dc:creator><pubDate>Mon, 02 Nov 2015 19:11:07 GMT</pubDate></item><item><title><![CDATA[Reply to Led Ring ideas? on Sun, 01 Nov 2015 13:07:18 GMT]]></title><description><![CDATA[<p dir="auto">Maybe you can show your  solar power output displayed!</p>
]]></description><link>https://forum.mysensors.org/post/23778</link><guid isPermaLink="true">https://forum.mysensors.org/post/23778</guid><dc:creator><![CDATA[DannyM]]></dc:creator><pubDate>Sun, 01 Nov 2015 13:07:18 GMT</pubDate></item><item><title><![CDATA[Reply to Led Ring ideas? on Sat, 31 Oct 2015 21:47:34 GMT]]></title><description><![CDATA[<p dir="auto">It turns out I WAS missing something basic.  The wall outlet I was plugged into was experiencing intermittent problems (loose connection)  So the reason it worked on the PC and not on the charger was because the PC has batteries.  Duh . ....<br />
I did improve my power set up considerably and learned a lot from the suggestions in this thread in the process of troubleshooting.</p>
]]></description><link>https://forum.mysensors.org/post/23758</link><guid isPermaLink="true">https://forum.mysensors.org/post/23758</guid><dc:creator><![CDATA[nagelc]]></dc:creator><pubDate>Sat, 31 Oct 2015 21:47:34 GMT</pubDate></item><item><title><![CDATA[Reply to Led Ring ideas? on Thu, 29 Oct 2015 06:09:09 GMT]]></title><description><![CDATA[<p dir="auto">So you find very close to 5V at the pixel chip level while running?</p>
<p dir="auto">You are probably not missing something basic, but instead have a tricky marginal situation that's genuinely hard to debug.</p>
<p dir="auto">If it was low power from the 5v charger (just not enough milliamps available), you should still be able to control, say, one red pixel on at a time, even if "all pixels white" overloaded the power supply.</p>
<p dir="auto">The level shifting is one thing to check as others have indicated.  Some 5v chargers run a little high (charge the battery faster?) which might make 3.3v logic driving data input of 5V pixel more marginal.  You could insert a logic level shifter, or use a loose WS281x pixel running at the 3.3v between your Arduino and the first real pixel (adjust your code to send out one dummy black pixel before everything else).</p>
<p dir="auto">Alternately, you could insert a resistor in the data line. in case it has to do with transmission line effects.  Say, 47 ohms - give or take.</p>
<p dir="auto">Also some of the cheap phone chargers have a very noisy power output.  You might try using multiple bypass capacitors of differing values (eg: smaller ceramic for high frequency, higher value electrolytic for low, etc).</p>
<p dir="auto">This is one of those times that a 'scope could be handy - maybe even one of the very cheap ones, used carefully.  I'd really like to see a trace of that power line.</p>
]]></description><link>https://forum.mysensors.org/post/23650</link><guid isPermaLink="true">https://forum.mysensors.org/post/23650</guid><dc:creator><![CDATA[Zeph]]></dc:creator><pubDate>Thu, 29 Oct 2015 06:09:09 GMT</pubDate></item><item><title><![CDATA[Reply to Led Ring ideas? on Thu, 29 Oct 2015 03:33:43 GMT]]></title><description><![CDATA[<p dir="auto">I am having the same issue with a ping sensor.  I've run it on a 3.3v Pro Mini with a boost to 5V for the sensor.  Next I tried a Sparkfun Redboard because it has 5V for the ping and 3.3V for the radio.  Both configurations worked well when connected to the PC.  Both do not work with power from a USB charger.  I tried several different wall chargers.  One would not let it run at all. The others seemed to let it run once through the loop function.  I thought something on the data pins of the USB might be an issue.  Tried commenting out all my serial.print()s and turned off DEBUG.  Didn't help.  What is different between the PC USB and wall charger USB that could cause this?</p>
]]></description><link>https://forum.mysensors.org/post/23647</link><guid isPermaLink="true">https://forum.mysensors.org/post/23647</guid><dc:creator><![CDATA[nagelc]]></dc:creator><pubDate>Thu, 29 Oct 2015 03:33:43 GMT</pubDate></item><item><title><![CDATA[Reply to Led Ring ideas? on Wed, 28 Oct 2015 18:25:23 GMT]]></title><description><![CDATA[<p dir="auto">Thanks <a class="plugin-mentions-user plugin-mentions-a" href="/user/bjornhallberg" aria-label="Profile: bjornhallberg">@<bdi>bjornhallberg</bdi></a> for the reply.</p>
<p dir="auto">yeah, I think I think that I'm having some sort of leveling issue ... maybe the PC is just simply balancing it and making it transparent for me but when I move to the converter, bubbles up.</p>
<p dir="auto">I've tried with a separate 5V to feed the Ring.</p>
<p dir="auto">I might need to test yout your said and move everything to 5V ... ...</p>
<p dir="auto">thanks!</p>
]]></description><link>https://forum.mysensors.org/post/23637</link><guid isPermaLink="true">https://forum.mysensors.org/post/23637</guid><dc:creator><![CDATA[Dave Dan]]></dc:creator><pubDate>Wed, 28 Oct 2015 18:25:23 GMT</pubDate></item><item><title><![CDATA[Reply to Led Ring ideas? on Wed, 28 Oct 2015 17:41:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dave-dan" aria-label="Profile: Dave-Dan">@<bdi>Dave-Dan</bdi></a> Perhaps you are experiencing some sort of level issue, between 3.3V and 5V? But then it probably shouldn't work when connected to a computer. Still I'd try to use a 5V arduino -&gt; 5V ring or 3.3V arduino -&gt; 3.3V ring if possible. I think it should work on 3.3V without any issues.</p>
<p dir="auto">Worst case scenario, use a separate 3.3V voltage converter or use a level shifter / converter.</p>
<p dir="auto">I did Hek's Parking Sensor and has loads of issues with the ultrasonic sensor running on 5V and the Arduino on 3.3V. Signals wouldn't reach the sensor.</p>
]]></description><link>https://forum.mysensors.org/post/23634</link><guid isPermaLink="true">https://forum.mysensors.org/post/23634</guid><dc:creator><![CDATA[bjornhallberg]]></dc:creator><pubDate>Wed, 28 Oct 2015 17:41:13 GMT</pubDate></item><item><title><![CDATA[Reply to Led Ring ideas? on Wed, 28 Oct 2015 17:35:14 GMT]]></title><description><![CDATA[<p dir="auto">I included a 100uF cap and had the same results.</p>
<p dir="auto">Honestly I'm starting to think that I burnt the ring but then I try again with the PC USB and everything works! .. little frustrating :)</p>
]]></description><link>https://forum.mysensors.org/post/23633</link><guid isPermaLink="true">https://forum.mysensors.org/post/23633</guid><dc:creator><![CDATA[Dave Dan]]></dc:creator><pubDate>Wed, 28 Oct 2015 17:35:14 GMT</pubDate></item><item><title><![CDATA[Reply to Led Ring ideas? on Wed, 28 Oct 2015 17:24:16 GMT]]></title><description><![CDATA[<p dir="auto">Putting a decoupling cap in the ring is recommended.  Not sure if you have this.</p>
]]></description><link>https://forum.mysensors.org/post/23630</link><guid isPermaLink="true">https://forum.mysensors.org/post/23630</guid><dc:creator><![CDATA[hek]]></dc:creator><pubDate>Wed, 28 Oct 2015 17:24:16 GMT</pubDate></item><item><title><![CDATA[Reply to Led Ring ideas? on Wed, 28 Oct 2015 17:22:40 GMT]]></title><description><![CDATA[<p dir="auto">Hey Guys,</p>
<p dir="auto">I'm playing with this for a little while and I'm finding myself in a funny scenario.</p>
<p dir="auto">I have an arduino pro mini 3.3v feed with 5V directly in the raw pin from the PC via USB. Wireless connected to the VCC in the arduino.</p>
<p dir="auto">I have also one of this NeoPixel Rings (16 leds) connected to the same 5V source. Everything works fine, connected to OpenHAB via Serial gateway I get the current color set, I can set the new colors, send commands, etc.</p>
<p dir="auto">Now, the prototype works, it's time to set up the final build and use this!</p>
<p dir="auto">I have a 5V charger (you know, the regular phone charger) so I connect all to this and then the Ring starts to behave weird: Sometimes not all the leds are active, other times just sets the colors it wants not the command I'm sending from OpenHAB.</p>
<p dir="auto">If I dissconnect from the USB charger and connect back to the PC everything works.</p>
<p dir="auto">I've measured the connections with a multimeter and I can see 5Vs in the ring. My first thougt was: 'Dude, not enough power ... give it more' so I plug the NeoPixel Ring directly to one USB Charger and the arduino, etc with another. Same behavior.</p>
<p dir="auto">I know I'm missing something very basic, but I can't find what ...</p>
<p dir="auto">Ideas?</p>
]]></description><link>https://forum.mysensors.org/post/23629</link><guid isPermaLink="true">https://forum.mysensors.org/post/23629</guid><dc:creator><![CDATA[Dave Dan]]></dc:creator><pubDate>Wed, 28 Oct 2015 17:22:40 GMT</pubDate></item><item><title><![CDATA[Reply to Led Ring ideas? on Thu, 09 Jul 2015 10:50:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tbowmo" aria-label="Profile: tbowmo">@<bdi>tbowmo</bdi></a> Oh you poor sausage! (local saying, don't ask me why)<br />
Would have send you some of my nanos but would probably take longer than getting them from the moon.<br />
I think to make an impression it should be something that changes rapidly.</p>
]]></description><link>https://forum.mysensors.org/post/16810</link><guid isPermaLink="true">https://forum.mysensors.org/post/16810</guid><dc:creator><![CDATA[Moshe Livne]]></dc:creator><pubDate>Thu, 09 Jul 2015 10:50:00 GMT</pubDate></item><item><title><![CDATA[Reply to Led Ring ideas? on Thu, 09 Jul 2015 10:43:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/moshe-livne" aria-label="Profile: Moshe-Livne">@<bdi>Moshe-Livne</bdi></a></p>
<p dir="auto">Hmmm yeah, maybe.. I could also make a thermometer display, of the outside temperature.. :) Have to make myself another "sensebender" board, so I can make programs for the ring.. (I don't have any other arduino boards available at the moment.. and the uno I ordered on miniinthebox 2 months ago apparently disappeared in the mail..)</p>
]]></description><link>https://forum.mysensors.org/post/16809</link><guid isPermaLink="true">https://forum.mysensors.org/post/16809</guid><dc:creator><![CDATA[tbowmo]]></dc:creator><pubDate>Thu, 09 Jul 2015 10:43:47 GMT</pubDate></item><item><title><![CDATA[Reply to Led Ring ideas? on Thu, 09 Jul 2015 10:42:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tbowmo" aria-label="Profile: tbowmo">@<bdi>tbowmo</bdi></a> another option is mysensorized egg timer. mount it on some base with rotary encoder. turn with visual response to set timer. count down will turn off led by led and alarm will also trigger event in HA</p>
]]></description><link>https://forum.mysensors.org/post/16808</link><guid isPermaLink="true">https://forum.mysensors.org/post/16808</guid><dc:creator><![CDATA[Moshe Livne]]></dc:creator><pubDate>Thu, 09 Jul 2015 10:42:57 GMT</pubDate></item><item><title><![CDATA[Reply to Led Ring ideas? on Thu, 09 Jul 2015 10:38:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tbowmo" aria-label="Profile: tbowmo">@<bdi>tbowmo</bdi></a> I still think a binary clock is ultra cool. 4 leds for hour (or 5 if you want 24h time), 6 for minutes, another 6 for seconds. should be very pretty if you play with the colours as well.</p>
]]></description><link>https://forum.mysensors.org/post/16806</link><guid isPermaLink="true">https://forum.mysensors.org/post/16806</guid><dc:creator><![CDATA[Moshe Livne]]></dc:creator><pubDate>Thu, 09 Jul 2015 10:38:11 GMT</pubDate></item><item><title><![CDATA[Reply to Led Ring ideas? on Thu, 09 Jul 2015 10:26:51 GMT]]></title><description><![CDATA[<p dir="auto">Just got one with 24 LED's in the mail yesterday.. Also wondering what I should make with it..</p>
]]></description><link>https://forum.mysensors.org/post/16803</link><guid isPermaLink="true">https://forum.mysensors.org/post/16803</guid><dc:creator><![CDATA[tbowmo]]></dc:creator><pubDate>Thu, 09 Jul 2015 10:26:51 GMT</pubDate></item><item><title><![CDATA[Reply to Led Ring ideas? on Thu, 25 Jun 2015 18:05:46 GMT]]></title><description><![CDATA[<p dir="auto">I have the 12 LED version and Im trying to find a way to select color via the vera edge ui</p>
]]></description><link>https://forum.mysensors.org/post/16023</link><guid isPermaLink="true">https://forum.mysensors.org/post/16023</guid><dc:creator><![CDATA[msebbe]]></dc:creator><pubDate>Thu, 25 Jun 2015 18:05:46 GMT</pubDate></item><item><title><![CDATA[Reply to Led Ring ideas? on Mon, 22 Jun 2015 14:39:09 GMT]]></title><description><![CDATA[<p dir="auto">I have the 16 LED version and <a href="https://www.adafruit.com/products/1734" rel="nofollow ugc">5 of the diffused LEDs</a>.  So far I've only ended up using 2 of the diffused LEDs for a sleep light for my 4yr old.</p>
<p dir="auto">Haven't found any other real uses for them.  I've thought of getting some of the strips and doing lighting since then I wouldn't need to replace bulbs/switches but so far I have been unable to get wife approval.</p>
]]></description><link>https://forum.mysensors.org/post/15861</link><guid isPermaLink="true">https://forum.mysensors.org/post/15861</guid><dc:creator><![CDATA[Chaotic]]></dc:creator><pubDate>Mon, 22 Jun 2015 14:39:09 GMT</pubDate></item><item><title><![CDATA[Reply to Led Ring ideas? on Mon, 22 Jun 2015 11:46:04 GMT]]></title><description><![CDATA[<p dir="auto">not fair <a class="plugin-mentions-user plugin-mentions-a" href="/user/hek" aria-label="Profile: hek">@<bdi>hek</bdi></a>, now I had to order one as well ;)</p>
]]></description><link>https://forum.mysensors.org/post/15851</link><guid isPermaLink="true">https://forum.mysensors.org/post/15851</guid><dc:creator><![CDATA[tbowmo]]></dc:creator><pubDate>Mon, 22 Jun 2015 11:46:04 GMT</pubDate></item><item><title><![CDATA[Reply to Led Ring ideas? on Mon, 22 Jun 2015 10:06:38 GMT]]></title><description><![CDATA[<p dir="auto">Maybe a nice lantern like these:</p>
<p dir="auto"><a href="https://www.youtube.com/watch?v=HLmggFSUvho" rel="nofollow ugc">https://www.youtube.com/watch?v=HLmggFSUvho</a></p>
]]></description><link>https://forum.mysensors.org/post/15850</link><guid isPermaLink="true">https://forum.mysensors.org/post/15850</guid><dc:creator><![CDATA[BulldogLowell]]></dc:creator><pubDate>Mon, 22 Jun 2015 10:06:38 GMT</pubDate></item><item><title><![CDATA[Reply to Led Ring ideas? on Mon, 22 Jun 2015 04:01:13 GMT]]></title><description><![CDATA[<p dir="auto">make it into a binary clock that no one but you can read. or you can make it into a timer sensor with a magnet that will give visual effect of counting down (activated countdown from your phone?) or visual energy  consumption of your house?</p>
]]></description><link>https://forum.mysensors.org/post/15838</link><guid isPermaLink="true">https://forum.mysensors.org/post/15838</guid><dc:creator><![CDATA[Moshe Livne]]></dc:creator><pubDate>Mon, 22 Jun 2015 04:01:13 GMT</pubDate></item><item><title><![CDATA[Reply to Led Ring ideas? on Mon, 22 Jun 2015 03:26:05 GMT]]></title><description><![CDATA[<p dir="auto">Install it surrounding a rotary encoder for visual feedback...</p>
]]></description><link>https://forum.mysensors.org/post/15837</link><guid isPermaLink="true">https://forum.mysensors.org/post/15837</guid><dc:creator><![CDATA[gregl]]></dc:creator><pubDate>Mon, 22 Jun 2015 03:26:05 GMT</pubDate></item><item><title><![CDATA[Reply to Led Ring ideas? on Sun, 21 Jun 2015 21:51:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/moshe-livne" aria-label="Profile: Moshe-Livne">@<bdi>Moshe-Livne</bdi></a> said:</p>
<blockquote>
<p dir="auto">I am sure you will look smashing with the earings.</p>
</blockquote>
<p dir="auto">Haha, probably! Was thinking of using them in a more permanent installation. But I guess cyborg glasses would be the next best thing.</p>
]]></description><link>https://forum.mysensors.org/post/15829</link><guid isPermaLink="true">https://forum.mysensors.org/post/15829</guid><dc:creator><![CDATA[hek]]></dc:creator><pubDate>Sun, 21 Jun 2015 21:51:47 GMT</pubDate></item><item><title><![CDATA[Reply to Led Ring ideas? on Sun, 21 Jun 2015 21:50:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hek" aria-label="Profile: hek">@<bdi>hek</bdi></a> Oh! Oh! I know! a visual representation of the washing machine cycle! you can have the light spinning slowly during the wash cycle and fast during spin!!! (one track mind. sorry)</p>
]]></description><link>https://forum.mysensors.org/post/15828</link><guid isPermaLink="true">https://forum.mysensors.org/post/15828</guid><dc:creator><![CDATA[Moshe Livne]]></dc:creator><pubDate>Sun, 21 Jun 2015 21:50:20 GMT</pubDate></item><item><title><![CDATA[Reply to Led Ring ideas? on Sun, 21 Jun 2015 21:47:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hek" aria-label="Profile: hek">@<bdi>hek</bdi></a> you probably found it but it looks exactly like <a href="https://www.adafruit.com/products/1586" rel="nofollow ugc">https://www.adafruit.com/products/1586</a><br />
the video have some ideas. I am sure you will look smashing with the earings.</p>
]]></description><link>https://forum.mysensors.org/post/15827</link><guid isPermaLink="true">https://forum.mysensors.org/post/15827</guid><dc:creator><![CDATA[Moshe Livne]]></dc:creator><pubDate>Sun, 21 Jun 2015 21:47:21 GMT</pubDate></item></channel></rss>