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

Arduino + CC1101 + CCMANAGER #8

Open
szakal1919 opened this issue Dec 20, 2017 · 1 comment
Open

Arduino + CC1101 + CCMANAGER #8

szakal1919 opened this issue Dec 20, 2017 · 1 comment

Comments

@szakal1919
Copy link

If somebody could help me in set up connection between Arduino, CC1101 module and CCMANAGER software. What sketch should I upload ? Thanks in advance.

@jglim
Copy link
Owner

jglim commented Dec 21, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants