ESP32 + INMP441 I2S Microphone with Live Web Graph

In this project, I’ll show you how I interface the ESP32 with the INMP441 I2S microphone module, starting from basic audio capture and then moving toward a more interactive application where the sound is visualized in real time on a web browser. When I first worked with microphones on microcontrollers, …

Read More »

Sensor Reading Filtering (Arduino & Embedded Systems)

When I first started working with sensors, I expected clean, stable readings. Instead, what I got were values jumping all over the place. A temperature sensor would fluctuate ±2°C, an ADC reading would jitter constantly, and analog signals were almost unusable without processing. That’s when I realized: raw sensor data …

Read More »

California Homeowners Gain a Local Partner for High Performance Accessory Dwelling Units with A+ Construction and Remodeling ADU Builders

Successful ADU projects depend on more than a good floor plan. They require clear alignment with city and county requirements, practical site evaluation, and construction management that anticipates common obstacles such as utility connections, setbacks, drainage, access, and neighborhood constraints. A+ Construction and Remodeling ADU Builders emphasizes jobsite ready planning …

Read More »

Solving BLE and Wi-Fi Concurrency on ESP32 Using FreeRTOS

BLE WiFi concurrency using RTOS

Running Bluetooth Low Energy (BLE) scanning and Wi-Fi networking at the same time on an ESP32 sounds straightforward—until it isn’t. Many developers discover that once BLE scanning starts, their Wi-Fi web server becomes unreliable. Pages load intermittently, HTTP requests time out, or BLE scans suddenly stop when Wi-Fi traffic increases. …

Read More »

How To Use an ESP8266 WiFi Relay Board

ESP8266 Relay Module

If you’re looking for a simple but powerful way to control AC or DC devices over Wi‑Fi, the ESP8266 relay board is one of the best places to start. I’ve used ESP8266‑based boards in many hobby and semi‑professional projects, and relay boards are usually the first real‑world application people build.

Read More »