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 ...
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 ...
Have you ever wanted to build your own IoT-based Weather Monitoring Station? Imagine monitoring real-time temperature, humidity levels, atmospheric pressure, rainfall detection, air quality index (AQI ...
[Edward], creator of the Cave Pearl project, an underwater data logger, needed a way to measure temperature with a microcontroller. Normally, this problem is most easily solved by throwing a ...
Results that may be inaccessible to you are currently showing.
Hide inaccessible results