Skip to content

RF 433 sniffer & repeater

Yurik72 edited this page Mar 11, 2019 · 1 revision

By testing this paltform I have rich very interesting functionality, which is not targetted in advance..

Simple configuration is allow to listen RF 433 signals, save all incominings to the database (json file) and then reproduce via sender.

In my case i have wired both modules sender and receiver to the pins: 2 & 13 properly and services.json is

[{"service":"RFController","name":"RF","enabled":true,"interval":2,"pin":2,"pinsend":13}] 

Nothnig more,system is start and any incoming signals are saved to the RF_data.json file. File contains name for each record and can be edited after, it just friendly name of signal, to not forgot a source after The name can be edited (I will implement this further via web interface), but without that, web interface is allowed to send any signal fro the database.

Means, we can switch device on, it will collect automatically any incoming signal, and we can simple repeat anyone after. For instance during the day, my device collected all signals for the gate openning/closing of my neighborhoods :)

Clone this wiki locally