As the name suggests, line follower is a robot that follows a particular path, using the difference between the color of the path and its adjacent surface.As the name suggests, line follower is a robot that follows a particular path, using the difference between the color of the path and its adjacen...
As the name suggests, line follower is a robot that follows a particular path, using the difference between the color of the path and its adjacent surface.As the name suggests, line follower is a robot that follows a particular path, using the difference between the color of the path and its adjacent surface
.As the name suggests, line follower is a robot that follows a particular path, using the difference between the color of the path and its adjacent surface.As the name suggests, line follower is a robot that follows a particular path, using the difference between the color of the path and its adjacent surface
Size: 242.92 KB
Language: en
Added: Sep 18, 2024
Slides: 15 pages
Slide Content
Lecture On Line Following By Jairaj Phase
What is a Line Follower? As the name suggests, line follower is a robot that follows a particular path, using the difference between the color of the path and its adjacent surface.
What do we need? A robot with mechanisms which enable it to change directions. Line sensor Microcontroller ADC of the MCU PWM pins: 2 LCD
Line Sensor Array Has an array of IR sensors. Give readings in Analog High readings for white color and low readings for Black
Principle of line sensor
Motors Generally we use the differential drive for the line follower. The two pwm pins are used for the two motors.
Microcontroller Acts as the brain of the robot. Does the work of interpreting the analog values from line sensor. Sends signals to the motors after processing the input according to the code.
Connections on AVR Atmega16A PortA has ADC Connect it on first 7 pins of Port A. Port C is connected to motors So connect the terminals of the motors to the first 4 pins of the Port C.