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
517 stars 123 forks source link

Support for Emax W6 #77

Open qupen opened 1 year ago

qupen commented 1 year ago

Hi! First of all, thanks for all this work you are doing. And i just want to ask if it is possible do enable the emax device from the rtl_443 project to rtl_443_ESP? You can find the link here: https://github.com/merbanan/rtl_433/blob/master/src/devices/emax.c

Thanks for the ennoblement of my data hording needs.

NorthernMan54 commented 1 year ago

It uses FSK modulation, which is something I have never been able to get working correctly. So support is a maybe with the next release. Also challenging is that I do not have to the device, so I won't be able to test if it works.

https://github.com/NorthernMan54/rtl_433_ESP/blob/09c4a5063494f603877a38b866c8534bd21817d0/src/rtl_433/devices/emax.c#L273