10. case 07 Light Follow#

10.1. Our Goal#


  • Make the ring:bit car to light follow.

10.2. Requiered Materials#


  • 1 x Ring:bit Car

10.3. Hardware Connect#


  • Connect the left wheel servo to P1 of the Ring:bit expansion board and the right wheel servo to P2. ../../_images/MT6Y00d.png

10.4. Software#


makecode

10.5. Coding#


Step 1#

  • Click on “Advanced” in the MakeCode Drawer to see more code sections.

../../_images/2qCyzQ7.png

  • Search for “ringbitcar” and click on the ring:bit car package to add it to your project. (As below picture)

../../_images/1Wq2Mov.jpg

Note: If you get a warning telling you some packages will be removed because of incompatibility issues, either follow the prompts or create a new project in the Project file menu.

Step 2#


  • Snap the on start block from the Basic and initialize the P1 port to left wheel and the P2 port to right wheel.

../../_images/RFccHpJ.png

Step 3#


  • Snap the light level from the Input. The car will move to the light source when the light level is greater than the defined value.

  • The car will spin around to find the light source when the light level is less than the defined value. ../../_images/i1lAR3X.png

Program#

Program Link:https://makecode.microbit.org/_K3J3EhLamU80

If you don’t want to type these code by yourself, you can directly download the whole program from the link below:

10.6. Result#


  • The car spins around and will move to the light source when it is detecting the light.

../../_images/e1PY6hc.gif

10.7. Think#


  • How can you make a smart car to detect the fire?

10.8. Questions#


10.9. More Information#