LSatan / SmartRC-CC1101-Driver-Lib

This driver library can be used for many libraries that use a simple RF ASK module, with the advantages of the cc1101 module. It offers many direct setting options as in SmartRF Studio and calculates settings such as MHz directly.
Other
441 stars 98 forks source link

FSK, GMSK modulations #6

Open minkione opened 6 years ago

minkione commented 6 years ago

Do you know if there are any future plans to support also these modulation?

Or ASK will be the only one supported?

LSatan commented 6 years ago

The library is actually designed for RC switch. The modules used in the rc switch send in AM. whether the logs used there in fsk or the other modulations I do not know. Therefore, there will only be AM in this library.

But there is an experimental library planned for the future. with the same functions as RC switch driver.

regards Lsatan

minkione commented 6 years ago

About the experimental library, is already open sourced? Maybe I can contribute on it too. ;]

iDoka commented 4 years ago

Is it already solved? I see in lib-example FSK modulation by default (0 == FSK) for ELECHOUSE_cc1101.setModulation(0);

LSatan commented 3 years ago

Hi, it has been included since update V2.3 for internal transmittion examples. so solved

iDoka commented 3 years ago

good news! thanks for confirmation.