line follower robot using p89v51rd2 microcontroller
#1

viva questions on rf controlled fire fighting robort
Reply
#2
Robot of line follower with 8051


Line follower robots were one of the first automatic guided robots. They can follow a marked line on a contrasting background, usually a black line on a white surface or a white line on a black surface. In general, the line follower robot works on a closed loop feedback algorithm in which the line sensor feedback is used by the controller to correct the robot path. The sensors are usually LED / LDR, LED / photodiode or pairs of LED / phototransistor and the controller is an electronic circuit that executes the desired feedback algorithm. Gear motors are used to power the robotic wheels.

Note: - If you are interested in Arduino-based development, we have created this same robot line follower with Arduino as well. You can test the Arduino based circuit too to see how the same project is developed using different controllers.

The line follower robot presented here is designed to follow a black line on a white background. It has a pair of sensors (LED / LDR) and works on a simple "align robot in the center of the line algorithm". Actually you do not need a microcontroller to implement such a simple robot. A set of comparators and a motor controller circuit happily do the job. But I'm using the microcontroller just to demonstrate the technology. This project also serves as a platform for advanced online follower robots working on complex algorithms. Atmel AT89S52 is the microcontroller used here.

Sensor

The sensor part consists of a set of LED / LDR pairs for left and right sides. These LED / LDR pairs detect the black line on the white surface on which the robot is supposed to move. The LDR has an inverse relationship between its resistance and the light that falls on it. When a particular LED / LDR pair is above the white surface, the reflected light falls on the LDR and its resistance falls, whereas when the LED / LDR pair is above the black line, its resistance increases. This variation in the resistance of the LDRs is used to evaluate the orientation of the robot line follower in the X-Y plane. The figure below shows the sensor circuit.


[Image: light-sensor-circuit.png]

In the circuit, the resistors R1 and R2 limit the current through the lighting LEDs D1 and D2. The resistors R3, R5 and R6, R8 form a voltage divider together with the corresponding LDRs.
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: microcontroller based line follower, line follower code for p89v51rd2 microcontroller, coding of intelligent line follower robot using microcontroller atmega8, definisi bio designy security monitoring system using p89v51rd2, p89v51rd2 microcontroller wikipedia, line follower using pic microcontroller ppt, line follower robot using microcontroller at89c2051 report file,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  advatages disadvantages of microcontroller based anesthesia injector 4 2,552 29-06-2018, 10:19 PM
Last Post: Guest
  program code of solar tracking system using 8051 microcontroller 6 23,316 03-05-2018, 09:30 PM
Last Post: Guest
  edge avoider robot using atmega8 circuit 3 12,423 20-01-2018, 10:34 AM
Last Post: dhanabhagya
  ppt for bomb detection using robot 3 2,647 02-01-2018, 03:40 PM
Last Post: dhanabhagya
  four quadrant dc motor speed controller without microcontroller applications 4 3,852 05-09-2017, 03:30 PM
Last Post: jaseela123d
  automatic railway gate control system using atmega microcontroller 1 1,175 12-04-2017, 04:44 PM
Last Post: jaseela123d
  cell phone controlled robot pdf using at89s52 1 884 12-04-2017, 04:31 PM
Last Post: jaseela123d
  distance measurement using infrared sensor with adc0804 8051 microcontroller at89c51 1 2,111 12-04-2017, 12:57 PM
Last Post: jaseela123d
  microcontroller based solar tree 1 630 12-04-2017, 09:40 AM
Last Post: jaseela123d
  line word and character segmentation matlab code 1 1,057 11-04-2017, 12:59 PM
Last Post: jaseela123d

Forum Jump: