Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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 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](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 list

All contributions are welcome!