Create a Blockly program to turn on an RGB LED strip sequentially if the soil is dry.

Use the “Get Soil Moisture” block to check if the moisture value is below a certain threshold. If true, use a loop and the “Set RGB LED Strip Color” block to light up each LED sequentially.

Related Questions