Home / Projects

Projects

ESP32 Captive Portal Rickroll: Create a Wi-Fi Prank

ESP32 Rick roll

Have you ever connected to Wi-Fi at a hotel, airport, or coffee shop and had a webpage automatically appear? That webpage is called a captive portal. Captive portals are normally used for perfectly sensible things such as accepting terms of service, entering login credentials, or configuring an IoT device. We're …

Read More »

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 »

How to Use LM35 Temperature Sensor with Arduino and ESP32: Complete Guide with Example Projects

How to use LM32 with Arduino or ESP32

Introduction to LM35 Temperature Sensor The LM35 is a precision temperature sensor that provides an analog voltage output proportional to the measured temperature. It's popular among electronics enthusiasts for its simplicity, accuracy, and ease of use with microcontrollers like Arduino and ESP32. In this tutorial, you’ll learn how LM35 works, …

Read More »