jglim / CCManager

Hardware + Software for RF Hacking
MIT License
105 stars 21 forks source link

Arduino + CC1101 + CCMANAGER #8

Open szakal1919 opened 6 years ago

szakal1919 commented 6 years ago

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 commented 6 years ago

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.