Home / Projects

Projects

How to Use an NPK Soil Sensor with ESP32

ESP32 NPK Sensor

If you are building a smart agriculture project, one of the most useful things you can measure is the nutrient condition of the soil. Moisture sensors can tell you if the soil is wet or dry, but they cannot tell you whether the soil still has enough nutrients for healthy …

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 »
Index