RCWL-0516 Microwave Radar Sensor & 16x2 I2C LCD Display with Arduino | Bathroom Occupancy Indicator

  Рет қаралды 209

DoIt.20

DoIt.20

Күн бұрын

Пікірлер: 1
@doit.20
@doit.20 7 ай бұрын
#include #include // Initialize the LCD using the address 0x27 (you might need to adjust this according to your LCD module) LiquidCrystal_I2C lcd(0x27, 16, 2); // Microwave sensor pin int microwavePin = 2; // You can connect the output pin of the microwave sensor to any digital pin int ledPin = 12; // LED pin bool occupancyDetected = false; void setup() { // Initialize LCD lcd.begin(); // Initialize microwave sensor pin pinMode(microwavePin, INPUT); // Initialize LED pin pinMode(ledPin, OUTPUT); // Print initial message on LCD lcd.clear(); lcd.setCursor(0, 0); lcd.print(" Toilet Status "); } void loop() { // Read the microwave sensor output occupancyDetected = digitalRead(microwavePin); if (occupancyDetected == HIGH) { // Display "OCCUPIED" on LCD when occupancy is detected lcd.setCursor(0, 1); lcd.print(" OCCUPIED "); digitalWrite(ledPin, HIGH); // Turn on the LED } else { // Display "VACANT" on LCD when no occupancy is detected lcd.setCursor(0, 1); lcd.print(" VACANT "); digitalWrite(ledPin, LOW); // Turn off the LED } }
All About RCWL0516 Microwave Radar Motion Sensor Module
11:59
Crazy Couple DIY
Рет қаралды 33 М.
RCWL-0516 Microwave Proximity Sensor - With & Without Arduino
35:33
DroneBot Workshop
Рет қаралды 295 М.
PIZZA or CHICKEN // Left or Right Challenge
00:18
Hungry FAM
Рет қаралды 15 МЛН
У вас там какие таланты ?😂
00:19
Карина Хафизова
Рет қаралды 27 МЛН
ТЫ В ДЕТСТВЕ КОГДА ВЫПАЛ ЗУБ😂#shorts
00:59
BATEK_OFFICIAL
Рет қаралды 3,7 МЛН
Using LCD Displays with Arduino
46:23
DroneBot Workshop
Рет қаралды 1,7 МЛН
An Improved Multi-sensor
29:40
ResinChem Tech
Рет қаралды 33 М.
Sensor de Presencia RF Barato (RCWL-0516)
5:20
TutoElectro
Рет қаралды 29 М.
Microwave Doppler Radar Module Test
7:00
backofficeshow
Рет қаралды 15 М.
Hacking a weird TV censoring device
20:59
Ben Eater
Рет қаралды 3,2 МЛН
PIZZA or CHICKEN // Left or Right Challenge
00:18
Hungry FAM
Рет қаралды 15 МЛН