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
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
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
Nov 29, 20201 min read
Code and circuit diagram for musical keyboard / akshit innovation lab
// Musical Keypad //life time skills https://www.youtube.com/channel/UCvqrugW02HjKbGUE2bw0muw #define c3 9 #define c2 8 #define c1 7...
11 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 31, 202017 min read
Code and circuit diagram for music player
Despacito // life time skills int tonePin = 11; // Pin altavoz void setup() { } void loop() { Despacito();...
21 views0 comments
bottom of page