6. Case 02 - A Light-controlled Dog#

../../_images/xgo-2-1.png

6.1. Purpose#

Hello , after the last lesson, you must have learned to control XGO to make some actions. In this lesson, we will continue to use richer functions to do interesting things. In this class, we use the light sensor that comes with the micro: bit to let the XGO move forward or lie down according to the intensity of the light on the micro :bit.

6.2. Quick to Start#

Materials#

micro: bit XGO Robot Kit × 1

micro: bit × 1

Working principle#

  1. The LEDs on the micro:bit motherboard can not only be used as output devices, but also as input devices. Light sensors measure the amount of light received by the device.

  2. This means that the micro:bit program can react differently depending on the intensity of the light.

  3. If the desired effect is not achieved, try lowering the numbers in the code to suit your brightness environment.

Hardware Connections#


We use a data cable (USB cable) to connect the computer with the micro:bit, I believe you are already very skilled.

../../_images/microbit-xgo-robot-kit-22.png

6.3. MakeCode programming#


Step 1#

Click Advanced in MakeCode to see more options.

../../_images/microbit-xgo-robot-kit-10.png

For programming, we need to add a package: click “Extensions” at the bottom of the MakeCode drawer, search for “XGO” in the dialog to download.

../../_images/microbit-xgo-robot-kit-11.png

Note: If you encounter a prompt that some codebases will be removed due to incompatibility, you can follow the prompt to continue or create a new project in the menu.

Step 2#

sample program#

../../_images/xgo-2-2.png

Link: A Light-controlled Dog

You can also download it directly below:

6.4. FAQ#

If XGO doesn’t move, please try adjusting the light intensity.

6.5. Exploration#

How to give more commands to XGO with light intensity?