mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2024-11-23 18:15:34 +00:00
Updated TPMS Cars (markdown)
parent
2b7a5dcaad
commit
33f9d0a4e7
@ -2,6 +2,12 @@
|
|||||||
|
|
||||||
The TPMS App display is configured to display the decoded data received from the tire pressure sensors. The interval of the data being sent by each tire is variable from every few seconds to minutes depending on the car and sensors.
|
The TPMS App display is configured to display the decoded data received from the tire pressure sensors. The interval of the data being sent by each tire is variable from every few seconds to minutes depending on the car and sensors.
|
||||||
|
|
||||||
|
The Key Items on the App that can be selected with the cursor and changed with the encoder knob are:
|
||||||
|
Title bar: The usual Items may be changed and displayed.
|
||||||
|
* **Frequency:** Either 315mHz or 433.92mHz
|
||||||
|
* **KPa/PSI :** By highlighting this item it can be changed between the different value type of pressure that are displayed.
|
||||||
|
* **Gain:** Setting are shown in order of Amp 0=0db or 1=14dB, LNA(IF) (0-40) and VGA (Baseband Gain) (0-62).
|
||||||
|
|
||||||
## Data fields are:
|
## Data fields are:
|
||||||
* **Tp:** This is the type of the tire sensor decoded the following are coded in the App.
|
* **Tp:** This is the type of the tire sensor decoded the following are coded in the App.
|
||||||
* 0 = None
|
* 0 = None
|
||||||
@ -11,7 +17,8 @@ The TPMS App display is configured to display the decoded data received from the
|
|||||||
* 4= Schrader
|
* 4= Schrader
|
||||||
* 5= GMC_96
|
* 5= GMC_96
|
||||||
* **ID:** The ID of the tire sensor being 8 hexadecimal characters.
|
* **ID:** The ID of the tire sensor being 8 hexadecimal characters.
|
||||||
* **kPa:** This is the Pressure in kilo Pascals.
|
* **kPa:** This is the pressure in kilo Pascals.
|
||||||
|
* **PSI:** This is the pressure in Pounds Per squre Inch.
|
||||||
* **C:** The temperature of the tire (Deg. C). Note Spurious data has been seen and may be due to failed temperature sensors giving readings like 128 or -32.
|
* **C:** The temperature of the tire (Deg. C). Note Spurious data has been seen and may be due to failed temperature sensors giving readings like 128 or -32.
|
||||||
* **Cnt:** This is the count of messages received from each sensor.
|
* **Cnt:** This is the count of messages received from each sensor.
|
||||||
* **Flags:** Information on the type of sensor is only for Schrader and have decode for: fsk_19k, ook_8k192, ook_8k4.
|
* **Flags:** Information on the type of sensor is only for Schrader and have decode for: fsk_19k, ook_8k192, ook_8k4.
|
||||||
|
Loading…
Reference in New Issue
Block a user