FXTH87xx11 Pressure out of range

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

FXTH87xx11 Pressure out of range

跳至解决方案
1,355 次查看
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,058 次查看
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,059 次查看
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,058 次查看
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 项奖励