-
Posted a few times on here about recreating signals and whatnot. I came across an interesting occurrence and I am not sure why this is the case, only that it is. I created a low pressure signal for PMV-107J that I am sending to rtl_433 from my Yardstick One. With a datarate of ~19200 rtl_433 sees and decodes the transmission (even multiple transmissions). Testing on my wife's Toyota 4 Runner which uses the PMV-107J, the car trips the low pressure light with a datarate of 9600....yet rtl_433 does not see the transmission at that datarate and the car does not see the transmission at 19200. Looking at a real signal in URH, each bit takes about ~13us. 1,000,000us in a sec/13us = ~76923 bit/s or 9615 byte/s I understand that receivers tend to allow variance from the exact spec, but 19200 and 9600 are really far apart and I am wondering why? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I would suggest comparing the recordings (waterfall, not just decodes) from real TPMS vs your synthetic. Twice the rate could be an error in creating it, in terms of some kind of machester encoding. I suspect something is off. Maybe you can post a link to a repo someplace that has your generation code? |
Beta Was this translation helpful? Give feedback.
I would suggest comparing the recordings (waterfall, not just decodes) from real TPMS vs your synthetic. Twice the rate could be an error in creating it, in terms of some kind of machester encoding. I suspect something is off. Maybe you can post a link to a repo someplace that has your generation code?