Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calibrate from CC1101? #14

Open
gitpower2017 opened this issue Oct 29, 2022 · 4 comments
Open

Calibrate from CC1101? #14

gitpower2017 opened this issue Oct 29, 2022 · 4 comments
Labels
enhancement New feature or request wontfix This will not be worked on

Comments

@gitpower2017
Copy link

I have found two pages on how to calibrate a CC1101 module.
It here on an approximation method to determine the optimal frequency setting, in relation to the transmitter.
Perhaps this could be adapted to the ESP?

FreqTest.ino
ermittlung-der-cc1101-frequenz

@matthias-bs
Copy link
Owner

matthias-bs commented Oct 29, 2022

For sure this can be ported to ESP32/ESP8266. I would rather use an RF transceiver with better reliability on frequency/frequency stability. Like the RFM95W/SX1276...
What I can offer is a define to set the carrier frequency in the header file. Or perhaps as a parameter to the begin() method - this would allow you to build a sketch around it which tries different frequencies and records the RX failure rates.

@matthias-bs matthias-bs added enhancement New feature or request wontfix This will not be worked on labels Oct 29, 2022
@gitpower2017
Copy link
Author

It is important that the CC1101 can be calibrated by offset.
The CC1101 is very inexpensive and is therefore very often used.
I was about a suitable function or special firmware
be pleased

@Piratejim13
Copy link

Good morning
I am looking for the wiring to use BresserWeatherSensorReceiver it with an ESP32 and a CC1101.
Here are the pins of my CC1101
1 GND
2 3.3V
3 GDO0
4 CKN
5 SCK
6 MOSI
7 MISO/GDO1
8 GDO2

can you help me connect my ESP32 and my CC1101
Thank you

@matthias-bs
Copy link
Owner

@Piratejim13 Please open a new issue if the topic is not related to an existing one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants