For the complete documentation index, see llms.txt. This page is also available as Markdown.

LED control command explanation

This command allows you to activate the LED with certain settings. See table 16 for details.

Byte index
Hex value – Meaning

0

05 – The command code.

1

LED behaviour:

01 - Turn the LED ON;

02 - Blink fast (10ms on, 200ms off);

03 - Blink slow (10ms on, 2000ms off);

04 - Turn the LED OFF.

2

XX - Duration for the LED behaviour.

Duration, [seconds] = XX * 10.

If zero, do it until next LED related command is received or

the verify button is pressed.

Table 16

Example command, [Hex]: 050204

See table 17 for details.

Byte index
Hex value – Meaning

0

05 – The command code.

1

02 - Blink fast (10ms on, 200ms off).

2

04 - Duration = 4 * 10 = 40sec.

Table 17

Last updated

Was this helpful?