Sentinel: Autonomous Exploration Rover
Hardware- 17 Devlogs
- 118 Total hours
Sentinel, my Mars rover, is a custom Arduino Mega based project with a lot of interesting features like having multiple driving modes. Manual mode lets the user take control in difficult terrain, such as steep craters or areas the sensors may not recognize correctly. Autonomous mode allows Sentinel’s onboard control system to navigate on its own when the user wants a break. One of its main systems is an ultrasonic sensor mounted on a servo. The sensor scans left, center, and right to detect obstacles, reverse when necessary, compare the available paths, and choose the clearest direction—hopefully without getting stuck behind a space rock. I am developing a responsive web controller, custom CAD mounts, motor-control hardware, mission statistics, and status reporting. The project began with starter-kit tutorials, but I have continued expanding and rewriting it while learning C++, electronics, CAD, soldering, and hardware debugging.