ESP8266 board with 24-pin ATX connector drives RGB LED strips

“Adding Open Hardware to Open Software for a More Equitable IoT” talk at FOSDEM 2021 discussed the importance of open-source hardware and software for IoT devices, notably to avoid getting a brick after the cloud service is suddenly terminated.

Adrian McEwen then specifically talked about his “My Baby’s Got LED” ESP8266 open-source hardware board powered by… a USB charger? nope. A battery? You’ve got to be kidding. Instead, the ESP8266 board is equipped with an ATX connector taking a standard power supply found in PC towers and desktops.

ATX power supply ESP8266 board

But why? That’s because the board is designed to control a string of Neopixels/WS2812 RGB LED’s, and a 500W ATX power supply can power up to 500 lights.

MCQN’s “My Baby’s Got LED” board specifications:

  • Wireless module – ESP-WROOM-02 ESP8266 module with WiFi 4 connectivity
  • LED strip connector – 4-pin terminal block
  • Expansion – 2x 9-pin unpopulated 2.54mm pitch header for easy access to pins from the wireless module
  • Debugging – Serial header for programming (and power while programming since you probably don’t want to connect the ATX power supply at that time)
  • Misc – WiFi, LED Power, and Network LEDs; Reset button
  • Power Supply – 24-pin ATX connector for power supply

Long RGB LED strip connected to ESP8266 board, ATX power supply

Designed with KiCad, the board is open-source hardware, and comes pre-programmed with the WLED webserver to control NeoPixel to make things easy. You just need to connect the LED strip and fasten the wires with the screw terminals, plug in the PC ATX power supply, and connect your phone or PC to the WLED WiFi access point to control the lights.

WLED also works with WLED mobile app for Android or iOS, and for integration with home automation systems, it also supports JSON and HTTP request APIs as well as MQTT protocol among others.

The board is sold on MCQN’s Tindie store for $55 plus shipping. You can also find additional information on the product page, and if you want to learn more about the development process, check out the slides from the FOSDEM talk.

Share this:

Support CNX Software! Donate via cryptocurrencies, become a Patron on Patreon, or purchase goods on Amazon or Aliexpress

ROCK Pi 4C Plus
Subscribe
Notify of
guest
The comment form collects your name, email and content to allow us keep track of the comments placed on the website. Please read and accept our website Terms and Privacy Policy to post a comment.
4 Comments
oldest
newest
Quindor
3 years ago

I’m not to certain about using this board….. You hook up a 500w power supply and then have a single JST or plug-in screw terminal going to the LED strip. JST can carry about 3Amps to 4Amps before causing too much voltage drop and the screw terminals can certainly carry more, but there is only a single one, so not much use in regards to doing power injection. There also doesn’t seem to be a function to use 12v LEDs? Since most power supplies have a lot of 12v available to it, that would have been nice. 🙂 But worst,… Read more »

willy
willy
3 years ago

When I first glanced at the article I was confused by the photo showing a single LED strip connector. I thought “maybe it’s an example and there’s room to solder plenty and address 10 LED strips in parallel”. I was too enthousiast indeed. I wouldn’t even pull 100W out of a single strip, as a few meters away the voltage drop must be significant!

Jon Smirl
3 years ago

I used a different approach to drive my non-addressable LEDs. I have four 2.4Ghz Milight FUT038 which I drive with this project: https://github.com/sidoh/esp8266_milight_hub I own both the Milight wifi-hub and Miboxer bridge. Both are useless and in the drawer due to running Tuya. Tuya is very hard to integrate into another system, and you are stuck using a server in China. The ESP8266 board with the nRF2401 chip is much cheaper (~$4) and it works way better due to local control over MQTT. No pointless need to route your on/off commands via China. My LEDs easily integrated with Home Assistant. I… Read more »

Dave
Dave
3 years ago

Not to disparage the designer too much, but an ATX supply is probably the worst option to use for powering 5V LEDs. Lots of current available on the 12V rails, but the 5V rails these days are pretty weak. Maybe if you were using the 12V distribution off to local 5V regulators closer to each strip it’d make sense.

Wouldn’t it be better to design this for a 5V meanwell supply or similar? They’re cheap and from most comments I’ve seen kinda well designed for what they are.

Khadas VIM4 SBC