Difference between revisions of "Firmware-812 Command-111"

From I-CubeX Wiki
Jump to: navigation, search
(Created page with "==LOW POWER (111, 6Fh)== This command sets the WiDig to dim the LEDs. Upon completion of the command the WiDig sends out the LOW POWER message....")
 
(LOW POWER (111, 6Fh))
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
==LOW POWER (111, 6Fh)==
 
==LOW POWER (111, 6Fh)==
  
This command sets the WiDig to dim the LEDs. Upon completion of the command the WiDig sends out the [[Firmware-812_Message-111 | LOW POWER message]].
+
This command sets the WiDig to dim the LEDs. Upon completion of the command the WiDig sends out the [[Firmware-812_Message-111 | LOW POWER message]]. To get the LED status, send the command without body.
  
The [BODY] of the LOW POWER command is:
+
To set the LEDs, the [BODY] of the LOW POWER command should be as follows:
  
 
{|
 
{|
 
|0xxxxxxx:
 
|0xxxxxxx:
|xxxxxxx = 0; LEDs on
+
|xxxxxxx = 64; turn LEDs on
 
|-
 
|-
 
|
 
|
|xxxxxxx = 32; LEDs dimmed
+
|xxxxxxx = 96; dim LEDs
 
|}
 
|}

Latest revision as of 01:19, 6 March 2022

LOW POWER (111, 6Fh)

This command sets the WiDig to dim the LEDs. Upon completion of the command the WiDig sends out the LOW POWER message. To get the LED status, send the command without body.

To set the LEDs, the [BODY] of the LOW POWER command should be as follows:

0xxxxxxx: xxxxxxx = 64; turn LEDs on
xxxxxxx = 96; dim LEDs