COB Sequential Starr Scan led strips

So i bought an led strip off the bay..it is about 70 cm long.

The pattern starts from outside travels towaeds centre and theb to then end and does a quirky fade.

The strip has something like:
1st line sm15603pm
2nd line. azbn0uaa0
Printed on it

This ic is every 10 or so leds. But on wire end only th 1st ic it has another ic with nothing on it.

My thinking is that eachbof the copied ic are sime kind if driver for x number of leds and that the 1st ic is a controller ic containing the coding?

Ifbyou cut the strip short it doesnt kniw how may leds removed and thus the sequence just has a gap in it.

So i wonder.
Can arduinio be used to create my own cob strip or use it to re program the strip?

Ibasically want to create a strip for mt motorbike rhat i can code/ remove arduino drom and run on its own if that makes sense?

Post the LED strip link.

You would need to know the IC... or try some.

That's quite well possible. Likely ws2811 or something similar.

If the strip automatically starts generating a pattern when powered up, then yeah, probably. You could remove it and plug in your won device on the data line(s).

So there are ic that can store code for the patterns...

Can arduini be used to code such an ic? So I don't need to keep it cinnexrwd when in use?

That or I'll probably grab a small nano or something.

Take a look at what Adafruit calls NeoPixels. You can control them with an Arduino and you can program them to do just about anything you can imagine!

That MIGHT be exactly what you have but the controller probably isn't an Arduino or anything you can re-program.

In general, I don't recommend buying this kind of thing from eBay, AliExpress, unknown 3rd-party Amazon suppliers, etc. I buy from actual electronics suppliers that have the manufacturer's part numbers and full specs, or links to the manufacturer's datasheet.

...eBay might be fine if you didn't want to modify the thing.

There are various configurations of addressable LED strips. Usually the controller ("brain") is separate. Then there is a "smart" driver that receives the data, takes care of the color & brightness, and then passes the data along to the next driver in the string. Usually that driver is built-into the LED so you don't see a separate chip.

12V LED strips usually have a driver for every 3 LEDs. The voltage is "shared" and 3 LEDs in a row are addressed as one and they have the same color & brightness.

"NeoPixels" use a serial addressing scheme that only requires one data line from the controller. There are only 3 connections to the strip - Power, ground, and data.

There is another type that has an adds a "clock" connection (4 wires/connections). It's less common and the software is simpler.

Depends on what kind of IC was used on that strip.

I don't know what "cinnexrwd" means.

Been searching around and as I'd like to use my arduino and maybe a nano for my project.

I think I could just remove the controlling ic so the strip is essential Leda with drivers. (Addressable)

Connect data lines to the nano which outputs a max if 5v and connect an external 12v power source to tbe 12v pin of the strip?

Obviously need a 5v source for nano but that's no issue.

Any thoughts?

Could work, depending on the specifics of the LED strip, i.e. if they're generic addressable LEDs and you know/can figure out which type.

So, by specifics? You mean like total number of LEDs in strip. The driver used etc?

Yes, exactly. Especially what driver/led controller chip is used. There's a couple common types and they don't all talk the same language. WS2811/12 is common, but not the only possible candidate .

Cool, I'll grab that info in the morning and get back to you guys.

Just bought these LEDs off the bay:

WS2811 RGB Full colors COB Flexible LED light strip 24V 12V Addressable Tape.

Figure they would be okntontest bed this idea out??? Guessing I'd need to supply external 12v to the strip though?

Yes, you can control those from an Arduino. And yes, you need to supply them with 12V or 24V, whichever your product requires. Ensure that the GND of this external power supply is connected to the GND on the Arduino.

I've never heard of a strip that's 12V and 24V... As I said above, 12V strips are usually addressed in groups of 3, and I'll add that 24V strips are usually addressed in groups of 6.

You can probably see the chip so you can tell how many LEDs are controlled together and there should be associated "cut" marks (where it's OK to cut the strip) and that will also tell you how many are addressed together.

I'll have to wait for them to come, don't like waiting lol.

Here's link to the actual ones I've bought.

My description saying 12v 24v was because they had a few options.

image
So which did you select?

12v sorry

Timing.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.