Skip to main content

Grove Backpacks

Eliobot is compatible with selected Grove modules. Below is the list of supported modules and their related blocks.

Grove Compatibility

🟢: Compatible | 🟠: Not tested | 🔴: Not compatible

Grove ModulesCompatibilityStatePrerequisites
Button v1.2🟢Ok Block AvailableGrove Backpack
Touch v1.1🟢Ok Block AvailableGrove Backpack
Servo Motor🟢Ok Block AvailableGrove Backpack
Rotary Sensor Angle v1.2🟢Ok Block AvailableGrove Backpack
Light Sensor V1.2🟢Ok Block AvailableGrove Backpack
Buzzer v1.2🟢OkayGrove Backpack
Temperature v1.2🟢OkayGrove Backpack
Sound Sensor v1.6🟢OkayGrove Backpack
LED Socket Kit v1.5🟢OkayGrove Backpack
Relay v1.2🟠Not testedGrove Backpack
LCD RGB Backlight🔴Not compatible

Button v1.2 and Touch v1.1

Use button or touch

buttons

Type: Boolean

Definition :

This block allows you to use Grove buttons to perform actions with Eliobot.

Use :

To start the program if a button is pressed.

Servo Motor

Control a servo motor

servo

Type: Order

Definition :

This block allows you to control a servo motor with Eliobot.

Use :

To make Eliobot more interactive by allowing him to move an arm or a head.

Rotary Sensor Angle v1.2

Retrieve the value of a potentiometer

rotary

Type: Value

Definition :

This block allows you to retrieve the value of a potentiometer.

Use :

To set a value in your program. For example, to adjust Eliobot's movement speed.

Light Sensor V1.2

Get the brightness value

light

Type: Value

Definition :

This block allows you to retrieve the brightness value measured by the brightness sensor.

Use :

To adjust an action based on brightness. For example, to turn on an LED if the brightness is low.

##Buzzer v1.2

Ring a buzzer

buzzer

Type: Order

Definition :

This block allows you to ring the buzzer with a certain volume (0-100).

Use :

To make an alert or notification sound.