int pirPin = 2; // PIR sensor output connected to pin 2 int ledPin = 13; // LED connected to pin 13 (or relay module) void setup() { pinMode(pirPin, INPUT); pinMode ...
This project uses an HC-SR04 ultrasonic sensor and Arduino UNO to measure the distance of objects in both centimeters and inches. The measured data is displayed on an I2C LCD. The project was ...
Now we can stepped into the light with our favorite microcontroller Arduino! Since a vast number of analog/digital ambient light sensors/light sensor modules are now available at reasonable price, ...
Have you ever wondered how speed guns measure the speed of moving vehicles or how an athlete's sprint speed is recorded? Normally these speed sensors work with radar or laser technology to bounce back ...
Arduino has launched its next generation of UNO boards, introducing a 32-bit Renesas microcontroller and Espressif ESP32-S3 module, one-click cloud connectivity and plenty of I/O plus a 12×8 red LED ...
Gas leaks can pose serious safety risks, especially in homes, kitchens, and small commercial spaces. In this project, you'll learn how to build a simple and budget-friendly gas leakage detector using ...