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

Smart Railway station accident Prevention. Best science Project



    .................Arduino Code.............
 
#include <Servo.h>   //servo library
Servo servo;     
int trigPin = 5;    
int echoPin = 6;   
int servoPin = 7;
int led= 10;
long duration, dist, average;   
long aver[3];   //array for average


void setup() {       
         Serial.begin(9600);
    servo.attach(servoPin);  
    pinMode(trigPin, OUTPUT);  
    pinMode(echoPin, INPUT);  
    servo.write(0);         //close cap on power on
    delay(100);
    servo.detach(); 
} 

void measure() {  
 digitalWrite(10,HIGH);
digitalWrite(trigPin, LOW);
delayMicroseconds(5);
digitalWrite(trigPin, HIGH);
delayMicroseconds(15);
digitalWrite(trigPin, LOW);
pinMode(echoPin, INPUT);
duration = pulseIn(echoPin, HIGH);
dist = (duration/2) / 29.1;    //obtain distance
}
void loop() { 
  for (int i=0;i<=2;i++) {   //average distance
    measure();               
   aver[i]=dist;            
    delay(10);              //delay between measurements
  }
 dist=(aver[0]+aver[1]+aver[2])/3;    

if ( dist<5 ) {
//Change distance as per your need
 servo.attach(servoPin);
  delay(1);
 servo.write(0);  
 delay(5000);       
 servo.write(150);    
 delay(100);
 servo.detach();      
}
Serial.print(dist);
}

Comments

abhi said…
This comment has been removed by the author.
Unknown said…
pinMode(trigPin, OUTPUT);
pinMode(echoPin, INPUT); what is output and input
Abhisekh beura said…
Please give the right code
Unknown said…
Sir everyone commenting that the code is wrong could you please tell that peoples are right or wrong
This comment has been removed by the author.
Bro this is fully wrong code what is this You are a worst Programmer learn something from Tejas Technology www.youtube.com/@tejastechnology
Bro this is fully wrong code. I will give you a right code ok
Unknown said…
Please Sir Right code ta ektu bolben . Ei code ta ki correct?
animeinsaan said…
This comment has been removed by the author.
animeinsaan said…
@tejas Technology pl give the right code
CHETAN said…
Pls anyone can give the right code!
Naruto said…
Code is working but it's slightly moving while it's in open stage that the problem
Honey said…
Ye diagram bhi galat hai or code bhi galat hai galat chez sikha rahe ho tum unsubscribe karo saab log report this

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