We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If somebody could help me in set up connection between Arduino, CC1101 module and CCMANAGER software. What sketch should I upload ? Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hello,
If you have an Arduino Pro Micro 3.3V, the sketch here should work (Not tested on other Arduino models):
https://github.com/jglim/CCManager/blob/master/firmware/cc1101-promicro-passthrough.c
The connection should be as follows:
VCC - VCC GND - GND CSN - 10 MOSI - 11 MISO - 12 SCK - 13
Again, remember that this is only for 3.3V boards. Using a 5V board will most likely break your CC1101 module.
Sorry, something went wrong.
No branches or pull requests
If somebody could help me in set up connection between Arduino, CC1101 module and CCMANAGER software. What sketch should I upload ? Thanks in advance.
The text was updated successfully, but these errors were encountered: