Author Topic: Re: New lights at Lowes  (Read 7553 times)

Offline tconley

  • Sr. Member
  • ****
  • Posts: 105
    • Conley Family Christmas
Re: New lights at Lowes
« on: November 10, 2010, »
have you seen these rgb lights avalible at lowes and home depot.  I wonder if we could adapt a controller to address them.


You are not allowed to view links. Register or Login
Pinky, are you pondering what I am pondering?

 

I think so, Brain, but this time, you put the trousers on the chimp.

 


You are not allowed to view links. Register or Login

Offline JerryPlak

  • Sr. Member
  • ****
  • Posts: 261
Re: New lights at Lowes
« Reply #1 on: November 10, 2010, »
I am Thinking the same way, I did pick up one set at Costco for $59.00
Jerry Plak

Offline JonB256

  • Sr. Member
  • ****
  • Posts: 672
    • My website
Re: New lights at Lowes
« Reply #2 on: November 11, 2010, »
So, who's going to determine what chip they use? (non-destructively, of course).

The colors look very nice in the video. I'll probably be in Lowes this week and will look for myself. Perhaps a string might fall on the floor, cracking open a pixel. That would be a shame.

Offline budude

  • Sr. Member
  • ****
  • Posts: 146
  • OK - onto 2012!
    • Christmas in San Jose
Re: New lights at Lowes
« Reply #3 on: November 11, 2010, »
I purchased a set of the 50-light version at Lowes and taken the last node apart. The controller chip (in each node) is under a blob of epoxy so I can't tell what it is. The strings use 3-wire interconnects (+dc, gnd, data). I have scoped the data line but nothing conclusive yet. The strings run on 5vdc and are controlled by a 6051 micro in the box near the power block. I can't imagine these being too diffcult to reverse engineer for direct control from a different controller.

I will say they look very well constructed. The "globe" pops right off and does not affect the weathertightness (it has weep holes already).

Offline PVPlaceLights

  • Full Member
  • ***
  • Posts: 72
  • Lola "Bean" - The Equalizer
    • Dazlyn [imagination.innovation.Realization]
Re: New lights at Lowes
« Reply #4 on: November 11, 2010, »
If it's a three wire then it's likely a Manchester Encoding protocol. A popular RGB controller IC that uses Manchester is the CYT3005. Just FYI.

On the other hand, the same company that produces these lights also produces synchronized color changing plastic icicle lights. A set of 36 from Sears cost $99.99. I say this because I made my own by recycling plastic icicles from an old set and attaching 8mm RGB LEDs with WS2801 control chips to them. I then developed a controller using a PIC that translates DMX into the WS2801 protocol so I could control the exact color of each indivdual icicle. I've attached a picture of my icicles hanging in my cubical.

My cost for 56 homemade, DMX controlled icicles comes to about $40. Yeah DIY!
Dazlyn [imagination.innovation.Realization]
You are not allowed to view links. Register or Login

Offline budude

  • Sr. Member
  • ****
  • Posts: 146
  • OK - onto 2012!
    • Christmas in San Jose
Re: New lights at Lowes
« Reply #5 on: November 11, 2010, »
You're probably right about the encoding. I was probing at the end of the string and found it shooting out 27 pulses regardless of the operation being done (fade, color, etc). I wish I had more direct control of the operation of the strings but that is one of those chicken and egg things I guess. It was suggested in another forum that I try probing elsewhere since the 27 bits could be leftovers as opposed to the entire stream contents so I'll put in some pin probes to see if there's anything more obvious. I've included a pic of the top side of the node out of it's covers/silicone caulk.

This would not be a bad deal for right around $1/node (at least from Costco).

Offline jstjohnz

  • Jr. Member
  • **
  • Posts: 17
Re: New lights at Lowes
« Reply #6 on: November 13, 2010, »
Interesting, I'm going to have to grab a set of these and do some playing.  A have a set of 3-wire strings that use the CYT3005 chip.  The intention was to figure out the protocol and incorporate it into my pixel controller,  but I haven't made much headway in reverse engineering the protocol.  Are you looking at this with a logic analyzer?  It could be some other chip and there's no reason that 3-wire has to use Manchester encoding, itr could just as easily be a simple asynchronous data format.  Looking at the data going into the last pixel may be more helpful.  You should see some amount of data followed by the data  that you are seeing now.  Whatever data bits precede the last 27 pulses are the bits that are being grabbed by the last pixel.

The bit sequence you see coming out of the last pixel might be what tells each pixel that the data frame has ended and they should output their data bits to their leds.  Do the bit values change or are they always the same sequence?

Offline budude

  • Sr. Member
  • ****
  • Posts: 146
  • OK - onto 2012!
    • Christmas in San Jose
Re: New lights at Lowes
« Reply #7 on: November 13, 2010, »
I've done probing at the end and at various points in the string and the data appears to be exactly the same (used both channels on my O-scope) for a given sequence and it's always 27 pulses long. The data itself differs for a given sequence. For what it's worth, the middle set of bits seem more active when performing a fade whereas the others seem more active with color changes.  The pulses are one of two widths as well so at least on the surface it does fit into a possible Manchester type encoding anyway. I don't have a logic analyzer unfortunately. I know the PICkit2 can be used as one but does it require the PIC connection to work? I've never used it for that - something to look at I guess... I wish I had more control over the sequences though - that's where the benefit of the DMX front-ended widgets like you mentioned can really help since you control exactly what you want.

A question for RJ - - if you feel it's not appropriate to discuss reverse engineering these on your forum, please let me know and I'll refrain from doing so. I just wanted to be sure you were OK with this before discussing further.

Offline RJ

  • Administrator
  • Sr. Member
  • *****
  • Posts: 8519
Re: New lights at Lowes
« Reply #8 on: November 13, 2010, »
I'm not reverse engineering anything. I likely can help you with this without doing anything wrong.

The chips on it could be anything. But likely they are dedicate to the system and do not send large amounts of data telling each what to do a step at a time.

They send a code of what effect to do and start and timing info.

The chips know what to do from there and just do it.

This is why the data you see does not change. Try a different pattern and see that it likely changes just a little.

This is why only 27 pulses.

RJ 
Innovation beats imitation - and it's more satisfying

Offline budude

  • Sr. Member
  • ****
  • Posts: 146
  • OK - onto 2012!
    • Christmas in San Jose
Re: New lights at Lowes
« Reply #9 on: November 13, 2010, »
Sorry - what I meant is that if you were OK with us discussing these here.

But yes - as I mentioned in the previous post, the data does change with different functions as evidenced by the differing pulse widths (indicating either 0's or 1's in some fashion) yet always with 27 pulses and that the same data is seen along the entire length. There was some conjecture that 50 separate pixel streams might be going out and each pixel would eat the next in-line set of data (sort of like Renards) but that does not appear to be the case. Just wish I had more control over the string versus the sequences pumped out by the MCU. I'm not planning to use these this year anyway.

Offline tconley

  • Sr. Member
  • ****
  • Posts: 105
    • Conley Family Christmas
Re: New lights at Lowes
« Reply #10 on: November 19, 2010, »
it looks like that have done a lot of work on these in this thread

You are not allowed to view links. Register or Login
Pinky, are you pondering what I am pondering?

 

I think so, Brain, but this time, you put the trousers on the chimp.

 


You are not allowed to view links. Register or Login

Offline rdohanyos

  • Jr. Member
  • **
  • Posts: 9
Re: New lights at Lowes
« Reply #11 on: December 10, 2010, »
Hi pvplacelights,
I'm curious where you found your LEDs. Are they like the ones that have the chip integrated into the led housing?

Thanks
Rob
You are not allowed to view links. Register or Login
If it's a three wire then it's likely a Manchester Encoding protocol. A popular RGB controller IC that uses Manchester is the CYT3005. Just FYI.

On the other hand, the same company that produces these lights also produces synchronized color changing plastic icicle lights. A set of 36 from Sears cost $99.99. I say this because I made my own by recycling plastic icicles from an old set and attaching 8mm RGB LEDs with WS2801 control chips to them. I then developed a controller using a PIC that translates DMX into the WS2801 protocol so I could control the exact color of each indivdual icicle. I've attached a picture of my icicles hanging in my cubical.

My cost for 56 homemade, DMX controlled icicles comes to about $40. Yeah DIY!

Offline PVPlaceLights

  • Full Member
  • ***
  • Posts: 72
  • Lola "Bean" - The Equalizer
    • Dazlyn [imagination.innovation.Realization]
Re: New lights at Lowes
« Reply #12 on: December 10, 2010, »
You are not allowed to view links. Register or Login
Hi pvplacelights,
I'm curious where you found your LEDs. Are they like the ones that have the chip integrated into the led housing?

Thanks
Rob

The LEDs and the control chip (WS2801) are encased together in a waterproof housing. They are commercial signage lights, very bright, and resistent to harsh weather. I order them along with a DMX512-to-WS2801 controller from a supplier in China.

You are not allowed to view links. Register or Login

You are not allowed to view links. Register or Login

Dazlyn [imagination.innovation.Realization]
You are not allowed to view links. Register or Login

Offline rdohanyos

  • Jr. Member
  • **
  • Posts: 9
Re: New lights at Lowes
« Reply #13 on: December 14, 2010, »
Wow that looks pretty wicked.

Thanks for the links. Something new to mess with...

You are not allowed to view links. Register or Login
You are not allowed to view links. Register or Login
Hi pvplacelights,
I'm curious where you found your LEDs. Are they like the ones that have the chip integrated into the led housing?

Thanks
Rob

The LEDs and the control chip (WS2801) are encased together in a waterproof housing. They are commercial signage lights, very bright, and resistent to harsh weather. I order them along with a DMX512-to-WS2801 controller from a supplier in China.

You are not allowed to view links. Register or Login

You are not allowed to view links. Register or Login



Offline PVPlaceLights

  • Full Member
  • ***
  • Posts: 72
  • Lola "Bean" - The Equalizer
    • Dazlyn [imagination.innovation.Realization]
Re: New lights at Lowes
« Reply #14 on: December 14, 2010, »
Follow up to the link with the WS2801 Controller:

Make sure that you get the device model that has programmable DMX start channel. The device model at the link does not allow DMX address setting and remains constantly at address 1. I discovered this the hard way.

Just FYI
Dazlyn [imagination.innovation.Realization]
You are not allowed to view links. Register or Login