Skip to content

Commit

Permalink
sync readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xMasterX committed Jan 13, 2024
1 parent 5005521 commit 4c4ee80
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions base_pack/pocsag_pager/README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,26 @@
# Flipper POCSAG Receiver plugin

App can capture POCSAG 1200 messages using internal or external CC1101 module
### 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

Plugin based on Weather Station - https://github.com/flipperdevices/flipperzero-firmware/tree/dev/applications/plugins/weather_station

Protocol implementation made by @Shmuma
Icons by @Svaarich

Includes new FM preset built into code - 2FSK with 9.5KHz freq deviation.

Default frequency is set to DAPNET - 439987500
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` <br>
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 <br>
Warning!!! This file is EXAMPLE! It contains frequencies that are commented with `#` <br>
`#` Is a comment symbol, if that symbol is present at the beggining of the line, that means this line will be ignored! <br>
To add custom frequency you need to uncomment the line and edit numbers keeping its size (zeros at the end) `Frequency: 433000000` <br>
To edit default freqency follow same procedure <br>
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. <br>
Default list > Custom list

To add new presets and frequencies create file - yourMicroSD/pocsag/settings.txt
And put THIS - https://github.com/flipperdevices/flipperzero-firmware/blob/dev/assets/resources/subghz/assets/setting_user.example file contents into it, and edit this example for yourself, add needed frequencies


All contributions are welcome!

0 comments on commit 4c4ee80

Please sign in to comment.