An Arduino Knight Rider Rainbow dice that uses WS2812B RGB LEDs

An Arduino Knight Rider Rainbow dice built using a clock by Davide Gironi: This project implements a Knight Rider / Rainbow effect Random Selector. It uses an Arduino UNO and a WS2812B RGB led strip. A friend of mine needs a random selector for train scale model. I’ve developed this using the Arduino framework, because […]

Programming an 8 digit 7-segment display, the easy way, using a Max7219

Allan Schwartz shows off the easy way to interface 7-segment displays using the MAX7219: Previously, in part 1 of my blog posting Programming a 7-segment Display, using just Arduino digital pins (the hard way) we had demonstrated how to hook up a pair of 7-segment displays to an Arduino, treating each individual segment as a […]

Comfort Thermometer display built with 517 individual LEDs

Richard wrote in to tell us about a ‘Comfort Thermometer display built with 517 LEDs’ that he has just finished building: Comfort Thermometer Display built with 517 individual LEDs and the following microprocessors: 1) PiC24FV16KA301 – controlling outer 36 RGB LEDs 2) PIC16F886 – bargraph and pink LEDs animations 3) ATmega328 – controlling 7-segment display […]

LED candle effect: Tear down and decap of a controller

A teardown video from Electronupdate: A dollar store item which implements a flickering candle effect using and LED. A look at the technology: linear feedback shift register or ROM based? Let’s decap the controller and take a look at the silicon die to find out! More details at Electronupdate blog.

Serial seven segment LED display shield

Raj over at Embedded Lab has just finished a new project article about a serial seven segment LED display shield: Seven segment LED displays are brighter, more attractive, and provide a far viewing distance as well as a wider viewing angle compared to LCD displays. This project describes a serial seven segment LED display shield for […]

Wifi enabled 8×64 pixel LED matrix display

Raj over at Embedded Lab has just finished a new project article about Wifi-enabled LED matrix display using ESP8266: This project is a modification of my previous Bluetooth-enabled LED matrix display project, which used 8×64 monochromatic LED matrix (total 512 LEDs) for displaying scrolling text message. The original project used Bluetooth for display data transfer […]

Experimenting with MAX6955

Florin wrote an article about experimenting with MAX6955: My experimenting actually started with MAX6954. After many failed tries due to SPI issues (Maxim uses a special interpretation of the protocol, I read), I switched to MAX6955. MAX6955 is the I2C sibling of MAX6954 (which uses SPI). They both have identical LED driving abilities, only the […]

SNAFU box

A SNAFU box project by Bertho of Vagrearg: SNAFU Box consists of 24 LED strips (12V passive type) of varying size, which are controlled by a set of 74HC595 shift-registers and a transistor driver for each strip and RGB channel. The LED strips are used to backlight the lettering of the box. An additional three 74HC595 […]

Lab LED constant current controller board

Ladvien blogged about his Lab LED constant current controller board project he made using DirtyBoard PCBs: A little lab controller PCB I’m working on. It centers around four high-power constant current circuits meant to be driven by an Atmega328’s PWM. I hate working on anything mechanical in dim light; comes from dropping parts down under […]

Replacement LED driver for AN6877

Dilshan Jayakody writes: AN6877 is linear AF level meter IC produced by Panasonic and it is commonly found on many audio equipment. This chip is no longer manufactured by Panasonic and finding replacement chip for AN6877 is also quiet difficult. The circuit described in this article is design to replace AN6877 base LED drivers and it […]

LED POV fan update

Zach writes: I first posted on how to reprogram a “Programmable Message Fan: Model 45 Series” POV fan a few years ago, and the code I posted no longer works with the current versions of the Octave and Arduino software.  The original post still describes how the fan works and how I went about figuring […]

DIY double sided 60W LED UV radiation unit with vacuum pump

Kurt Skauen has been working on a DIY 1188 LED dual sided UV radiation unit: The UV exposure unit is controlled by an ATmega328P microcontroller and have the following features: Single and double sided exposure. Each side radiated by a 594LEDs / 30W UV LED panel (The unit has a total of 1188 LEDs providing […]

10×5 RGB LED Matrix with only 5 IO pins

Here’s an instructable on LED Matrix with custom code/software by Ole_L: This is the software which you need: -Arduino -Processing Flash the software to your Arduino and open the processing project with… Processing! Now you should change the line “String portName = “/dev/ttyACM~”;” to your Serial port, on WINDOWS “String portName = “COM~”;” Via the contact […]

Graphic equalizer display using ESP8266-12, MSGEQ7 and WS2812

Amir Avni made a graphic equalizer display using ESP8266-12, MSGEQ7 and WS2812: Finally, I’ve created a this project: An equalizer display controlled by ESP8266 with the NodeMCU firmware, where the equalizer colors are controlled via WiFi Project info at whatimadetoday site. Check out the video after the break.

ESP8266 WiFi LED dimmer Part 8 of X: Version 2 of the PCB design

Quindor blogged about his ESP8266 WiFi LED dimmer project with DirtyPCBs: With the help of kind internet folks I was able to get a fritzing part for the new voltage converter I wanted to use to try and make a smaller board. A few weeks ago I sent my new ‘panalized’ design to dirtypcb’s and I got […]