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………

Inspire Award Project | Avoid Flooding बाढ़ से बचने के लिए Project | Best science Project 2022 | Harish Projects


 About This Project:- 

Hello Guys. main hu Harish Choudhary. aaj ke is video me maine ek बाढ़ से बचने के लिए एक Project banaya hai आजकल rainy season होने के वजह से कई जगह पर बाढ़ आ रही हैं। जैसे - असम, उत्तराखंड, बिहार और भी बहुत सी जगहें हैं। ये project बाढ़ से बचने के लिए हैं। , 10th, 11th &12th class ke students ke liye hai. is video ko aap complete watch krna kyuki maine is video me full detailed bataya hua hai, making connection, working etc.

//Arduino Code:-



// Circuits DIY // For Complete Details Visit -> YouTube - HARISH PROJECTS int rainPin = A0; int greenLED = 6; int redLED = 7; // you can adjust the threshold value int thresholdValue = 800; void setup(){ pinMode(rainPin, INPUT); pinMode(greenLED, OUTPUT); pinMode(redLED, OUTPUT); digitalWrite(greenLED, HIGH); digitalWrite(redLED, HIGH); Serial.begin(9600); } void loop() { // read the input on analog pin 0: int sensorValue = analogRead(rainPin); Serial.print(sensorValue); if(sensorValue < thresholdValue){ Serial.println(" - Doesn't need watering"); digitalWrite(redLED, HIGH); digitalWrite(greenLED, LOW); } else { Serial.println(" - Time to water your plant"); digitalWrite(redLED, LOW); digitalWrite(greenLED, HIGH); } delay(500); }



//Project Diagram:-


For Support. contact us:-

https://www.instagram.com/harishchoudhary70/

Comments

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