xnk / pacific-tpms

Experimental decoder and encoder for the Pacific PMV-107J TPMS (315MHz) sensors used by Toyota
GNU General Public License v3.0
26 stars 5 forks source link

Transmitting question #2

Closed gcormier closed 5 years ago

gcormier commented 5 years ago

bitstream = '00000000000000001111110' + differential_manchester_encode('1'+payload+crc_bits+'1') + '000000'

I'm curious, how come you have the preamble not encoded?