General

SEN0554

userHead Erick.Cinco 2025-05-12 03:53:29 525 Views1 Replies

Does anyone have additional documentation on the comms protocol for SEN0554?

I am confused by what is actually sent and returned? Is it the AD value is it the Dirty value? How do the two map to each other?

2025-05-13 11:25:16

There are two formats for reading data from the host. One is dirty data, which ranges from 0 to 255, and the other is AD data, which ranges from 0 to 4095. For example, if the AD data is 0X64, which is equivalent to 100 in decimal, it needs to be mapped to the range of 0 to 255. The calculation would be 255 * 100 / 4095 = 6, so the dirty data would be 6. The corresponding voltage is calculated as 5V / 255 * 6 = 0.1V.

userHeadPic Tonny12138