No description
Find a file
2019-10-23 12:17:07 +02:00
doc first release fo the working code 2019-10-23 11:49:02 +02:00
.gitignore Initial commit 2019-10-22 22:37:40 +02:00
.gitmodules changed struxture 2019-10-23 01:30:24 +02:00
LICENSE Initial commit 2019-10-22 22:37:40 +02:00
main.py first release fo the working code 2019-10-23 11:49:02 +02:00
pocsag.py first release fo the working code 2019-10-23 11:49:02 +02:00
README.md Update README.md 2019-10-23 12:17:07 +02:00
RFM69_POCSAG.py fixed RFM69_POCSAG.py 2019-10-23 01:06:22 +02:00
RFM69_POCSAGregisters.py commit #1 2019-10-23 01:04:43 +02:00

rfm69-pocsag-python

transmits POCSAG Messages with an RFM69 Module

Libraries

https://github.com/Gadgetoid/py-spidev

Install

SPI-Dev Lib

git clone https://github.com/Gadgetoid/py-spidev
cd py-spidev
sudo make install

Python Libraries(Pika for rabbitMQ)

pip install pika

Pin Configuration

RFM pin Pi pin
DIO0 18 (GPIO24)
MOSI 19
MISO 21
CLK 23
NSS 24
Ground 25
RESET 29

Infrastructure:

Producer(s) => rabbitMQ => Gateway(s)

rabbitMQ Format (address, message): ["3D", "Text"]

config.ini:

[main]
amqpuri = amqp://user:pas@host:port