9. Case 06: Drive at Random#

9.1. Purpose#


  • Programme to set the TPBot driving at random.

9.2. Material#


../../_images/TPBot_tianpeng_case_01_01.png

9.3. Software#


MicroSoftmakecode

9.4. Programming#


  • Click “Advanced” to see more choices in the MakeCode drawer.

../../_images/TPBot_tianpeng_case_01_02.png

  • We need to add a package for programming. Click “Extensions” in the bottom of the drawer and search with “tpbot” in the dialogue box to download it.

../../_images/TPBot_tianpeng_case_01_03.png

Sample#

  • Set a smile face on the micro:bit.

  • Set the speed of the left and the right wheel at a random value between -100~100 and pause 2 seconds.

../../_images/TPBot_tianpeng_case_06_04.png

Conclusion#

  • The micro:bit shows a smile face and the speed of both wheels changes every two seconds at random.

9.5. Exploration#


9.6. FAQ#


9.7. Relevant File#