Saturday, December 14, 2024

A Robot Race Car Timing System


Prototyping the system

This project concept came from a YouTube subscriber.  Todd, who is a 6th grade computer science teacher, has a section of each semester where his students build, and then race, small robot cars.  In the past, he filmed the students, ran a stopwatch and recorded each race's final times... all while trying to help and teach the students.

He wondered if an automated timing system could be created with a visible time display.  Adding LED lighting would be a bonus.  What follows is the system that we eventually created.

Saturday, October 5, 2024

WLED: Analog vs. Digital Microphones

 



If you want your LED display to react to sound or dance to music, you will need to add a microphone to your WLED controller.  The audio-reactive version of WLED supports both analog and digital microphones.  Which should you use for your project?  This guide will explore both options.

Saturday, August 3, 2024

Using Dual Controllers with an LED Display

 



Have you ever wished that you could use two different controllers or firmware to control a single LED display?  Maybe you'd like to use both WLED and ESPHome to control an LED matrix.  Or ESPHome and Arduino/C++.  Or even a retail system like Govee with the default app, but adding the ability to also use WLED.  In this article I'll cover how you can create easily switchable controllers for your single LED display.

Saturday, July 6, 2024

Starting out with DIY Projects

 



This article is only a companion piece to the YouTube video My Hands Are Sweating! Building Your First DIY Electronics Projects. Many folks are intimidated or believe that a workshop full of advanced electronics gear and specialty tools are required to build your own smart devices or other small electronic projects.  

Saturday, June 1, 2024

Displays for your DIY Projects

 


There are dozens, if not hundreds of different small displays that you can add to your DIY project, from basic text displays to screens that can display images or even video.  This article is going to cover just a few of these as shown in the related YouTube Video: Add a Display to Your DIY Project

Saturday, May 18, 2024

DIY Custom Breakout Board for ESP8266 or ESP32

Do you often find yourself creating the same basic starting circuit on a breadboard for your ESP8266 or ESP32 project or component bench testing?  Instead, create a simple breakout board that can be used as a starting point for projects that use a Wemos D1 Mini (ESP8266) or an ESP32 Mini.

Saturday, May 4, 2024

An Update on Home Assistant

 


Approximately a year and a half ago, I did both a video and blog article expressing my concerns about the future of Home Assistant and the direction, or lack thereof, being taken by the developers. But some recent major announcements from Home Assistant addresses many of my initial concerns.  So I felt like I needed to provide an update to revisit my original concerns.

Saturday, March 23, 2024

Adding Components to Your WLED Project

 


It is quick and easy to add some peripherals to your WLED controller and projects.  Why would you want to do this when WLED has a web interface, mobile app and can also be controlled by automation systems like Home Assistant?  Well, sometimes you can't beat the convenience of a nearby local pushbutton to do something like turn your LEDs on or off, or quickly select a favorite effect or even start a playlist without the needing to use your phone, tablet or computer.

Saturday, January 27, 2024

Washer and [updated] Dryer Notifications

 


This article will cover how I implemented voice notifications for my washer and dryer using Home Assistant.  Originally implemented over three years ago, I recently upgraded the sensors for the dryer notifications to provide better reliability.  This article will cover the original washer notification and the updated dryer version.