The so-called line follow car means a car follows a black line on the white(or light color)ground. Because the black line and white ground have different reflections to the light, the car can drive according the the strength of the light reflection received. Today, we are going to make a line follow car with micro:bit.
enter image description here
Materials Needed:
1 x BBC micro:bit
1 x ELECFREAKS Motor:bit
1 x Smart Car Chassis
2 x Octopus Hunt Sensor
2 x 3x12+6 Copper Rod
3 x 3x10 Copper Rod
2 x 18650 Battery
Black Adhesive Tapes
Several Cables
In this project, we will mainly use micro:bit and motor:bit.
More details about micro:bit, you can read:Start Your Micro:bit Programming Trip
More details about motor:bit, you can read:Elecfreaks Motor:bit User Guide
Hardware Assembling
Step 1
Weld motor cables. If there are no lead cables on your motors, you have to weld cables for them.
Alt text
Step 2
Within the package of car chassis, there is a drawing for instruction. You can refer to its instructions and assemble the chassis.
Once finished, you will see the chassis below:
Alt text
Step 3
Fix motor:bit to the chassis of the car.
Alt text
Step 4
Plug the two groups of motor cables into connector M1 and M2.
Alt text
Step 5
Install line follow modules and pay attention to their space. In this project, the space of two line follow modules is about or a little bit smaller than the width of the black adhesive tape.
Plug the two line follow modules into P4 and P5 separately.
Alt text
Step 6
Connect with 6~12v DC power supply. Here, we have connected 2 segments of 18650 batteries in parallel, and then plugged a micro:bit.
Alt text
You can see the whole electric circuit in the below:
Alt text
Step 7
Draw a trace on the ground with a black adhesive tape.
You have to pay attention to the width of the tape. It is a little bit bigger than the width of two line follow modules.
Step 8
Please download the program below into micro:bit, watch out the rotating directions of the two motors. According to this program, the motors should both move forward. If one motor in the opposite direction, you have to change the cable connection of the motor in error and reconnect motor:bit.
Alt text
Step 9
Adjust line follow module to enable recognition of black lines and white base board. If the recognition is not available, you can adjust the sensitivity of the potentiometer on the module.
Programming
Step 1
Since hardware connection is completed, we can start to edit our program now. In this case, lots of pins and micro:bit built-in LED dot matrix can be used repeatedly, so firstly we should turn off the LED screen.
Alt text
Step 2
Write program for forwarding, stopping, turning left and right. Control the rotate speed of the motor through analog wite. Bigger value it has, the motor rotates faster.
Alt text
Step 3
According to the logic below, write your main program of line follow project.
Alt text
Alt text
Download Program:
You can click Download directly to save the code into micro:bit.
View our little car on YouTube:
Relative Readings
Make A Cool Micro:bit Hovercraft Together
Hi! I am a robot. I just upvoted you! I found similar content that readers might be interested in:
https://www.elecfreaks.com/12181.html
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit