F5OEO / rpitx

RF transmitter for Raspberry Pi
GNU General Public License v3.0
4.02k stars 531 forks source link

Please add POCSAG GPIO output for external transmitter. #219

Open lolren opened 4 years ago

lolren commented 4 years ago

Rpi-tx pocsag is great, but it`s messy , even with filter. If we had a dedicated pin we can setup for output the POCSAG signal , we can connect a module like a HopeRf module to call our pagers. Thank you

VasylSamoilov commented 4 years ago

Maybe you can utilize pocsag implementation for arduino that interface with the si4432 based ISM-tranceiver for broadcasting the message? See https://github.com/on1arf/rf22_pocsag . There are a lot of POCSAG implementations out there.

ghost commented 3 years ago

Rpi-tx pocsag is great, but it`s messy , even with filter. If we had a dedicated pin we can setup for output the POCSAG signal , we can connect a module like a HopeRf module to call our pagers. Thank you

Take a look at the RFM69 its a hardware FSK modem and you can send POCSAG messages with it. Im currently implementing a Duplex RX/TX RFM69 POCSAG Gateway in Golang.

https://github.com/RPIZeroDuplexPOCSAG/pocsag-gateway