-
-
Notifications
You must be signed in to change notification settings - Fork 160
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
RAW subghz signal reading #216
Labels
enhancement
New feature or request
Comments
eadmaster
added a commit
to eadmaster/Bruce
that referenced
this issue
Sep 1, 2024
eadmaster
added a commit
to eadmaster/Bruce
that referenced
this issue
Sep 1, 2024
eadmaster
added a commit
to eadmaster/Bruce
that referenced
this issue
Sep 23, 2024
…ded dialogChoice() js function
UPDATE: IR reading now defaults to decoded/parsed mode and fallbacks to RAW mode if decoding fails. Long IR signals from Air Conditioner remotes with more than 64bits should work as well (example here). |
eadmaster
added a commit
to eadmaster/Bruce
that referenced
this issue
Sep 24, 2024
…signals with state (pr3y#216)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The current implementation of IR and RF Reading/Sniffing/Replay requires a successful decode the signals.
This works fine in many cases, but in some cases it may fail to decode (e.g. Air Conditioner remotes often use more complicated protocols)
So it would be useful to have a RAW signal sniffer like the flipper0.
Affected functions:
IrRead::read_signal()tested again, it is now reading raw signals only, it could be useful to have an option for decoded signals insteadEDIT: For the sending part, both the IR implementation and the RF implementation still need more testing.
The text was updated successfully, but these errors were encountered: