CE595
Line Tracking Self Driving Car by Chih Han Chen
OBJECTIVE
Using arduino controller as brain
to control the movement of the
two wheels vehicle base on
different reflective surface from
sensor reading on the black and
white color. As the sensor detect
the change in the color surface, an
appropriate command is issue to
the motor controller to readjust it’s
course.
4. Arduino Line Tracking Sensor
3.Arduino Power
HARDWARE_2 https://www.sunfounder.com/learn/Smart-Car-Kit-for-Arduino/36-40-smart-car.html
Software ( I/O define) Adapt from https://github.com/sparkfun/RedBot
Software (init setup)
Software (main loop- sensor reading)
Software (left,right,forward,reverse functions)
Design Challenge
1. 4 wheelers to 2 wheelers conversion require moderate hardware and software
modification.
2. The height of Line Tracking Sensor could not be too close or too high. It is need to
be at just about 1.5 inch above the ground to receive proper reading.
3.The PWM to the DC motor could not be over power or under power to make sure
the vehicle could follow the course smoothly.
4.The Analog port of the Line Tracking Sensor require robot to insync with the
consistancy of the sensor reading. Therefore the robot may run off course in the
first couple cycle of reading but eventually settle into the consistant pattern.

ce595_line_tracking Car.pptx

  • 1.
    CE595 Line Tracking SelfDriving Car by Chih Han Chen
  • 2.
    OBJECTIVE Using arduino controlleras brain to control the movement of the two wheels vehicle base on different reflective surface from sensor reading on the black and white color. As the sensor detect the change in the color surface, an appropriate command is issue to the motor controller to readjust it’s course.
  • 3.
    4. Arduino LineTracking Sensor 3.Arduino Power HARDWARE_2 https://www.sunfounder.com/learn/Smart-Car-Kit-for-Arduino/36-40-smart-car.html
  • 4.
    Software ( I/Odefine) Adapt from https://github.com/sparkfun/RedBot
  • 5.
  • 6.
    Software (main loop-sensor reading)
  • 7.
  • 8.
    Design Challenge 1. 4wheelers to 2 wheelers conversion require moderate hardware and software modification. 2. The height of Line Tracking Sensor could not be too close or too high. It is need to be at just about 1.5 inch above the ground to receive proper reading. 3.The PWM to the DC motor could not be over power or under power to make sure the vehicle could follow the course smoothly. 4.The Analog port of the Line Tracking Sensor require robot to insync with the consistancy of the sensor reading. Therefore the robot may run off course in the first couple cycle of reading but eventually settle into the consistant pattern.