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
396 stars 87 forks source link

Can you introduce a development board that supports multiple frequencies? #58

Open hzhh110 opened 3 years ago

hzhh110 commented 3 years ago

Can you introduce a module that supports: 300-348 MHZ, 387-464MHZ /. 779-928MHZ cc1101 module with multiple frequencies?There are restricted modules on the market!

LSatan commented 3 years ago

Hi, to cover all frequencies. you need to use 2 cc1101. 1 × 433mhz version for 300-348 MHz, 387-464 MHz. 1 × 868mhz version for 779-928Mhz. I can only provide you with a corresponding code and wiring example later. what would you like to receive or send? I mean what examples do you want to use for this? Regards

hzhh110 commented 3 years ago

Thank you very much!My project is to copy the remote control and then carry out the remote control. I am not sure about the frequency of the other party's remote control, so I need to cover as many frequencies as possible.

hzhh110 commented 3 years ago

Hi, to cover all frequencies. you need to use 2 cc1101. 1 × 433mhz version for 300-348 MHz, 387-464 MHz. 1 × 868mhz version for 779-928Mhz. I can only provide you with a corresponding code and wiring example later. what would you like to receive or send? I mean what examples do you want to use for this? Regards

Hello, how should 433 and 868 connect with ESP32?

LSatan commented 3 years ago

hi, sorry for the late feedback. you have to do it like here: https://github.com/LSatan/SmartRC-CC1101-Driver-Lib/issues/21#issuecomment-573484045