I have a TPMS sensor I'm trying to decode. After running "-A" I have received the flex decoder criteria of " -X 'n=name, m=OOK_MC_ZEROBIT, s=112, l=0, r=208'." I was a bit skeptical of this decoder since I am unsure of why long has a value of 0. Regardless, I ran it, and I do receive data that looks something like this:
"00000000000000000000000096532bed832d665adc46bc"
Immediately I noticed that this data is not manchester encoded, contrary to most TPMS sensors I've seen. I have ran the flex decoder with changed values like temperature, pressure, and changing the sensor itself. Every time I run it, the data always starts with "0000000000000000000000009653," which I am assuming is a preamble/sync word. Other than than, the rest of the data seems to be completely random. Even if I run the decoder with the same temp, pressure, and sensor, the hex byte information is different, making it impossible to find patterns.
Does anyone know what the source of inconsistent data is? Could it be the flex decoder having improper parameters? Any advice is appreciated.