Posts

Showing posts from February, 2021

SMART DOOR ALARM

Image
πŸ‘‡  SMART DOOR ALARM CODE ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////                                                                                 // defines pins numbers const int trigPin = 11; const int echoPin = 10; const int buzzerPin = 7; // defines variables long duration;                     int distance; int objectDistance; void setup() { pinMode(trigPin, OUTPUT); // Sets the trigPin as an Output pinMode(echoPin, INPUT); // Sets the echoPin as an Input pinMode(buzzerPin,OUTPUT); Serial.begin(9600); // Starts the serial communication } void loop() { // Clears the trigPin digitalW...

sensor door alarm

  Hi friends. welcome to KAVEESHA TECHNOLOGHY youtube chanle .my new video how to make sensor door alarm.arudino tutorils 4 video . parts : ultra sonic sensor arudino uno board jumper wires 5v buzzer cable code : https://drive.google.com/file/d/1VVx7lZ6CIY39d1jZF3D8YaqhL2iHFdvI/view?usp=sharing methord ULTRASONIC SENSOR UNO BOARD GND GND VCC 5V ECHO PIN 10 TRIG PIN 11 5V BUZZER UNO BOARD VCC 8 GND GNDπŸ‘³