Legion2 / Somfy_Remote_Lib

Emulate a Somfy remote using a 433.42 MHz transmitter.
Apache License 2.0
129 stars 17 forks source link

put CC1101 into idle mode when not sending #9

Closed evgeni closed 3 years ago

evgeni commented 3 years ago

the CC1101 produces quite a bit of noise when you put it in TX mode but don't send anything. this also consumes power, while not doing anything good.

wrap sendCommand with SetTx and setSidle calls, to avoid this.