2018年1月10日星期三

Create a Line Follow Car with Micro:bit

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.

Materials Needed


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.

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:

Step 3

Fix motor:bit to the chassis of the car.

Step 4

Plug the two groups of motor cables into connector M1 and M2.

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.

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.
You can see the whole electric circuit in the below:

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.

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.

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.

Step 3

According to the logic below, write your main program of line follow project.

Download Program


Link of the whole program: https://makecode.microbit.org/_Ji8A8d090Hvb
You can click Download directly to save the code into micro:bit.

Effect Show

Relative Readings


没有评论:

发表评论

精选博文

How to Make a Counter with microbit

How to Make a Counter with microbit When we have boarded airplane, we often encounter a situation like this: a beautiful stewardess ca...