Skip to content

Commit

Permalink
Fix frequency typo as pointed out in issue #3
Browse files Browse the repository at this point in the history
  • Loading branch information
xnk authored Dec 18, 2019
1 parent c7f015d commit 13fd72b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ I was inspired by the excellent TPMS work by Jared Boone (https://github.com/jbo

This is what I came up with after decoding a lot of messages from the real sensors (9 different ones) and sending custom messages to the TPMS unit in the car while watching the diagnostic tool:

FSK modulation at 315.98MHz, deviation around +/- 35kHz. Raw bitrate around 9910bps
FSK modulation at 314.98MHz, deviation around +/- 35kHz. Raw bitrate around 9910bps
Preamble 0001111110 (the last two bits are probably a first, ignored, manchester encoded bit) as the remaining message assumes a diffman decode starting at 1

Packet bit format after differential manchester decoding (MSB first)
Expand Down

0 comments on commit 13fd72b

Please sign in to comment.