rtl433
UNKNOWN
RTL-433 utility
|
Schrader TPMS protocol. More...
Functions | |
static int | schraeder_callback (r_device *decoder, bitbuffer_t *bitbuffer) |
Schrader TPMS decoder. More... | |
static int | schrader_EG53MA4_callback (r_device *decoder, bitbuffer_t *bitbuffer) |
TPMS Model: Schrader Electronics EG53MA4. More... | |
Variables | |
static char * | output_fields [] |
static char * | output_fields_EG53MA4 [] |
r_device | schraeder |
r_device | schrader_EG53MA4 |
Schrader TPMS protocol.
Copyright (C) 2016 Benjamin Larsson and 2017 Christian W. Zuckschwerdt zany@ triq .net
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
|
static |
TPMS Model: Schrader Electronics EG53MA4.
Contributed by: Leonardo Hamada (hkazu).
Also Schrader PA66-GF35 (OPEL OEM 13348393) TPMS Sensor.
Probable packet payload:
SSSSSSSSSS ???????? IIIIII TT PP CC
References add_bytes(), bitbuffer_extract_bytes(), bitbuffer::bits_per_row, DATA_DOUBLE, DATA_FORMAT, data_make(), DATA_STRING, and decoder_output_data().
|
static |
Schrader TPMS decoder.
Packet payload: 1 sync nibble and 8 bytes data, 17 nibbles:
0 12 34 56 78 9A BC DE F0 7 f6 70 3a 38 b2 00 49 49 S PF FI II II II PP TT CC
References bitbuffer_extract_bytes(), bitbuffer::bits_per_row, crc8(), DATA_DOUBLE, DATA_FORMAT, data_make(), DATA_STRING, and decoder_output_data().
|
static |
|
static |
r_device schrader_EG53MA4 |
r_device schraeder |