Schrader-EG53MA4 off by 7%

135 views
Skip to first unread message

Kevin Saye

unread,
Mar 21, 2022, 3:09:42 PM3/21/22
to rtl_433
When reading Schrader-EG53MA4 TPMS, I notice that the values in rtl_433 is off by ~7%.

rtl_433 reads 225.0 kPa, which I convert to PSI to be 32.6 and inject in the message (see below)

rtl.png
the dash reads 35 PSI:
guage.png
and a simple PSI reader confirms the dash:
guage2.png

Before I start "adding 7%", is there something else I should do?  The Ford and Mazda TPMS read correctly in rtl_433.

Christian Z.

unread,
Mar 21, 2022, 3:19:59 PM3/21/22
to rtl_433
Could that be a temperature compensation?
Try to figure out how that difference behaves at different temperatures.

Kevin Saye

unread,
Mar 21, 2022, 3:35:02 PM3/21/22
to rtl_433
interesting idea, and yes the temp does change when the outside temp changes, as shown below (sampling over 12 hours yesterday):

F          PSI
82        30.5
84        31.5
86        32.6
82        30.5
84        31.5
93        33.7
86        32.6
93        33.7
90        32.6
91        32.6

My challenge is that the last entry, say the tire air pressure was 91 F (which sounds accurate), the sensor says 32.6 yet the truck says 35 and the real answer is the blue PSI reader still saying 35.

Are you suggesting that the sensor reduces the PSI based on temp?

Christian Z.

unread,
Mar 21, 2022, 3:55:36 PM3/21/22
to rtl_433
There should be a quite visible difference in measured pressure in relation to temperature.
But I'm not sure if a sensor compensates for that or if a head unit /reader would do that.

If the manual measured PSI is 35 and the report from the sensor is 32, then maybe the sensor reports compensated for a fictional lower temperature? Does not seem likely though.

Support was added with https://github.com/merbanan/rtl_433/pull/624 some 4 years ago. And the pressure unit assumed to be 25mBar per bit. Not sure if it's just a guess though.

Greg Troxel

unread,
Mar 21, 2022, 4:16:16 PM3/21/22
to Christian Z., rtl_433

"Christian Z." <chri...@zuckschwerdt.org> writes:

> There should be a quite visible difference in measured pressure in relation
> to temperature.
> https://en.wikipedia.org/wiki/Gay-Lussac%27s_law
> But I'm not sure if a sensor compensates for that or if a head unit /reader
> would do that.

In watching Ford sensors, it seems to be they report actual pressure and
temperature and thus the pressure goes up and down with temperature.

Some vehicles display pressure on the dash.


> If the manual measured PSI is 35 and the report from the sensor is 32, then
> maybe the sensor reports compensated for a fictional lower temperature?
> Does not seem likely though.

I agree this is not likely.

> Support was added with https://github.com/merbanan/rtl_433/pull/624 some 4
> years ago. And the pressure unit assumed to be 25mBar per bit. Not sure if
> it's just a guess though.

So Kevin should probably make a log of

which sensor | sensor raw value | gauge reading | sensor raw temperature value | ambient temp

obtained when the vehicle is in a garage (not in sun) and has not been
driven) and try to construct a calibration.

If there is any info from the car about received values, that would be
very interesting.

It's important to separate out a sensor that reads high or low from an
error in converting bits to pressure. So it would be nice to have the
log above cover 4 different sensors.

signature.asc

Philip Knowles

unread,
Mar 21, 2022, 6:09:19 PM3/21/22
to Greg Troxel, Christian Z., rtl_433

I understand it as Charles’ Law but, if the temperature is measured, it is possible to ‘correct’ the indicated pressure to that at a nominal 20C. It should really do that as otherwise you would never really know if the tyre pressure was ‘correct’ – under inflated in winter and over inflated in summer.

 

Sent from Mail for Windows

--

You received this message because you are subscribed to the Google Groups "rtl_433" group.

To unsubscribe from this group and stop receiving emails from it, send an email to rtl_433+u...@googlegroups.com.

To view this discussion on the web, visit https://groups.google.com/d/msgid/rtl_433/rmibkxzxdro.fsf%40s1.lexort.com.

 

Greg Troxel

unread,
Mar 21, 2022, 6:14:41 PM3/21/22
to Philip Knowles, Christian Z., rtl_433
On 3/21/22 6:09 PM, Philip Knowles wrote:
> I understand it as Charles’ Law but, if the temperature is measured, it
> is possible to ‘correct’ the indicated pressure to that at a nominal
> 20C. It should really do that as otherwise you would never really know
> if the tyre pressure was ‘correct’ – under inflated in winter and over
> inflated in summer.

Yes, but the question is what is the system design in terms of the TPMS
reporting:

1) actual pressure and temperature, and the car decides if that is ok

vs

2) pressure corrected to some standard conditions (20C, 25C)


It seems that TPMS is design 1.


There's a further question, which is if a tire that is supposed to be
inflated to 2.5 bars is supposed to be at that pressure when

a) at some standard 20 or 25 C

b) at the average outdoor temperature for the season

In other words, for a theoretical tire with no loss of air, should you
be adjusting it between an average outdoor temperature of say -5C and 15C?

Philip Knowles

unread,
Mar 21, 2022, 6:39:26 PM3/21/22
to Greg Troxel, Christian Z., rtl_433

Yes, but the standard reference temperature is 20C (which is probably what the tyre manufacturer would base it on) so it should use your type 2 otherwise it’s a bit pointless. Standard manufacturer handbook instructions say to measure tyre pressures ‘cold’ so not compensating for temperature could be potentially dangerous. On a very cold winter’s day the tyre pressure might appear to be very low, say 6psi below normal, so the driver inflates the tyre. They then drive a long distance and, in theory, the tyre pressure could then exceed the maximum tyre pressure. As I understand it TPMS don’t warn on over inflation.

 

Sent from Mail for Windows

 

From: Greg Troxel
Sent: 21 March 2022 22:14
To: Philip Knowles; Christian Z.; rtl_433
Subject: Re: [rtl_433] Re: Schrader-EG53MA4 off by 7%

 

On 3/21/22 6:09 PM, Philip Knowles wrote:

Greg Troxel

unread,
Mar 21, 2022, 8:03:34 PM3/21/22
to rtl...@googlegroups.com
On 3/21/22 6:39 PM, Philip Knowles wrote:
> Yes, but the standard reference temperature is 20C (which is probably
> what the tyre manufacturer would base it on) so it should use your type
> 2 otherwise it’s a bit pointless. Standard manufacturer handbook
> instructions say to measure tyre pressures ‘cold’ so not compensating
> for temperature could be potentially dangerous. On a very cold winter’s
> day the tyre pressure might appear to be very low, say 6psi below
> normal, so the driver inflates the tyre. They then drive a long distance
> and, in theory, the tyre pressure could then exceed the maximum tyre
> pressure. As I understand it TPMS don’t warn on over inflation.

Do you have a reference for 20C in the land of tires/TPMS? It's plausible.

We agree that one needs to evaluate pressure at some standard temp when
determining if the current situation is ok, more or less But it does NOT
follow from that idea that a TPMS will transmit a pressure corrected to
a standard temp. I believe most transmit an actual pressure and a
temp, and the computer in the car does the math and decides to alert.

Reading the internet for advice, the standard approach seems to be to
inflate to the placard pressure first thing in the morning before
driving, which means a greater absolute amount of air in the winter
compared to summmer. That makes sense to me; while there is temp rise
from driving, the absolute temps after an hour of high-speed driving
will be less in winter than summer.

Yes, if you inflate to standard pressure some morning at -20C, and then
drive to a 30C place that day and drive 150 km/hr for multiple hours,
that could be too much inflation. But that doesn't bear on a system
design choice to report corrected pressure vs reporting pressure and
temperature.

I would want P/T separately, so that I could also alert on excessive
temperature. But that isn't an argument that someone else must have
done that.

If you have a a reference that says what various TPMS sensors actually
report that would be very interesting.


Reply all
Reply to author
Forward
0 new messages