Specification Sheet

Table Of Contents
WT901 | Datasheet v20-0702 | http://wiki.wit-motion.com/english
- 13 -
5.1.5 Magnetic Output
0x55
0x54
HxL
HxH
HyL
HyH
HzL
HzH
TL
TH
SUM
Calculated formula
Magnetic(x axis)Hx=(( HxH<<8)| HxL)
Magnetic(y axis)Hy=(( HyH <<8)| HyL)
Magnetic(z axis)Hz =(( HzH<<8)| HzL)
Temperature calculated formula
T=((TH<<8)|TL) /100
Checksum
Sum=0x55+0x53+HxH+HxL+HyH+HyL+HzH+HzL+TH+TL
5.1.6 Data Output Port Status
0x55
0x55
D0L
D0H
D1L
D1H
D2L
D2H
D3L
D3H
SUM
Calculated formula
D0 = (D0H<<8)| D0L
D1 = (D1H<<8)| D1L
D2 = (D2H<<8)| D2L
D3 = (D3H<<8)| D3L
Note
Analog input port mode:
U=DxStatus/1024*U
vcc
Uvcc is the power supply voltage of the module, because the module has
LDO, if the module power supply voltage is greater than 3.5V, Uvcc is 3.3V.
If the module supply voltage is less than 3.5V, Uvcc equal to the supply
voltage minus 0.2V
Digital input mode:
Voltage level is high, the data is 1,
Voltage level is low, the data is 0.
Digital output mode:
Output is high, the data is 1.
Output is low, the data is 0.
PWM output mode:
When the port is set to PWM output mode, port status data indicates high
level width, the unit is “us”.