You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to try to read a TPMS sensor (works with rtl_433 --> tpms_bmw.c) using a chip like RFM69, cc100, etc... Do you have any hints on how would one take the modulation information, i.e:
and try to configure the radio? (base frequency, bandwidth, channel, baudrate, etc)?
One sample can be seen here: not sure why FSK NRZ is seens as OOK...
Since I had to increase the sample rate to 1Mhz in order be able to read it, I assume the baudrate is higher than other sensors that can be read at 250 kHz for example...
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello everyone,
I would like to try to read a TPMS sensor (works with
rtl_433 --> tpms_bmw.c
) using a chip like RFM69, cc100, etc... Do you have any hints on how would one take the modulation information, i.e:and try to configure the radio? (base frequency, bandwidth, channel, baudrate, etc)?
One sample can be seen here: not sure why FSK NRZ is seens as OOK...
Since I had to increase the sample rate to 1Mhz in order be able to read it, I assume the baudrate is higher than other sensors that can be read at 250 kHz for example...
Beta Was this translation helpful? Give feedback.
All reactions