top of page
RESEARCH
AND DEVELOPMENT
Dec 22, 20231 min read
How to Make Automatic Robot Wheel at home
Circuit: Download stl file and Programming click..... Demo Video:
2340
Dec 22, 20231 min read
How to make Robot Fish at your home
Circuit: L293D Pinout: Download Stl file and Programming click..... Demo Video:
1860
Dec 22, 20231 min read
How to Make Doctor Octopus Arm at your home
Cricuit: Download Gerber file, stl file and Programming click..... Demo Video:
3851
Dec 22, 20231 min read
How to Make Human sensor alien eye
Bluetooth Command Circuit: Receiver and Sender Circuit: Download stl and Programming file click....
6360
Dec 22, 20231 min read
How to Make Calling Home Automation Without Internet at home
Circuit: Download Programming click...... Demo Video:
2830
Dec 22, 20231 min read
DIY Hand Moving Remote Making For RC Car At Your Home
Circuit: Download the Programming: int xPin=A0; int yPin=A1; int out1=8; //output1 for HT12E IC int out2=9; //output1 for HT12E...
2140
Dec 22, 20231 min read
How to Make Display using multi picture frame
Circuit: Download Programming click.... Demo Video:
2640
Dec 22, 20231 min read
How to make Powerful voltage Ball
Circuit: Android App click..... //Programming: int relay1 = 8; int relay2 = 9; int relay3 = 10; int relay4 = 11; char val; void setup() {...
2010
Dec 22, 20231 min read
How to Make Digital Arrow Box at your home
Demo Video: Download the Programming click....
1750
Dec 22, 20231 min read
How to Make Remote Door Lock
Circuit: Download Code click..... const int irPin = 4; const int Relay1 = 2; const int led = 3; boolean Relay1State = false; void setup()...
2611
Dec 22, 20231 min read
how to make attendance scanner machine using iot at your home
Circuit: Download All Programming: click........ Demo Video:
3660
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...
3320
Dec 22, 20231 min read
How to make pattern lock using ir sensor
How to work IR sensor: Circuit: Download Programming: #include<Keypad.h> int lock=2; int ledBlue=3; int ledRed=4; int count=0; const byte...
2950
Dec 22, 20231 min read
How Make Mouse Trap at your home
Circuit: Arduino Programming: #include <Servo.h> int ir_sensor = A0; Servo myservo; int pos = 0; void setup() { myservo.attach(9);...
2220
Dec 22, 20231 min read
How to Make Iron Man Helmet at your home
Circuit: Download Stl file, Circuit and Programming click... Demo Video:
3390
Dec 22, 20232 min read
How to Make ATM machine at home
Circuit: Download Programming: #include <Servo.h> #include <MFRC522.h> #include <LiquidCrystal_I2C.h> #include <Keypad.h> #include...
7380
Dec 21, 20232 min read
How to Make Thermal Printer
Download stl file.... click...... Circuit... How to work circuit Demo Video: //Programming.... int a = 2; int b = 3; int c = 4; int d =...
5750
Dec 21, 2023139 min read
How to Make Secret Message Device with self destroy
Circuit: Download Programming: #include<Keypad.h> #include <PCM.h> int power=2; int ledBlue=3; int count=0; const byte numRows=4; const...
1610
Dec 21, 20231 min read
How to make snake robot model using servo at your home
Download programming and Stl file click..... Demo Video:
1570
Dec 21, 20231 min read
how to make seven segment display using servo at your home
Servo zero count programming..... #include <Servo.h> Servo servo1; Servo servo2; void setup() { servo1.attach(9); servo2.attach(10); }...
1010
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,44413
Dec 21, 20231 min read
How to Make digital seven segment using servo
Circuit: Programming 0 to 9 : #include<Servo.h> Servo s1; Servo s2; Servo s3; Servo s4; Servo s5; Servo s6; Servo s7; void setup() {...
1060
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...
740
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 =...
1930
bottom of page