Sun Tracker Solar Panel - Circuit Diagram | Dual Axis Without Arduino | Harish Projects

Image
 Circuit Components List  1. TDA2822 IC 2x 2. 10k ohm Resistor 4x 3. 5mm LDR 4x 4. N20 Gear Motor 2x 5. N20 Wheel 6. Solar Panel  7. Zero PCB 8. Sunboard  9. 3.7v Small Battery  10. Charging Module 11. Tip Top Button Ordre all components from Here  Click here 👉  https://harishprojects.com/   …….. Circuit Diagram……….. ……….Watch full Detailed video………

How to make Homemade Fridge घर पर बनाए मटका से फ्रिज Desi Jugad



                            ARDUINO CODE



const int trigPin = 3;

    const int echoPin = 2;

    #define DCwater_pump 8

    // defines pins

    long duration;

    int distance;

    void setup() 

{

    pinMode(trigPin, OUTPUT); // Sets the trigPin as an Output

    pinMode(echoPin, INPUT); // Sets the echoPin as an Input

    pinMode(DCwater_pump, OUTPUT);

    Serial.begin(9600); // For serial communication

}

    void loop() 

{

    digitalWrite(trigPin, LOW);

    delayMicroseconds(2);

    digitalWrite(trigPin, HIGH);

    delayMicroseconds(10);

    digitalWrite(trigPin, LOW);

    duration = pulseIn(echoPin, HIGH);

    //Distance calculation

    distance= duration*0.034/2;

    // Printinng the distance on the Serial Monitor

    Serial.print("Distance: ");

    Serial.println(distance);

    

 if (distance < 20)

{

 digitalWrite(DCwater_pump,LOW);

 Serial.println("DC Pump is ON Now!!");

 delay(50);

}

else

{

 digitalWrite(DCwater_pump,HIGH);

 Serial.println("DC Pump is OFF Now!!");

 delay(500);


}

}

Comments

Unknown said…
Please, send me the components use for this model
Unknown said…
Please send me details of the project
Unknown said…
Bro yar. Apne o diagram Galt de he. Work nahi kr raha. Plz 😭😭😭😭. Reply on my gmail and my telegram - @ACMODZ MY INSTA - ACMODZ_X. 😭😭😭

Popular posts from this blog

Smart Bridge - Automatic Hight increase when flooding | Best science Project

Inspire Award Project | Train accident Prevention project | Best science Project / Harish Projects

How to make Wifi Talking robot with arduino codes and Diagram best science project