685789_en-US

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

685789_en-US

685789_en-US

how to use Pressure Measurement Characteristic to calculate Pressure

hi, I'm working in a project with TPMS. using the example program i get de array gu16UUAA, looking at the formula i dont know how to calculate de pressure using that table. please any guide will be appreciated

Pressure SensorsRe: how to use Pressure Measurement Characteristic to calculate Pressure

Hi Javier,

You only need to substitute the values in this transfer function.

P = ΔP1500 x PCODE + (100 – ΔP1500)

Example:

ΔP1500 = 2.750 kPa/count (Should be in the datasheet on pressure measurement characteristics)

PCODE = 0x20 = 32

P = 2.750 kpa/count x 32 count + (100 - 2.750 kPa/count)

P = 88 kPa + 97.25 kpa

P = 185.25 kPa

You can also refer to the attachment for more detail in the correspondence between compensated data in common units.

Regards,

Darío

Tags (1)
No ratings
Version history
Last update:
‎02-04-2026 11:35 AM
Updated by: