-
Notifications
You must be signed in to change notification settings - Fork 324
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 samples for EEZ Tire TPMS #447
base: master
Are you sure you want to change the base?
Conversation
Thanks! That's a great analysis and write-up. Love your perfect testing setup. Quick notes: rtl_433 Windows releases are at https://github.com/merbanan/rtl_433/releases I'm not sure the signal is really ASK/OOK you did hit the signal dead center and so one frequency component (of FSK) might be lost. Also there is very much clipping (too loud). Drop a .cu8 sample on https://triq.org/spectrogram-next/ and scroll zoom to inspect the waveform. Open an issue "Add support for EEZ Tire TPMS" at https://github.com/merbanan/rtl_433 to discuss. |
New test data 02/17/23
Not tested yet
Create tpms_eezrv.c
Added Power Supply adapter pictures & setup to README
command line edit
fixed command line for testing
I've collected data for this device with the intent of my home assistant on my RV to be able to capture tire pressure data while it is in storage using an SDR. I'm totally new at this and just trying to be helpful to get another sensor defined. This is such a useful project.