Code Monkey home page Code Monkey logo

flipper-pager's Introduction

Hi there ๐Ÿ‘‹

  • ๐Ÿ”ญ Iโ€™m currently working on custom firmware for Flipper Zero

Unleashed Firmware: https://github.com/DarkFlippers/unleashed-firmware

  • ๐Ÿ“ซ How to reach me - Discord: @mmx7

Support me:

  • Patreon: https://patreon.com/mmxdev
  • Boosty: https://boosty.to/mmxdev
  • cloudtips (only RU payments accepted): https://pay.cloudtips.ru/p/7b3e9d65
  • YooMoney (only RU payments accepted): https://yoomoney.ru/fundraise/XA49mgQLPA0.221209
  • USDT(TRC20): TSXcitMSnWXUFqiUfEXrTVpVewXy2cYhrs
  • ETH (BSC/ERC20-Tokens): darkflippers.eth (or 0xFebF1bBc8229418FF2408C07AF6Afa49152fEc6a)
  • BTC: bc1q0np836jk9jwr4dd7p6qv66d04vamtqkxrecck9
  • SOL (Solana/Tokens): DSgwouAEgu8iP5yr7EHHDqMNYWZxAqXWsTEeqCAXGLj8
  • DOGE: D6R6gYgBn5LwTNmPyvAQR6bZ9EtGgFCpvv
  • LTC: ltc1q3ex4ejkl0xpx3znwrmth4lyuadr5qgv8tmq8z9
  • BCH: qquxfyzntuqufy2dx0hrfr4sndp0tucvky4sw8qyu3
  • XMR (Monero): 41xUz92suUu1u5Mu4qkrcs52gtfpu9rnZRdBpCJ244KRHf6xXSvVFevdf2cnjS7RAeYr5hn9MsEfxKoFDRSctFjG5fv1Mhn
  • TON: UQCOqcnYkvzOZUV_9bPE_8oTbOrOF03MnF-VcJyjisTZmsxa

flipper-pager's People

Contributors

shmuma avatar xmasterx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

flipper-pager's Issues

flipc.org reporting a build error

Just an FYI.

applications_user/pocsag_pager/pocsag_pager_app.c: In function 'pocsag_pager_app_alloc': applications_user/pocsag_pager/pocsag_pager_app.c:126:5: error: implicit declaration of function 'furi_hal_subghz_enable_ext_power' [-Werror=implicit-function-declaration] 126 | furi_hal_subghz_enable_ext_power(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ applications_user/pocsag_pager/pocsag_pager_app_i.c: In function 'pcsg_begin': applications_user/pocsag_pager/pocsag_pager_app_i.c:43:24: error: 'furi_hal_subghz' undeclared (first use in this function); did you mean 'furi_hal_subghz_tx'? 43 | furi_hal_gpio_init(furi_hal_subghz.cc1101_g0_pin, GpioModeInput, GpioPullNo, GpioSpeedLow); | ^~~~~~~~~~~~~~~ | furi_hal_subghz_tx applications_user/pocsag_pager/pocsag_pager_app_i.c:43:24: note: each undeclared identifier is reported only once for each function it appears in applications_user/pocsag_pager/pocsag_pager_app_i.c: In function 'pcsg_rx': applications_user/pocsag_pager/pocsag_pager_app_i.c:57:24: error: 'furi_hal_subghz' undeclared (first use in this function); did you mean 'furi_hal_subghz_tx'? 57 | furi_hal_gpio_init(furi_hal_subghz.cc1101_g0_pin, GpioModeInput, GpioPullNo, GpioSpeedLow); | ^~~~~~~~~~~~~~~ | furi_hal_subghz_tx applications_user/pocsag_pager/pocsag_pager_app.c:129:9: error: implicit declaration of function 'furi_hal_subghz_check_radio'; did you mean 'furi_hal_subghz_get_rssi'? [-Werror=implicit-function-declaration] 129 | if(!furi_hal_subghz_check_radio()) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | furi_hal_subghz_get_rssi scons: *** [build/f7-firmware-D/.extapps/pocsag_pager/pocsag_pager_app_i.o] Error 1 applications_user/pocsag_pager/pocsag_pager_app.c:130:9: error: implicit declaration of function 'furi_hal_subghz_select_radio_type'; did you mean 'furi_hal_subghz_set_path'? [-Werror=implicit-function-declaration] 130 | furi_hal_subghz_select_radio_type(SubGhzRadioInternal); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | furi_hal_subghz_set_path applications_user/pocsag_pager/pocsag_pager_app.c:130:43: error: 'SubGhzRadioInternal' undeclared (first use in this function); did you mean 'SubGhzRadioPreset'? 130 | furi_hal_subghz_select_radio_type(SubGhzRadioInternal); | ^~~~~~~~~~~~~~~~~~~ | SubGhzRadioPreset applications_user/pocsag_pager/pocsag_pager_app.c:130:43: note: each undeclared identifier is reported only once for each function it appears in applications_user/pocsag_pager/pocsag_pager_app.c:131:9: error: implicit declaration of function 'furi_hal_subghz_init_radio_type'; did you mean 'furi_hal_subghz_set_path'? [-Werror=implicit-function-declaration] 131 | furi_hal_subghz_init_radio_type(SubGhzRadioInternal); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | furi_hal_subghz_set_path applications_user/pocsag_pager/pocsag_pager_app.c: In function 'pocsag_pager_app_free': applications_user/pocsag_pager/pocsag_pager_app.c:148:5: error: implicit declaration of function 'furi_hal_subghz_disable_ext_power' [-Werror=implicit-function-declaration] 148 | furi_hal_subghz_disable_ext_power(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ applications_user/pocsag_pager/pocsag_pager_app.c:150:37: error: 'SubGhzRadioInternal' undeclared (first use in this function); did you mean 'SubGhzRadioPreset'? 150 | furi_hal_subghz_init_radio_type(SubGhzRadioInternal); | ^~~~~~~~~~~~~~~~~~~ | SubGhzRadioPreset cc1: all warnings being treated as errors scons: *** [build/f7-firmware-D/.extapps/pocsag_pager/pocsag_pager_app.o] Error 1 applications_user/pocsag_pager/views/pocsag_pager_receiver.c: In function 'pcsg_view_receiver_draw': applications_user/pocsag_pager/views/pocsag_pager_receiver.c:210:23: error: implicit declaration of function 'furi_hal_subghz_get_radio_type'; did you mean 'furi_hal_subghz_get_rssi'? [-Werror=implicit-function-declaration] 210 | bool ext_module = furi_hal_subghz_get_radio_type(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | furi_hal_subghz_get_rssi cc1: all warnings being treated as errors scons: *** [build/f7-firmware-D/.extapps/pocsag_pager/views/pocsag_pager_receiver.o] Error 1

Settings File not working

Instructions followed on adding custom frequencies. When loading app back up frequencies not found and just the coded frequencies cycle through.

saved as sd/pocsag/settings.txt

to use manual settings and prevent them from being deleted on upgrade, rename *_user.example files to *_user

Filetype: Flipper SubGhz Setting File
Version: 1

Add Standard frequencies for your region

#Add_standard_frequencies: true

Default Frequency: used as default for "Read" and "Read Raw"

#Default_frequency: 433920000

Frequencies used for "Read", "Read Raw" and "Frequency Analyzer"

#Frequency: 454.0750
#Frequency: 454.2000
#Frequency: 454.6750
#Frequency: 454.7750
#Frequency: 454.8250
#Frequency: 466.0750

Frequencies used for hopping mode (keep this list small or flipper will miss signal)

#Hopper_frequency: 454.0750
#Hopper_frequency: 454.2000
#Hopper_frequency: 454.6750
#Hopper_frequency: 454.7750
#Hopper_frequency: 454.8250
#Hopper_frequency: 466.0750

Custom preset

format for CC1101 "Custom_preset_data:" XX YY XX YY .. 00 00 ZZ ZZ ZZ ZZ ZZ ZZ ZZ ZZ, where: XX-register, YY - register data, 00 00 - end load register, ZZ - 8 byte Pa table register

#Custom_preset_name: AM_1
#Custom_preset_module: CC1101
#Custom_preset_data: 02 0D 03 07 08 32 0B 06 14 00 13 00 12 30 11 32 10 17 18 18 19 18 1D 91 1C 00 1B 07 20 FB 22 11 21 B6 00 00 00 C0 00 00 00 00 00 00

#Custom_preset_name: AM_2
#Custom_preset_module: CC1101
#Custom_preset_data: 02 0D 03 07 08 32 0B 06 14 00 13 00 12 30 11 32 10 17 18 18 19 18 1D 91 1C 00 1B 07 20 FB 22 11 21 B6 00 00 00 C0 00 00 00 00 00 00

512 Baud

Is there any way to modify this to receiver 512 baud that is used specifically in my area? I know i can raw capture but would like to decode please.

ext/pocsag/settings.txt doesn't work

As the topic says.

Creating the file, has no change to default frequency.
However, if I go to hopping within the Pocsag app, the frequency I chose clearly shows up in screenshot among others
that should be commented out, except DAPNET and my local one.

So far no decode (verified against my SDR decoder). It is a local, highly used (Fire/EMS Frequency) Pocsag frequency.

I am working with 453600000 so little out of bounds but should be able to get there with attenuation.

๐Ÿ“ก๐Ÿ”ง [AUS POCSAG] Frequency Ranges ๐ŸŒŸ๐Ÿ™

๐Ÿ‘จโ€๐Ÿ’ป๐ŸŒŸ Heya! I've come across a technical challenge with the acquisition of AUS POCSAG signals, which are limited to a 300 MHz frequency range. This constraint may affect individual enthusiasts who wish to explore these signals for personal enjoyment:

148 MHz - 149.25 MHz: Australia Exterior
148.6625 MHz: Australia Interior (SA Hospitals)
149.7875 MHz: Australia Exterior
149.8375 MHz: Australia Exterior
149.8875 MHz: Australia Exterior
450.325 MHz: Australia Interior
450.375 MHz: Australia Interior

Understanding that your expertise is invaluable, is there any chance you could take a look at this challenge when you have some spare time? We would greatly appreciate any guidance or modifications that could expand or optimize the frequency range to better accommodate AUS POCSAG signals for individual users. Thank you for your time and consideration. ๐Ÿ› ๏ธโณ๐Ÿ™

Feature request: Filter based on Cap code.

To make it more like an actual pager, it would be nice if the settings screen contained an option to filter incoming messages based on Cap code (for DAPNET, this is usually the same as your DMR ID).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.