Skip to content

I made a prototype of sunlight tracking robot which carried solar panel for its power.

Notifications You must be signed in to change notification settings

achyutdev/arduino---sun-seeker-robot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Arduino---Sun-Seeker-Robot

This programming script is for robotic body that carry solar pannel and move its pannel toward the direction of light in order to absorpt more amount of solar energy. This Robot has two light sensor which is kept at the edge of panel. Both sensor detect light only when panel is perpandicular to light of sun. There are three condition:

void stop_right_there();
void move_forward_searching_light();
void rotate_in_dir_of_light();

####1. Both sensor detect light when both sensor detect light it stop_right_there.

####2. One of the sensor detect light Robot starts to rotate panel toward the sensor which detect light using rotate_in_dir_of_light function.Thus there is a chance of detecting light for both sensor. which is first condition stop_right_there.

####3. Both sensor does not detect light Robot move predefine one square path- move_forward_searching_light, if it detects light on the way then it works on one of the above condition. After completion of one full rotation it stop.

##Uses

  • to absorp maximun solar energy from rooftop solar panel
  • to any solar power robotic device

About

I made a prototype of sunlight tracking robot which carried solar panel for its power.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%