-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Audi A6 2020 TPMS supported? #3165
Comments
There is no (TPMS) sender in those captures, just one nasty jamming at 433.9 MHz. Try the samples on https://triq.org/pdv/ the jamming is visible in 8, 9, 10, 12. |
Thanks for your reply, I did this on a raspberry pi, I think there might be an issue when using the RTL-SDR on an ARM based computer. |
RTL-SDR and rtl_433 is regularly used on Pi's. Just make sure to put distance between the Pi and the SDR, use a USB cable. |
Thanks for the advice! Why is that? We are sniffing at 433Mhz, and the pi only does 2.4/5Ghz? |
Electromagnetic Interference will impact the SDR if too close to a Pi as neither the Pi or SDR are shielded. |
Hello, I used USB extender cable and grabbed some fresh captures. Please have a look if there's any valuable information now: https://drive.google.com/file/d/1Xi7c_KJyOz8_buch3_UhVIH9ocLiRFkU/view?usp=sharing |
Please preview and sort your samples. https://triq.org/pdv/ |
I tried revieweing them, but I don't know how a normal TPMS signal should look like. Can someone attach a sample so I can see what to look for? I'm also not sure If the TPMS sensor was really awake. I tried waking it by dropping the pressure to 1 bar. Next time I might try while the car is moving. |
You can see some TPMS signals in the tests repo: https://github.com/merbanan/rtl_433_tests/tree/master/tests |
Hello people,
I am trying to read my Audi A6 2020 TPMS 433Mhz sensors, but it seems like they are not supported.
When I collect verbose I can see this:
[tpms_bmwg3_decode] Preamble not found
Not sure if they are really bmw gen3 or 4 or 5...
They are produced by Huf and here's the datasheet:
https://fccid.io/ANATEL/02294-15-03616/6718_MANUAL/5C6D018E-58B4-4EF0-B74A-9A072F589A12/PDF
Can anyone tell me by looking at the FCC pdf if this sensor is in the supported list?
I also collected some *.cu8 files, but I have no clue how to proceed. (there might be some other stuff from my neighbours in these, so ignore the unnecessary if possible...)
Here:
https://drive.google.com/file/d/1AdDk6rIpYU7yiYWXAHQApLnaBh2ppYzN/view?usp=sharing
Thanks in advance!
The text was updated successfully, but these errors were encountered: