4 pages in the catalogue
CRC Calculation Humidity Sensor |
![]() |
CRC Calculation Humidity Sensor p 1 SENSIRION the sensor company SHTxx Humidity & Temperature Sensmitter Application Note CRC 1 Introduction A CRC checksum is calculated over the whole transmission. If a CRC mismatch is detected, the S... |
![]() |
CRC Calculation Humidity Sensor p 2 SHTxx Application Note CRC 2.1 Bitwise With the bitwise method, the receiver copies the structure of the CRC generator in hard- or software. An algorithm to calculate this could look like this: 1) In... |
![]() |
CRC Calculation Humidity Sensor p 3 SeNSIRION SHTXX Application Note CRC -me sensor company 2.2 Bytewise With this implementation the CRC data is stored in a 256 byte lookup table. Perform the following operations: 1. Initialize the C... |
![]() |
CRC Calculation Humidity Sensor p 4 SHTxx Application Note CRC 2.2.2 Code example for lookup table The following procedure calculates the CRC-8. The result accumulates in the variable CRC. VarCRC : Byte; Procedure calc_CRC(X: Byte); Con... |



























