A Look At Chinese Value Engineering

Seventy cents doesn’t buy you a lot these days. Maybe some sweets or candies at most. How about a string of LEDs that you can use to decorate your home during the festive season? [Amaldev] was curious to know what was, or wasn’t, inside these blinky LED strings which made them so cheap. He’s done a Christmas LED Light Teardown and shows how blinky LED string lights can be built with the bare minimum of components.

The string he purchased had 28 LEDs – seven each in four colors, a controller box with one push button and a  power cord. Without even knowing what is inside the controller box, the cost of the product seems astonishing based on this BoM. The single push button cycles through eight different light patterns for each press. It even has a faux CE mark for the supply plug. Cracking open the case, he finds that the controller board is sparsely populated with just seven through hole components and a COB (chip on board) module. A simple, 8-bit, 8-pin microcontroller is possibly what controls the device.

[Amaldev] sketches out a schematic to figure out how it works. There are two arms with 14 LEDs of alternating colors, each of which is controlled by an SCR. Two GPIO output pins from the COB control the gates of each of these SCR’s. The button is connected to a GPIO input, and a second input is connected to the AC supply via a current limiting resistor. Most likely, this is used to determine the zero crossing of the waveform so that the COB can generate the appropriate trigger signals for the gate outputs.

It is unlikely that these products are manufactured using automated processes. The PCB production could be automated, but soldering all the wires, fitting it all in the enclosure and preparing the LED string itself would require manual labor. At US$ 0.7 retail on the street, it is difficult to imagine the cost breakdown even when the quantities are in large numbers. Maybe a combination of cheap components, recycled or rejected parts (mains cord/enclosure), lack of safety and protection measures (no fuses, no strain reliefs) and reducing the component BoM to an absolute, bare minimum, coupled with very high volumes lets them pull it off? What are your thoughts – chime in with comments.

New Part Day: A Fake Sun

LED technology has improved by leaps and bounds in recent years, with what was once considered unachievable being common place now. Two of the main parameters of interest, total input power and conversion efficiency have been steadily increasing over the years. An efficacy of 120 lumens/watt is fairly common nowadays, and it may not be improbable to expect double this figure in the near future. Input power ratings have also steadily increased, with single LED units capable of 100 W or more becoming common.

But the Chinese manufacturer Yuji seems to have hit the ball out of the park by introducing their BC-Series, 500 W, high CRI, high Power, COB LED. Single, 500 W COB LED’s are not new and have been available since a couple of years, but their emitting surface areas are quite large. For example, a typical eBay search throws up parts such as this one – 500 W, high Power LED, 60,000 lm, 6000-6500K. It has a large, square emitting area of 47.6 x 47.6 mm. By comparison, the Yuji BC-Series are 27 mm square, with an active emitting area only 19 mm in diameter. This small emitting area makes it easier to design efficient reflector and/or lens units for the LED.

Luminous Flux is between 18,000 to 21,000 for a color temperature of 3200 K, and between 20,000 to 24,000 for the 5600 K type. Further, this high power rating is accompanied with a pretty high color rendering index (CRI) above 95. This allows the LED to faithfully reveal the natural colors of objects due to its wide spectrum. Electrically, it is rated for 12 Amps with input voltage between 35 V to 39 V. This translates to between 420 W ~ 468 W of input electrical power. Some quick math tells us that the efficacy efficiency works out to just a little over 50 lm/W, which isn’t all that great. But with light sources, you can have high-efficacy high-efficiency or high CRI, but not both – that’s just how the physics of it works.

At US $ 500 a pop, these eye blinders do not come cheap and may not find much use for individual hackers. But for some applications, such as studio and theatre lighting or photography, they may be just what the Doctor prescribed. In the video after the break, you can see [Matt] from DIY Perks give a rundown of the LED’s features and take it for a test ride.

Continue reading “New Part Day: A Fake Sun”

Stop Motion With The Time Glove

What do you get when you put an ultra-bright LED in the palm of a glove, and strobe it controlled by an accelerometer? A Time Control Glove! In creator [MadGyver]’s own words, it’s “just a stroboscope with frequency adjustment” but the effect is where all the fun is.

The Time Control Glove uses the stroboscopic effect, which many of us have seen used in timeless water drop fountains where the strobe rate makes drops appear to change speed, freeze in place, and even change direction. [MadGyver] made the entire assembly portable by putting it into a glove. An on-board accelerometer toggles the strobe in response to a shake, and the frequency is changed by twisting the glove left or right. The immediate visual feedback to the physical motions is great. The whole effect is really striking on the video, which is embedded below.

Continue reading “Stop Motion With The Time Glove”

Don’t Miss The Bus: A One-Day Build

Sometimes the most satisfying hacks are those that spring from a situation where resources are limited, either by choice or by chance. Constraints tend to stir the creative juices.

Serial Hackaday poster [limpkin] limited himself to a one-day build with what he had on hand for this bus-route countdown timer. Full points for actually building something useful, and extra credit for making something to keep his wife from being late for work.

The principle is simple: scrape a web page to find out how much time is left before either of two busses leaves his wife’s stop, and display the number of minutes left on a huge LED display. The parts bin gave up everything needed, including an ESP8266, a boost converter, a charge controller, and the display and driver. We’re skeptical that the PCB was fabricated the same day; looks like [limpkin] is only counting the design and coding time in his 10-hour build. Still, it’s a testament to what’s possible with a deep inventory and the skills to put it to use.

Check out some of [limpkin]’s other hacks, like this Formula-E race car PCB or his adventures in laundry larceny. Oh, and he also used to write for Hackaday.

FoTW: LED Strips Make Awful Servo Drivers

We must all have at some time or another spotted a hack that seems like an incredible idea and which just has to be tried, but turns out to have been stretching the bounds of what is possible just a little too far. A chunk of our time has disappeared without trace, and we sheepishly end up buying the proper part for the job in hand.

[Orionrobots] had a conversation with a YouTube follower about LED strips. An LED strip contains a length of ready-made PWM drivers, they mused. Wouldn’t it be great then, if each of the drivers on a strip could be connected to a servo, making the strip a ready-made single-stop SPI servo driver. With a large multi-servo robot to build, he set to work on a strip of WS2801s.

If you are in the Soldering Zone and have elite skills at the iron, then soldering a wire to a surface mount driver chip is something entirely possible. For mere mortals though it’s a bit of a challenge, and he notes just how much extra time it’s added to the project. The fun starts though when the servo is hooked up, the best that can be said is that it vibrates a bit. On paper, the LED drivers should be able to drive a servo, because they can create the correct waveform. But in practice the servo is designed to accept a logic level input while the driver is designed to sit in series with an LED and control its current. In practice therefore the voltages required for a logic transition can’t quite be achieved.

He concludes by recommending that viewers splash out on a servo driver board rather than trying an LED strip. We applaud him for the effort, after all it’s a hack any of us might have thought of trying for ourselves.

Continue reading “FoTW: LED Strips Make Awful Servo Drivers”

Dollar Tree LED Bulb Tear Down

It is hard to remember now, but there was a time when electronics were expensive. [Adrian Black] found some 9W (60W equivalent) LED light bulbs at the Dollar Tree (a U.S. store where everything costs a dollar). Naturally, they cost a dollar, and he wanted to see what was inside of them. You can see the resulting video, below.

Apparently where [Adrian] lives there is a subsidy paid to retailers for selling LED lighting, so you may not be able to get the same bulbs at that price. Still, the price of these bulbs has dropped like a rock over the last few years.

Continue reading “Dollar Tree LED Bulb Tear Down”

The Art Of Blinky Business Cards

Business cards are stuck somewhere between antiquity and convenience. On one hand, we have very convenient paperless solutions for contact swapping including Bluetooth, NFC, and just saying, “Hey, put your number into my phone, please.” On the other hand, holding something from another person is a more personal and memorable exchange. I would liken this to the difference between an eBook and a paperback. One is supremely convenient while the other is tactile. There’s a reason business cards have survived longer than the Rolodex.

Protocols and culture surrounding the exchange of cards are meant to make yourself memorable and a card which is easy to associate with you can work long after you’ve given your card away. This may seem moot if you are assigned cards when you start a new job, but personal business cards are invaluable for meeting people outside of work and you are the one to decide how wild or creative to make them.

Continue reading “The Art Of Blinky Business Cards”