POCSAG Pager¶
-
POCSAG Pager for Sub-GHz
App can capture POCSAG 1200 messages on CC1101 supported frequencies.
-
Information about application
Description¶
Flipper POCSAG Receiver plugin¶
Protocol implementation made by @Shmuma + 512, 2400 speeds support by @htotoo¶
Plugin based on Weather Station from OFW
Icons 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 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 list
All contributions are welcome!
Changelog¶
v1.0 - Initial release, v1.1 - Sync Updates, v1.2 - Fixes for new API and improved decoder, v1.3 - Sync updates and latest API support