scopeprobe
Full Member level 3
Hello All,
I'm currently writing some software for a microchip PIC to read a temperature from a TSYS03 I2C Digital Temperature Sensor, I'm reading the temperature register without a problem but i'd like to put the checksum portion of the data to some use however the datasheet isn't too helpful https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Data+SheetTSYS03A2pdfEnglishENG_DS_TSYS03_A2.pdf20011957-01
Does anyone have any idea of what sourcery i have to apply based on the datasheet description "The CRC byte can be used to check for bad data. It is determined over the entire data using polynomial 0x31"
They sound like they're stating the obvious but its not obvious to me
Thanks in advance
I'm currently writing some software for a microchip PIC to read a temperature from a TSYS03 I2C Digital Temperature Sensor, I'm reading the temperature register without a problem but i'd like to put the checksum portion of the data to some use however the datasheet isn't too helpful https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Data+SheetTSYS03A2pdfEnglishENG_DS_TSYS03_A2.pdf20011957-01
Does anyone have any idea of what sourcery i have to apply based on the datasheet description "The CRC byte can be used to check for bad data. It is determined over the entire data using polynomial 0x31"
They sound like they're stating the obvious but its not obvious to me
Thanks in advance