puuu / ESPiLight

ESPiLight - pilight 433.92 MHz protocols library for Arduino
GNU General Public License v3.0
109 stars 41 forks source link

Support for frequencies other than 433.92 MHz #56

Closed Legion2 closed 3 years ago

Legion2 commented 3 years ago

The cc1101 module have a configurable frequency which allow to send and receive not only 433.92 MHz protocols. Some protocols such as Somfy require a frequency of 433.42 MHz which is possible with the cc1101 module. Currently the Somfy support is not merged into the master branch of pilight and it is 4 years old. I will work on the Somfy support in the pilight repo to get it merged, so it can then be ported to ESP.

Legion2 commented 3 years ago

I created a standalone library for the Somfy protocol (https://github.com/Legion2/Somfy_Remote_Lib) because the protocol does not really fit into pilight. Mainly because the rolling code needs to be stored persistently. This can be handled much simpler with a standalone library, which can also be easily integrated into other projects.