Skip to content

A semi-autonomous robot that aims to fully optimize the power of renewable solar energy with a double axis solar tracker and two robust DC motor wheels. This project was made in 24 hours as part of Cornell's 2023 Makeathon and won the Best Hardware Award.

Notifications You must be signed in to change notification settings

lerrylei/sunChaser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Sun Chaser

A semi-autonomous robot that aims to fully optimize the power of renewable solar energy with a double axis solar tracker and two robust DC motor wheels. This project was made in under 24 hours as part of Cornell's 2023 Makeathon and won the Best Hardware Award.

About

This robot is built using an Arduino Uno, an H-Bridge motor driver, two DC hobby motors, two positional servos, four light detecting resistors, and a joystick. All parts were provided from Cornell's Maker Club Lab. Its theoretical functionality can be applied in space travel for designing extraplanetary rovers.

For a more detailed overview of the project, check out the project presentation

Short Demo Video OneZero Trailer - Hackathon Submission

Design

Annotated photos of the final design of the robot. Screenshot 2023-03-28 202149

Code

Refer to the Arduino code included in this repository. Code is split between the two functions corresponding to the two main abilities of Sun Chaser. motorControl() utilizes mapping from the joystick analog values to the dc motors drive values. solarTrack() calculates the average amount of light on each side with photoresistors and utilizes servos to adjust so that each side has a similar amount of light

Circuit Diagram

Screenshot 2023-03-26 115329

About

A semi-autonomous robot that aims to fully optimize the power of renewable solar energy with a double axis solar tracker and two robust DC motor wheels. This project was made in 24 hours as part of Cornell's 2023 Makeathon and won the Best Hardware Award.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages