how to use Pressure Measurement Characteristic to calculate Pressure

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

how to use Pressure Measurement Characteristic to calculate Pressure

733件の閲覧回数
javierpernia
Contributor I

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

ラベル(1)
タグ(4)
0 件の賞賛
1 返信

503件の閲覧回数
darioarias
NXP Employee
NXP Employee

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

0 件の賞賛