Replies: 2 comments 7 replies
-
|
You can have several ways to represent the message bits. One way is to map it to long and short pulses (PWM) and another is to map it to long and short gaps between pulses (PPM). Basically rtl_433 rf signal decoding translates the signal to a long list of pulses in time and then it tries to decode all the protocols it knows against this pulse list. If something matches a protocol it outputs a decoded message. |
Beta Was this translation helpful? Give feedback.
-
|
It looks like neither PWM with leading or trailing gap and also not like MC. We once had something like this an dubbed it PIWM. |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to understand how RTL_433 is decoding (demodulating) signals. The signal I'm decoding is definitely OOK (ASK) but RTL_433 seems to refer to this as OOK_PWM.
What does this mean?
I thought OOK (ASK) refers to amplitude ("height") and PWM refers to pulse width ("width") so I don't see how they are related?
Beta Was this translation helpful? Give feedback.
All reactions