top of page
Search
Code and Diagram For Obstacle Avoiding Robot
Code// //AKSHIT INNOVATION LAB //SUBSCRIBE NOW #include <Servo.h> //Servo motor library. This is standard library #include...
AKSHIT'S INNOVATION LAB
Dec 9, 20221 min read
25 views
0 comments


Code & Circuit Diagram for Fire Alarm
CIRCUIT DIAGRAM CODE //AKSHITINNOVATION LAB #include<SoftwareSerial.h> int flameSensor = 2; int buzzer = 12; void setup() { pinMode...
AKSHIT'S INNOVATION LAB
Jun 6, 20221 min read
34 views
0 comments

Code & Circuit Diagram For Clap Control Home Automation
CODE -------------------- //AKSHIT INNOVATION LAB #include<SoftwareSerial.h> int flameSensor = 2; int buzzer = 12; void setup() { pinMode...
AKSHIT'S INNOVATION LAB
May 2, 20221 min read
31 views
0 comments

Code & Circuit Diagram For Distance Measuring Device
***PROCESSING CODE*** import processing.serial.*; Serial myPort; String data="" ; PFont myFont; void setup() { size(1366,900); // size...
AKSHIT'S INNOVATION LAB
Feb 20, 20221 min read
23 views
0 comments


Code and Circuit Diagram for Arduino Rock Paper Scissor Game | Robot
Circuit:- Code:- //AKSHIT INNOVATION LAB https://www.youtube.com/c/AKSHITSINNOVATIONLAB //Stone Paper Scissor #include <Servo.h>...
AKSHIT'S INNOVATION LAB
Nov 21, 20211 min read
72 views
0 comments


CODE AND CIRCUIT DIAGRAM FOR HELMET WIPER
//AKSHIT INNOVATION LAB //wiper #include <Servo.h> Servo myservo; Servo myservo1; int pos = 0; int sensorValue = 0; void setup() {...
AKSHIT'S INNOVATION LAB
Sep 30, 20211 min read
292 views
0 comments

Code and Circuit diagram Home automation AKSHIT INNOVATION LAB
------------------------------------------------------------------------------------------------ CODE -----------------------------------...
AKSHIT'S INNOVATION LAB
Jul 2, 20211 min read
104 views
0 comments

CODE AND DIAGRAM FOR SERVING ROBOT
--------------------------------------------------------------------------------------------------------------------- DIAGRAM...
AKSHIT'S INNOVATION LAB
May 18, 20211 min read
865 views
0 comments


How to make a RADAR
Things used in this project Hardware components Ultrasonic Sensor https://www.amazon.in/Electronicspices-HC-SR04-Ultrasonic-Distance-Devl...
AKSHIT'S INNOVATION LAB
Apr 13, 20213 min read
24 views
0 comments


Code and Circuit Diagram For RFID Door Lock / akshit innovation lab
CODE --------------------------------------------------------------------------------------------------------- //AKSHIT INNOVATION LAB...
AKSHIT'S INNOVATION LAB
Jan 31, 20211 min read
46 views
0 comments

CODE AND DIAGRAM FOR RADAR / akshit innovation lab
--------------------------------------------------------------------------------------------------------- DIAGRAM...
AKSHIT'S INNOVATION LAB
Jan 9, 20213 min read
151 views
0 comments


Code and Circuit Diagram for Password Door Lock Security System / akshit innovation lab
//AKSHITS INNOVATION LAB https://www.youtube.com/c/AKSHITSINNOVATIONLAB //Password Door Lock Security System #include <Keypad.h> char*...
AKSHIT'S INNOVATION LAB
Dec 5, 20201 min read
83 views
0 comments

Code and circuit diagram for Remote finder
/************************************************************* Download latest Blynk library here: https://github.com/blynkkk/blynk-libra...
AKSHIT'S INNOVATION LAB
Nov 5, 20201 min read
5 views
0 comments


Code And Circuit Diagram for smart car Barrier/AKSHIT INNOVATION LAB
//AKSHIT INNOVATION LAB //https://www.youtube.com/channel/UCvqrugW02HjKbGUE2bw0muw #include <Servo.h> //servo library Servo servo; int...
AKSHIT'S INNOVATION LAB
Aug 10, 20201 min read
111 views
0 comments
bottom of page