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 smart Home smart Home automation Arduino code + Diagram + video


 


     ..............ARDUINO CODE..............

int state;


int flag=0;


int stateStop=0;


void setup() {


pinMode(10, OUTPUT);


Serial.begin(9600);


}


void loop() {


if(Serial.available() > 0)


{


state = Serial.read();


flag=0; if (state == 'A')


{


digitalWrite(10, LOW);


}


if (state == '1')


{


digitalWrite(10, HIGH);


}


if (state == '2')


{


digitalWrite(10, LOW);


}


}


}

Comments

Shuvam karmakar said…
Hi sir kaise hai ap
mujhe ek doubt hai ki
Smart home appliances project ke liye koi app chaiye kya sir
Ap plz meri help Karen




Apka fan
Jadish

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