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

TPMS modulation #627

Open
DavidIgor opened this issue Oct 11, 2023 · 4 comments
Open

TPMS modulation #627

DavidIgor opened this issue Oct 11, 2023 · 4 comments
Labels
feature request New feature or make existing feature better

Comments

@DavidIgor
Copy link

when Protoview is useless for replaying tpms signals (as it cripples the sensor ID and data), please someone provide frequency modulation presets that I could just paste to that setting file and be able to record and replay tpms signals successfully.

thanks

@haisenteck
Copy link

this work on my firmware... but i hardcoded in the library of subghz.

const uint8_t subghz_device_cc1101_preset_TPMS[] = {
	0x02, 0x0D, 0x07, 0x04, 0x08, 0x32, 0x0B, 0x06, 0x10, 0x69, 0x11, 0x93, 0x12, 0x14, 0x13, 0x01, 0x14, 0xF8, 0x15, 0x40, 0x18, 0x18, 0x19, 0x16, 0x1B, 0x07, 0x1C, 0x00, 0x1D, 0x91, 0x20, 0xFB, 0x21, 0x56, 0x22, 0x10, 0x00, 0x00, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
};

@DavidIgor
Copy link
Author

@haisenteck hi , in settings_user ?
thanks

@haisenteck
Copy link

@haisenteck hi , in settings_user ?
thanks

No, the code that i give there Is for the lib of subghz. Is ti adapt for the settings.

@DavidIgor
Copy link
Author

@haisenteck hi , in settings_user ?
thanks

No, the code that i give there Is for the lib of subghz. Is ti adapt for the settings.

Can you please translate it so that we can just paste it into setting-user ?
or what needs to be done in order to do so?

@xMasterX xMasterX added the feature request New feature or make existing feature better label Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or make existing feature better
Projects
None yet
Development

No branches or pull requests

3 participants