Dec 22, 20231 min readhow to make computer security using hardware at your homeCircuit: Download Programming and Circuit: #include <SoftwareSerial.h> //Alarm reciever's phone number with country code const String...
Dec 21, 20232 min readHow to make robot hand moving using muscle at your homeCircuit: Download Programming: #include <Servo.h> #define THRESHOLD 150 //In order to determine the state of the hand (opened/closed)...
Dec 21, 20231 min readHow to Make Smart Water tap at your homeCircuit: Download Programming and Circuit: #define inSensor 2 #define outSensor 3 int inStatus; int outStatus; int countin = 0; int...
Dec 21, 20231 min readHow to Make Computer on off device at homeCircuit: Download Programming.... #include <SoftwareSerial.h> //sender phone number with country code const String PHONE =...
Dec 21, 20231 min readHow to make Motion sensor alertCircuit: Download Programming: #include <SoftwareSerial.h> //Alarm reciever's phone number with country code const String PHONE =...
Dec 20, 20231 min readHow to Make Eye Blink SensorThis Project is use for anti sleeping on Car drive, Book reading. I can make this project using ir sensor, ATmega328p and some components...
Dec 20, 20231 min readHow to make bike security using gsmCircuit: Download Programming and Circuit click...... #include <SoftwareSerial.h> //Alarm reciever's phone number with country code const...