Skip to content
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

Closed
eadmaster opened this issue Aug 25, 2024 · 1 comment
Closed

RAW subghz signal reading #216

eadmaster opened this issue Aug 25, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@eadmaster
Copy link
Contributor

eadmaster commented Aug 25, 2024

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:

EDIT: For the sending part, both the IR implementation and the RF implementation still need more testing.

@eadmaster eadmaster changed the title RAW RF/IR signal reading RAW subghz signal reading Aug 28, 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 1, 2024
eadmaster added a commit to eadmaster/Bruce that referenced this issue Sep 23, 2024
@eadmaster
Copy link
Contributor Author

eadmaster commented Sep 23, 2024

UPDATE: IR reading now defaults to decoded/parsed mode and fallbacks to RAW mode if decoding fails.
Both modes can be tested individually via serial cmds: ir rx and ir rx raw.

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
@IncursioHack IncursioHack added the enhancement New feature or request label Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants