FXTH87xx11 Pressure out of range

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

FXTH87xx11 Pressure out of range

ソリューションへジャンプ
1,352件の閲覧回数
admin10
Contributor II

Hello everyone! 

      I encountered a strange problem when I measured the pressure under normal pressure. It works fine when debugging the sensor. After the sensor is powered down and restarted, the measurement pressure prompt is out of range. I want to know how to get back to normal after a power outage, or what details I need to pay attention to (I have tried other programs to make sure the chip is working properly.)

      Maybe I didn't describe it clearly. I just don't know why the reading pressure value will be out of range. Is it related to stop mode or other configuration?

Thanks in advance!

ラベル(1)
タグ(2)
0 件の賞賛
1 解決策
1,055件の閲覧回数
admin10
Contributor II

Imitate the routine, use the following code before reading the pressure, the situation has improved.

TPMS_LF_ENABLE(CLEAR);

TPMS_INTERRUPT_FLAG=CLEAR;

TPMS_READ_VOLTAGE(TempArr);

补充记录

后面发现通信协议中,有个状态字节包含高压的标记,当该位置1时,气压会显示在高压范围

元の投稿で解決策を見る

0 件の賞賛
2 返答(返信)
1,056件の閲覧回数
admin10
Contributor II

Imitate the routine, use the following code before reading the pressure, the situation has improved.

TPMS_LF_ENABLE(CLEAR);

TPMS_INTERRUPT_FLAG=CLEAR;

TPMS_READ_VOLTAGE(TempArr);

补充记录

后面发现通信协议中,有个状态字节包含高压的标记,当该位置1时,气压会显示在高压范围

0 件の賞賛
1,055件の閲覧回数
admin10
Contributor II

Maybe I didn't describe it clearly. I just don't know why the reading pressure value will be out of range. Is it related to stop mode or other configuration?

0 件の賞賛