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

From I-CubeX Wiki
Jump to: navigation, search
(Copied from Firmware-820 Command-111, revision 5837)
 
 
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-820_Message-111 | LOW POWER message]]. To get the LED status, send the command without body.
+
This command sets the WiDig to dim the LEDs. Upon completion of the command the WiDig sends out the [[Firmware-830_Message-111 | 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:
 
To set the LEDs, the [BODY] of the LOW POWER command should be as follows:

Latest revision as of 21:24, 18 April 2023

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:

01d00000: d = 0; turn LEDs on
d = 1; dim LEDs

Example:

To dim the LEDs the following message is sent.

240, 125, 0 {DEV}, 111 {LOW POWER}, 96, 247 (F0h, 7Dh, 00h, 6Fh, 60h, F7h)