# About
The Dawson Robotics Hackathon is a collaborative, interdisciplinary event where students work in teams to find creative solutions to a themed challenge. No experience will be necessary.
The themed challenge is Arduino-based and will involve the construction of a micro-robot designed to perform a task. Student teams (minimum 2, maximum 4) will be provided with a kit of components. See instructions below.
The practice lines and maze will be set up until Thursday May 4 at 5:30PM. The final course will be available for testing Friday May 5 from 10AM. Official trials will begin Friday at 3:00PM.
# The Navigation Challenge
For the navigation challenge, teams are building state machines, robots that will use two methods of control:
- Autonomous control: line following with a 5-channel IR sensor.
- Manual control: maze navigation with an IR-remote transmitter and receiver.
The diagram below show the features of the navigation course.
Goal: Starting on the line from point A, use line following to reach the maze, switch to manual remote control and navigate to point B in the shortest possible time.
The practice lines and maze will be set up until Thursday at 5:30PM. The final course will be available for testing Friday May 5, from 10AM. Official trials will begin at 3:00PM.
# Rules
Teams will be given 2 official runs to record their best time. The top 2 teams will have a 3rd trial to try to improve their best time. Shortest time wins.
- Teams are not allowed to touch their robots during a trial.
- When a robot loses contact with the line following portion of the navigation challenge the trial is over.
- The transition to manual remote control occurs when the robot leaves the last portion of the white line.
- During manual control, robots are penalized 2 seconds for contact with taped "walls" at the judges' discretion.
# Information about the control sensors
- Line following: 5-Way Infrared Line Tracking Sensor Module. See this tutorial of another implementation of line following on a robot using DC motors for some inspiration.
- Manual control: WL-110 Infrared IR Receiver + Wireless Remote Control. See this code repository for example code.
Top team will win a prize! Good luck 😃