Arduino Car
Arduino Car
Activities
Lab 1: Robot navigation using differential
drive technique
Lab 1: Robot navigation using differential
drive technique
• Activity A-01
Interface two gear dc motors used in our mobile robot to the Arduino board trough
the L293 motor driver.
Then write the Arduino code to drive the robot forward and reverse directions.
Next modify the above code using PWM.
• Activity A-03
Assume that the robot used in activity 06 has a Bluetooth sensor which we can
used to connect the robot to a Smart phone. Then assume that we can send the
linear velocity and angular velocity to the robot using app in smart phone.
Then modify the Arduino code to calculate wheel velocities from the given linear
and angular velocities.