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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can you introduce a development board that supports multiple frequencies?

hzhh110 opened this issue · comments

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!

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

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.

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?

hi,
sorry for the late feedback.
you have to do it like here:
#21 (comment)