Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xMasterX/flipper-pager
Flipper Zero POCSAG Pager receiver plugin
https://github.com/xMasterX/flipper-pager
Last synced: 2 months ago
JSON representation
Flipper Zero POCSAG Pager receiver plugin
- Host: GitHub
- URL: https://github.com/xMasterX/flipper-pager
- Owner: xMasterX
- License: gpl-3.0
- Created: 2022-12-10T15:40:31.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-03T15:40:06.000Z (9 months ago)
- Last Synced: 2024-08-03T01:12:00.677Z (6 months ago)
- Language: C
- Size: 98.6 KB
- Stars: 113
- Watchers: 7
- Forks: 12
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-rainmana - xMasterX/flipper-pager - Flipper Zero POCSAG Pager receiver plugin (C)
README
# Flipper POCSAG Receiver plugin
### Protocol implementation made by @Shmuma + 512, 2400 speeds support by @htotoo
Plugin based on [Weather Station](https://github.com/flipperdevices/flipperzero-firmware/tree/dev/applications/plugins/weather_station) from OFWIcons by @Svaarich
Includes new FM preset built into code - 2FSK with 9.5KHz freq deviation.
App supports POCSAG 512, POCSAG 1200, POCSAG 2400 decoding on CC1101 supported frequencies!
Check datasheet and add required frequency in config file (see details below)Default frequency is set to DAPNET - `439987500`
To add new presets and frequencies create file `yourMicroSD/pocsag/settings.txt`
And put [THIS](https://github.com/flipperdevices/flipperzero-firmware/blob/dev/applications/main/subghz/resources/subghz/assets/setting_user.example) file contents into it, and edit this example for yourself, add needed frequencies
Warning!!! This file is EXAMPLE! It contains frequencies that are commented with `#`
`#` Is a comment symbol, if that symbol is present at the beggining of the line, that means this line will be ignored!
To add custom frequency you need to uncomment the line and edit numbers keeping its size (zeros at the end) `Frequency: 433000000`
To edit default freqency follow same procedure
All custom frequencies added from this file will be at the end of the list in the frequency selector in the app! Scroll frequencies to the end to find your custom freq.
Default list > Custom listAll contributions are welcome!