Search This Blog

Line Follower ROBOT


Award winner from VingPeaw Competition 2543, the robot built with 2051, L293D, and four IR sensors. Simple circuit and platform, quick tracking and easy-understand program using C language. 

This Robot use two motors control rear wheels and the single front wheel is free. It has 4-infrared sensors on the bottom for detect black tracking tape, when the sensors detected black color, output of comparator, LM324 is low logic and the other the output is high. 
Microcontrollor AT89C2051 and H-Bridge driver L293D were used to control direction and speed of motor. 

Circuit diagram Robot.
Circuit diagram of Infrared sensors and comparators. 


Position of sensors, left hand side is side view and right hand side is top view.
Software 
Software for write to AT89C2051 is robot1.hex ,which was written by C-language ,the source code is robot1.ccompiled by using MC51 in TINY model with my start up code robot.asm .

No comments: