Please see all COVID-19 updates here as some shipments may be delayed due to CDC safety and staffing guidelines. If you have an order or shipping question please refer to our Customer Support page. For technical questions please check out our Forums. Thank you for your continued support.
Affectionately dubbed "Fairy Lights" for their similar appearance, these addressable RGB LED string lights are a great way to light up any project with no soldering required. The insulated strings come in 5m lengths with one RGB LED every 5cm for a total of 100 LEDs. These LEDs have an IP65 waterproof rating to protect your LEDs.
The string of lights terminate on either side with a locking 3-pin JST connector, one male and one female. The wiring and pinout is listed below.
Our catalog has the red/green/yellow wire JSM-SM pair [ CAB-14575 ] to mate with the connectors on the Fairy Lights. The bag that holds it has information about the wiring and pinout.
The "male" housing receptacle with (female pin sockets) like the one shown below is the DIN side. The datasheet indicated that the LEDs communicated with "SPI". We tested the LEDs and it uses the WS2812-based protocol. You could use the Neopixel or FastLED library to control the LEDs.
If a board needs code or communicates somehow, you're going to need to know how to program or interface with it. The programming skill is all about communication and code.
Skill Level: Rookie - You will need a better fundamental understand of what code is, and how it works. You will be using beginner-level software and development tools like Arduino. You will be dealing directly with code, but numerous examples and libraries are available. Sensors or shields will communicate with serial or TTL.
See all skill levels
If it requires power, you need to know how much, what all the pins do, and how to hook it up. You may need to reference datasheets, schematics, and know the ins and outs of electronics.
Skill Level: Rookie - You may be required to know a bit more about the component, such as orientation, or how to hook it up, in addition to power requirements. You will need to understand polarized components.
See all skill levels
We welcome your comments and suggestions below. However, if you are looking for solutions to technical questions please see our Technical Assistance page.
No reviews yet.
do you have a part number for the connector?
Unfortunately, that information isn't readily available from the manufacturer.
I could possibly this LED connector; however, with the COVID restrictions in place, I can't easily verify that for you.
I have not seen a clear, sheathed JST-SM connector before. However, our catalog has the red/green/yellow wire JSM-SM pair [ CAB-14575 ] as "Santa Claus Impersonator" explained. I was able to get a hold of the LEDs and the bag that holds it has information about the wiring.
The "male" housing receptacle with (female pin sockets) like the one shown below is the DIN side. I tested it using the FastLED library and these seem to be using the WS2812-like protocol.
will that thin wire really hold with 6 amperes (100 leds * 60mA each when full white) flowing through it?
The datasheet from the manufacturer seems to be lacking on that information. However, I don't think that the LEDs will be capable of drawing the amount of current you are estimating (60mA). As you mentioned, the wire looks fairly thin and will most likely act like a "current limiting resistor".
This seems a little short of documentation. How do you control them? The "data sheet" (more of a brochure really) says SPI, but with only one non-power pin, it can't actually be SPI …
Hi,
Yeah, we were wondering about that as well with the datasheet. The datasheet provided by the supplier did not make sense. We tested the LEDs and it uses the WS2812-like protocol. You could use the Neopixel or FastLED library.
What addressable LED type are these compatible with?
Hi!
The datasheet provided by the supplier did not make sense. We tested the LEDs and it uses the WS2812-like protocol. You could use the Neopixel or FastLED library.