NorthernMan54 / rtl_433_ESP

Trial port of the rtl_433 Library for use with OpenMQTTGateway on a ESP32 and a CC1101 Transceiver
GNU General Public License v3.0
495 stars 113 forks source link

ESP32 RTL_433 sensors simulator #146

Open avicarmeli opened 3 months ago

avicarmeli commented 3 months ago

Current Situation

Lately I needed to replicate one off the RTL_433 devices transmissions (Renault TPMS) for development prepose. I cam up with that code.

Proposed Change

I am having thoughts about writing a generic code which would make it possible to simulate all of rtl_433 recognized devices. I am writing here to ask you for ideas and lesson learned as well as your thoughts about the necessity of such code.

Additional Context

No response

NorthernMan54 commented 3 months ago

I am writing here to ask you for ideas and lesson learned as well as your thoughts about the necessity of such code.

I found that using the real devices for testing is best, as there maybe features or suttlies in the signal from the original device that may be overlooked with test code. I had tried to do the original effort around FSK signal reception using a simulated device, and got about 80% of the work completed, but required an actual device to finalize the effort.