top of page
RESEARCH
AND DEVELOPMENT
Dec 22, 20231 min read
how to make computer security using hardware at your home
Circuit: Download Programming and Circuit: #include <SoftwareSerial.h> //Alarm reciever's phone number with country code const String...
322 views0 comments
Dec 21, 20232 min read
How to make robot hand moving using muscle at your home
Circuit: Download Programming: #include <Servo.h> #define THRESHOLD 150 //In order to determine the state of the hand (opened/closed)...
9,190 views13 comments
Dec 21, 20231 min read
How to Make Smart Water tap at your home
Circuit: Download Programming and Circuit: #define inSensor 2 #define outSensor 3 int inStatus; int outStatus; int countin = 0; int...
74 views0 comments
Dec 21, 20231 min read
How to Make Computer on off device at home
Circuit: Download Programming.... #include <SoftwareSerial.h> //sender phone number with country code const String PHONE =...
189 views0 comments
Dec 21, 20231 min read
How to make Motion sensor alert
Circuit: Download Programming: #include <SoftwareSerial.h> //Alarm reciever's phone number with country code const String PHONE =...
100 views0 comments
Dec 20, 20231 min read
How to Make Eye Blink Sensor
This Project is use for anti sleeping on Car drive, Book reading. I can make this project using ir sensor, ATmega328p and some components...
291 views0 comments
Dec 20, 20231 min read
How to make bike security using gsm
Circuit: Download Programming and Circuit click...... #include <SoftwareSerial.h> //Alarm reciever's phone number with country code const...
81 views0 comments
bottom of page