admin

admin

Stepped LED Brightness in ESPHome

Share

I use ESPHome for a number of projects including LED task lighting, and my devices often use an inexpensive TTP223 capacitive touch sensor as a button. I like to be able to tap the sensor multiple times to cycle through…

Share

TEMT6000 Illuminance Math with ESPHome

Share

I use inexpensive TEMT6000 sensors in various projects to detect the level of ambient light. I originally hand-coded the firmware, but now I use ESPHome. My projects are usually 3.3V because I use pretty bare boards like ESP-12F instead of…

Share

ESPHome SOS Morse Code Light Effect

Share

I’m using ESPHome with Home Assistant for a bunch of home automation projects. I want to be able to flash some of the lights in a Morse code “SOS” pattern as an annoying alert that something has gone terribly wrong.…

Share

Dealing with ESPHome Disconnects

Share

I have a bunch of ESPHome/ESP8266 projects, several of which are have been plagued by repeated disconnection during seemingly random times of instability. Sometimes they’ll be fine for days, and then suddenly they start acting up again, and it can…

Share

How to Make Deckels

Share

What’s a Deckel? A Deckel is a lid for a drink. It fits over a glass (like one of those large German Maas mugs or a red solo cup) to identify it as your own and to keep the flies…

Share

ESP8266 ADC Inconsistency Fixed

Share

tl;dr The ESP-12F ADC pin appears to consistently read higher values at times when the processor is not as busy. I worked around this by taking the average of multiple reads, and discarding any averages where the number of samples…

Share

Setting up the $9 Comidox Logic Analyzer

Share

I picked up a $9 Comidox logic analyzer for some ESP8266 work I’m doing, and so far it works great. You really can’t beat the price. Plus, it’s not just for Linux. Here’s how I got it up and running…

Share