Skip to main content

Posts

Smart Study Table Circuit Diagram

 
Recent posts

(Programming code) Smart study table

// Eip Tech // Code by Shriyansh namdeo // www.youtube.com/c/eiptech #define trigPin 3 #define echoPin 2 #define relay 4 void setup() { pinMode(trigPin, OUTPUT); pinMode(echoPin, INPUT); pinMode(relay, OUTPUT); } void loop() { long duration, distance; digitalWrite(trigPin, LOW); delayMicroseconds(2); digitalWrite(trigPin, HIGH); delayMicroseconds(10); digitalWrite(trigPin, LOW); duration = pulseIn(echoPin, HIGH); distance = (duration/2) / 29.1; delay(2000);       if (distance < 130)     // This is where checking the distance you can change the value { // When the the distance below 100cm                 digitalWrite ( relay , HIGH ) ; } else { // when greater than 100cm digitalWrite ( relay , LOW ) ; } delay ( 30 ) ; }

POV Display Circuit Diagram

π™’π™žπ™§π™šπ™‘π™šπ™¨π™¨ π™π™šπ™¨π™©π™šπ™§ π˜Ύπ™žπ™§π™˜π™ͺπ™žπ™© π˜Ώπ™žπ™–π™œπ™§π™–π™’

  Don't Forget to subscribe 😊

POV Display On Cycle CodeπŸ”₯

// Yeh Code Kam Karne Ke Liye Subscribe Kare πŸ‘‰ //Www.youtube.com/c/eiptech int NUMBER9[]={1,1,1,1,0,0,0,1, 1,0,0,1,0,0,0,1, 1,0,0,1,0,0,0,1, 1,0,0,1,0,0,0,1, 1,1,1,1,1,1,1,1}; int NUMBER8[]={0,1,1,0,1,1,1,0, 1,0,0,1,0,0,0,1, 1,0,0,1,0,0,0,1, 1,0,0,1,0,0,0,1, 0,1,1,0,1,1,1,0}; int NUMBER7[]={1,0,0,0,0,0,0,0, 1,0,0,0,1,0,0,0, 1,0,0,0,1,0,0,0, 1,0,0,1,1,1,1,1, 1,1,1,0,1,0,0,0}; int NUMBER6[]={1,1,1,1,1,1,1,1, 1,0,0,0,1,0,0,1, 1,0,0,0,1,0,0,1, 1,0,0,0,1,0,0,1, 1,0,0,0,1,1,1,1}; int NUMBER5[]={1,1,1,1,1,0,0,1, 1,0,0,0,1,0,0,1, 1,0,0,0,1,0,0,1, 1,0,0,0,1,0,0,1, 1,0,0,0,1,1,1,1}; int NUMBER4[]={1,1,1,1,0,0,0,0, 0,0,0,1,0,0,0,0, 0,0,0,1,0,0,0,0, 0,0,0,1,0,0,0,0, 1,1,1,1,1,1,1,1}; int NUMBER3[]={1,0,0,1,0,0,0,1, 1,0,0,1,0,0,0,1, 1,0,0,1,0,0,0,1, 1,0,0,1,0,0,0,1, 1,1,1,1,1,1,1,1}; int NUMBER2[]={1,0,0,0,0,0,1,1, 1,0,0,0,0,1,0,1, 1,0,0,0,1,0,0,1, 1,0,0,1,0,0,0,1, 0,1,1,0,0,0,0,1}; int NUMBER1[]={0,0,1,0,0,0,0,0, 0,1,0,0,0,0,0,0, 1,1,1,1,1,1,1,1, 0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0}; int N

Mini Tesla Coil Circuit Diagram

Please watch full video on YouTube https://youtu.be/m51pNEmMFik Click here to watch full video

Automatic Sanitiser full infomation and circuit diagram

Thank u so much for clicking subscribe us for more.... Watch full detailed video on  Www.youtube.com/Eip tech