UPS PIco HV3.0A Firmware Code 040 Print Date 18.08.2017
Designed and Manufactured by PiModules and ModMyPi
www.pimodules.com www.modmypi.com
0x02
BR_Set
Byte
Common
R/W
Bi-Stable Relay Set
Activate: 0x01
Deactivate: 0x00
Default: 0x00
Write 0x01 to have this Action Active and Set the Bi-
Stable Relay
Table 16 ETR SAS Actions Stamp
Acording to specification of the 1
st
Example need to set below values:
Action RPi_PON
= 0x01;
means that Action of this Scheduler will be
Raspberry Pi® ON
and
(after Action Duration Time)
OFF
The data entering should looks like below (it important to follow the below order to avoid
any mistake in programming):
1.
Enter
Action RPi_PON
to specify what action need to be executed
sudo i2cset -y 1 0x6e 0x00 01
for
RPi_PON = 0x01
0x6f -> ETR SAS Events Stamp
Not involved, as also not implemented in this version of firmware.