Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add BMW Gen4 TPMS sample files #466

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions tests/BMW_G4_TPMS/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# BMW TPMS 4th Gen RDCi Sensor

OE P/N: 36106881890

This sensor is used in BMW vehicles manufactured from 2013 onwards. It was first introduced in the F32 model.

## Protocol Information
Signal is FSK Manchester encoded using CRC-8.

## Sources
- https://bmwtechinfo.bmwgroup.com/sib_attachments/B040119%20RDC%20Product%20Information.pdf
- https://www.bimmerist.com/bmw-tpm-malfunction-diagnostics-and-fixes/
Binary file added tests/BMW_G4_TPMS/g001_433.92M_2500k.cs16
Binary file not shown.
1 change: 1 addition & 0 deletions tests/BMW_G4_TPMS/g001_433.92M_2500k.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"id" : 918346460, "temperature_C" : 18, "pressure_kPa" : 170.000, "mic" : "CRC"}
Binary file added tests/BMW_G4_TPMS/g002_433.92M_2500k.cs16
Binary file not shown.
1 change: 1 addition & 0 deletions tests/BMW_G4_TPMS/g002_433.92M_2500k.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"id" : 918346460, "temperature_C" : 18, "pressure_kPa" : 230.000, "mic" : "CRC"}
Binary file added tests/BMW_G4_TPMS/g003_433.92M_2500k.cs16
Binary file not shown.
1 change: 1 addition & 0 deletions tests/BMW_G4_TPMS/g003_433.92M_2500k.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"id" : 917981183, "temperature_C" : 19, "pressure_kPa" : 220.000, "mic" : "CRC"}