piotr022 / UV_K5_playground

426 stars 66 forks source link

Could try to add the POCSAG encoding and transmitting feature? #25

Open W-Linus opened 1 year ago

W-Linus commented 1 year ago

First of all, thank you for your outstanding work! I would like to ask if you could try to add the ability to encode POCSAG to UVK5? Using the FSK Modem of the BK4819, it would be interesting to encode POCSAG to transmit a signal to a pager, similar to the messenger function you have already developed, thank you! The code to encode POCSAG using STM32 can be found here: https://github.com/W-Linus/STM32_POCSAG_Audio/tree/main/Drivers/pocsagAudio Perhaps a function to specify the address code by using the K5 Keyboard needs to be added. Thanks a lot!