1.3. Case 02: Color-controlled Lights

1.3.1. Purpose

To make the LED strip be able to adjust the color of the lights according to the recognized color from the AI Lens.

../../_images/05035_01.png

1.3.3. MakeCode Programming

Step 1

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

../../_images/05001_041.png

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

../../_images/05001_051.png

Note: If you met a tip indicating that the codebase will be deleted due to incompatibility, you may continue as the tips say or build a new project in the menu.

Step 2

Project 1: Card(s) Recognition

Code as below:

../../_images/05035_02_06.png

Result

The LED strip displays the color in accordance with the color that is recognized from the AI Lens.