top of page
Search
AKSHIT'S INNOVATION LAB
Dec 9, 20221 min read
Code and Diagram For Obstacle Avoiding Robot
Code// //AKSHIT INNOVATION LAB //SUBSCRIBE NOW #include <Servo.h> //Servo motor library. This is standard library #include...
23 views0 comments
AKSHIT'S INNOVATION LAB
Jun 6, 20221 min read
Code & Circuit Diagram for Fire Alarm
CIRCUIT DIAGRAM CODE //AKSHITINNOVATION LAB #include<SoftwareSerial.h> int flameSensor = 2; int buzzer = 12; void setup() { pinMode...
34 views0 comments
AKSHIT'S INNOVATION LAB
May 2, 20221 min read
Code & Circuit Diagram For Clap Control Home Automation
CODE -------------------- //AKSHIT INNOVATION LAB #include<SoftwareSerial.h> int flameSensor = 2; int buzzer = 12; void setup() { pinMode...
31 views0 comments
AKSHIT'S INNOVATION LAB
Feb 20, 20221 min read
Code & Circuit Diagram For Distance Measuring Device
***PROCESSING CODE*** import processing.serial.*; Serial myPort; String data="" ; PFont myFont; void setup() { size(1366,900); // size...
23 views0 comments
AKSHIT'S INNOVATION LAB
Nov 21, 20211 min read
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>...
69 views0 comments
AKSHIT'S INNOVATION LAB
Sep 30, 20211 min read
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() {...
281 views0 comments
AKSHIT'S INNOVATION LAB
Jul 2, 20211 min read
Code and Circuit diagram Home automation AKSHIT INNOVATION LAB
------------------------------------------------------------------------------------------------ CODE -----------------------------------...
104 views0 comments
AKSHIT'S INNOVATION LAB
May 18, 20211 min read
CODE AND DIAGRAM FOR SERVING ROBOT
--------------------------------------------------------------------------------------------------------------------- DIAGRAM...
823 views0 comments
AKSHIT'S INNOVATION LAB
Apr 13, 20213 min read
How to make a RADAR
Things used in this project Hardware components Ultrasonic Sensor https://www.amazon.in/Electronicspices-HC-SR04-Ultrasonic-Distance-Devl...
24 views0 comments
AKSHIT'S INNOVATION LAB
Jan 31, 20211 min read
Code and Circuit Diagram For RFID Door Lock / akshit innovation lab
CODE --------------------------------------------------------------------------------------------------------- //AKSHIT INNOVATION LAB...
46 views0 comments
AKSHIT'S INNOVATION LAB
Jan 9, 20213 min read
CODE AND DIAGRAM FOR RADAR / akshit innovation lab
--------------------------------------------------------------------------------------------------------- DIAGRAM...
151 views0 comments
AKSHIT'S INNOVATION LAB
Dec 5, 20201 min read
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*...
83 views0 comments
AKSHIT'S INNOVATION LAB
Nov 5, 20201 min read
Code and circuit diagram for Remote finder
/************************************************************* Download latest Blynk library here: https://github.com/blynkkk/blynk-libra...
5 views0 comments
AKSHIT'S INNOVATION LAB
Aug 10, 20201 min read
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...
109 views0 comments
bottom of page