-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
New device - GN Resound / AB Transistor - Lynx Doorbell #3042
Comments
Try a sample on https://triq.org/pdv/ -- looks like 13 bits of (leading gap) PWM with 1000µs / 2000 µs pulses, bit-width 3000 µs. I.e. this should get your data: |
The "code" value seems to have its bits reversed. This seems to work for me:
|
Just found the product manual for the Lynx Door Transmitter. Perhaps, if what I thought was the ID is actually a static product code for all of these devices, this might be more discriminating:
|
@klohner do suspect it's really 40 bits PCM? I'm pretty sure it's 13 bits PWM with leading gaps. I.e. symbols of 1000 µs gap + 2000 µs pulse and 2000 µs gap + 1000 pulse. |
You're right, but my decoder is doing OOK_PCM, discarding the first pulse symbol, then doing essentially "gap width modulation" on each group of three symbols with the symbol_zero and symbol_one patterns. The "bits" value seems to operate before the preamble and "symbol_*" decodings. 1 (discarded preamble symbol) + 12 * (3 symbols per logical bit) + 3 (trailing gap symbols before reset detected) = 40 symbols. |
Oops, completely missed the symbol_zero/symbol_one in your decoder, my bad. |
New to this but can't get it right there's something I'm missing, very simple device just a doorbell.
433MHz
https://github.com/kimballen/rtl_433-Recorded-Signals/tree/main/GN%20Resound%20-%20AB%20Transistor%20Lynx%20Doorbell%20(433MHz)
The text was updated successfully, but these errors were encountered: