Blooming Flower Lamp Will Test Your 3D Printer

[ossum] has a baby on the way. He admits that he got a bit carried away, brimming with parental excitement. What resulted is a fully articulated LED WiFi lamp that blooms and glows dramatically in the friendly confines of the oncoming baby’s room.

We’ve covered [ossum]’s work before. As usual, he started off by showing his complete mastery of Fusion360 and making the rest of us look bad. If you want to learn 360, we recommend scrobbing through his models to see how it’s done.  The base encloses an ESP8266 and a hobby servo. A clever mechanism pulls down on a stranded steel cable that runs through the stem along with some control lines for the LEDS. This opens and closes the petals. The LEDs are all held in a 3D printed frame which produces a nice even glow.

If you’d like to build one yourself, there’s a full video viewable after the break. Files are available on Thingiverse. Just make sure you tune up your printer first, this is a tough one.

Continue reading “Blooming Flower Lamp Will Test Your 3D Printer”

64×16 LED MQTT Laundry Display

When you have an MQTT broker receiving messages, you want to be able to see them. [Xose Pérez] already had a system set up that sent him notifications, but he had a pair of 32×16 LED matrices, so he decided to make a big, bright sign to let him know when he got an important message sent to the broker.

[Xose Pérez] had already built a laundry monitor which was sending messages to an MQTT broker so he wouldn’t forget his laundry sitting in the washing machine. To communicate with the broker, he used an ESP-12. He had already ported an Arduino library for the Holtek HT1362C display drivers used by the matrices to work with his driver board.

mqtt-led-matrix-driver-boardHe wanted to try out SMD soldering so he built a custom PCB to hold the ESP-12, power supply, passive components, and a connector and he describes his methods and results. Instead of hardcoded messages, he wanted the system to be configurable and display messages coming in, not only from his laundry system, but also from other sensors. A web interface, built with jQuery and WebSockets, running on the ESP-12 allows the user to subscribe to a topic on the broker and show a customized name and value on the display when a payload is available.

All-in-all, [Xose Pérez] has posted a great tutorial in which he goes over the hardware he built, the libraries he used, SMD soldering, how he made the enclosure, and even his choice in IDE (PlatformIO). He also posted the software, board designs and enclosure models software and hardware on bitbucket. The end result is a great looking LED matrix that displays not only his laundry’s status, but also anything else he wants to from his MQTT broker.

If you want to try your hand with MQTT, the ESP8266 is a wonderful device for sensor nodes, and any Linux box (like the Raspberry Pi) makes an easy broker. Check out [Elliot Williams’] Minimal MQTT series and you will be up and running in no time.

Slide Viewer Upgrade Is A Bright Idea

[cunningfellow] has been putting LEDs in everything lately. That’s understandable. Most recently, he used them to drastically upgrade his father’s super-cool mid-century slide viewer.slide-viewer-comparison

The slide viewer used to use a flashlight bulb, but it didn’t light evenly at all. Not only that, it produced a dim, orange-ish light. [cunningfellow] happened to have an old Nokia N93 lying around and decided to cannibalize that strange, beautiful, swiveling flip phone for its backlight circuitry. Unfortunately, the 4 LEDs aren’t going to run on a pair of C cells like the flashlight bulb did. [cunningfellow] needed some kind of boost converter.

He found one in the form of a Nokia E73 LCD driver board created by [Andy Brown]. The LEDs are way brighter than that old incandescent bulb, and they draw about 10mA less to boot. We think [cunningfellow]’s father will be happy with the result.

If you have an old slide viewer and no slides, try using it as a project case. If this post makes you miss your View-Master (also understandable), you can always turn your phone into a stereopticon.

DIY Plant LED Light Prototype Lights Up The Winter

With winter on the way, our thoughts turn to indoor hacks. And what could be better in the cold winter than fresh veggies? This can be done by replacing the sun with an LED light, and [Margaret Johnson], aka [Bitknitting] has been working on building her own LED plant light.

She’s using a combination of red and blue LEDs that produce the ratio of light frequencies that plants thrive on, and has been experimenting with how bright to make them and how long to run them. This combination of factors determines how much light the plants get every day, called the Daily Light Integral, or DLI, and has a huge effect on how well the plants grow.

Her latest prototype uses nine red and two blue 3 Watt LEDs which run for about twenty hours a day. These lights shine onto the growing area, a bucket filled with nutrient solution. [Margaret] has done an excellent job of outlining why and how she made the choices she did and providing lots of links to more information for the home grower. It’s a great place to start for anyone looking to get something growing indoors in the depths of winter.

Blue LED Streetlights Keeping You Awake?

If you’ve played around with “white” LEDs, you already know that there’s no such thing. There’s warm white and cool white and any numbers of whites in-between. And when white LEDs were new, the bluer “cool white” variety were significantly more prevalent.

Enough US states have swapped out their old street lights with LEDs that it may be having a measurable effect on people and on the animals around us. This is the claim in a recent position paper by the American Medical Association’s Council on Science and Public Health. (Report as PDF.)

Science strongly suggests that heavy doses of light can keep people from falling asleep, and that brighter LED streetlamps may be making the problem worse. The AMA report goes a step further, and pins extra blame on the color of the light. Blue light apparently suppresses the production of melatonin which helps you sleep at night. And it’s not just humans whose circadian rhythms are getting messed up — the effects are seen throughout the animal kingdom.

Continue reading “Blue LED Streetlights Keeping You Awake?”

Driving 16 WS2812B Strips With GPIOs And DMA

[Martin Hubáček] wrote in with his WS2812 LED library for the STM32F3 series processors. [Martin]’s library takes the same approach as [Paul Stoffregen]’s OctoWS2811 for the Teensy, and [Erich Styger]’s for the Freescale FRDM-K64F board. That is, it uses three DMA channels to get the signal out as fast as possible.

Continue reading “Driving 16 WS2812B Strips With GPIOs And DMA”

LED Bulb-shade Cityscapes

Cost-effective LED lighting for your home has opened up many doors for more efficient living, but also some more creative illumination for your living space. If you want to bring the dazzle of city lights right into your home, [David Grass] has two projects to sate this desire in perhaps the most literal way possible: Huddle and Stalaclights.

These clever, 3D printed bulbshades are possible since LEDs emit very little heat, and can be printed in a variety of designs. Huddle is named for — and illustrates — humanity’s coalescing into cities as the centre of modern life from which most of our information and technology emits. Stalaclights offers an inverted perspective on the straining heights of skyscrapers and is inspired by the Art Deco era and the expansion of cities like New York and Chicago.

Continue reading “LED Bulb-shade Cityscapes”