antirez / protoview

Flipper Zero app to display known and unknown signals
BSD 2-Clause "Simplified" License
512 stars 17 forks source link

Integration with rtl_433? #12

Open jarhed opened 1 year ago

jarhed commented 1 year ago

I LOVE this app, you've done such a great job. I was wondering if it might be possible to relatively easily integrate it with rtl_433. Specifically the logic for the various protocols.

https://github.com/merbanan/rtl_433/tree/master/src/devices

It would seem more efficient to change your code to match these device definitions then add your specific definitions. I'd love to help but I don't really know C. Will give it a go though.

Thank you for all your work. I use protoview a lot to get a better instinct for radio waves

beckmx commented 1 year ago

There are other projects like the rtl_433_esp if you connect it via uart, does what you want