-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
POCSAG protocol decoder for subghz #2055
Conversation
I think this PR should be converted to a separate paging app, similar to Weather Station. |
Fully agree. I believe it will happen eventually. But this is more convenient for testing to have this protocol in mainstream rather than is some separate fork. In the end, weather protocols were also implemented in subghz first and then migrated into separate app. |
We'd rather to see it as separate app from the beginning. WS was initially implemented in subghz app only because there were no appropriate APIs available for faps. |
What's new
Technically, this is just a first step towards "flipper as a pager" activity and proper FAP is planned for this. But having POCSAG decoder in codebase might still be useful:
POCSAG requires 9-15kHz bandwidth, which is not compatible with default FM modulations. File
setting_user.pocsag
contains example of custom CC1101 preset to receive POCSAG messages.Verification
Checklist (For Reviewer)