Requires U3 hardware version 1.21. Reads temperature and humidity from a Sensirion SHT1X sensor (which is used by the EI-1050). For more information, see the EI-1050 datasheet, and the SHT1X datasheet from sensirion.com.
Table 5.2.10-1. SHT1X Command Response
Command: | |
Byte | |
0 | Checksum8 |
1 | 0xF8 |
2 | 0×02 |
3 | 0×39 |
4 | Checksum16 (LSB) |
5 | Checksum16 (MSB) |
6 | DataPinNum (0-19) |
7 | ClockPinNum (0-19) |
8 | Reserved |
9 | Options |
Response: | |
Byte | |
0 | Checksum8 |
1 | 0xF8 |
2 | 0×05 |
3 | 0×39 |
4 | Checksum16 (LSB) |
5 | Checksum16 (MSB) |
6 | Errorcode |
7 | 0×00 |
8 | StatusReg |
9 | StatusRegCRC |
10-11 | Temperature |
12 | TemperatureCRC |
13-14 | Humidity |
15 | HumidityCRC |