The goal of this project is to create a line-following robot through the use of an Arduino and standard electrical components including IR sensors and DC Motors.
The project focuses on creating a line-following robot employing five QRD1114 sensors to detect a black line on white paper. The robot navigates a course with left and right turns, t-junctions, and gaps. Integrating an Arduino UNO with H-Bridge and DC motors, the system achieves precise control and responsiveness. This design allows the robot to autonomously follow the designated line path, showcasing the synergy of sensor technology, microcontroller, and motor control for efficient course traversal.
<aside> 💡 This project hones practical integration and design skills, demonstrating the utilization of sensor technology, microcontroller integration, and motor control. The ability to create an autonomous line-following robot showcases precision, problem-solving, and adaptability, essential qualities applicable to diverse engineering and technology roles in the professional environment. This project allowed me to gain integration and coding skills applicable to multidisciplinary projects.
</aside>
The chassis of the robot was provided as a part of the project along with the other electrical components. The first portion of the project was assembling the chassis without any electrical hardware. The chassis is made from a laser cut acrylic panel. To make the chassis better suited to my needs, I added cardboard supports for the battery and breadboard. I strategically chose to place the battery below the chassis for better handling with a lower center of gravity.
The chassis has two DC motors and a small caster wheel which sits at the rear.
The chassis must carry two breadboards, wiring, batteries, the Arduino, and the H-bridge, hence I added both a sensor bracket and a shelf which the Arduino and H-Bridge sit upon above the chassis plate. The sensors run in parallel circuits and thus the breadboard is mounted on the very front of the chassis. The second breadboard provides extra space which runs batteries in series for additive voltage and a common ground. To power the Arduino I used a portable phone charger which has an output of 5 Volts. The benefits of having this portable battery was that I could recharge it to not have to go out and buy more batteries. However, a downside of this portable battery is that it was quite heavy and made the robot struggle slightly when driving. The robot could complete the course atomically but would get caught on creases in the paper occasionally.
The sensor bracket was the source of most of the issues in building this robot. While the circuitry was manageable through our tutorials and guided from online forums. The sensor bracket due to being made from cardboard was somewhat flimsy — even with copious amounts of hot glue — and would throw the readings off. I found that my sensors worked best at a height of approximately 15 mm from the ground with many tests. The sensors are placed such that there are two far sensors which aid in sharp turns, two center right and left sensors which control smoother turns, and an absolute middle sensor which is meant to always be on the line. The two center left and right sensors are placed 19 mm from the middle sensor. While the far right and left sensors are placed 57 mm from the center. These distances are approximate as this year we worked used cardboard instead of 3D printing - meaning the cardboard had a difficult time with precision. The sensor bracket is made from cardboard and held onto the chassis by hot glue and tape. I found that hot glue is the best option for securing the components onto the chassis as it is much more rigid but can still be removed.
Sensor Bracket Development: The first sensor bracket was designed with the sensors being 1 mm above the ground. I found that with adjustments the best height for the sensors in my scenario was to have the sensors lie much higher approximately 15 mm from the ground. In the final sensor bracket design I used the same idea for the overall structure and adjusted the height. As well, I used a much sturdier cardboard and hot glue instead of tape. This made the bracket more robust and allowed for the sensors to be more accurate.
Concept of sensor bracket