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

СС2530 Connect problem (ChipID always 0x0) #24

Open
korol-sas opened this issue Oct 8, 2018 · 3 comments
Open

СС2530 Connect problem (ChipID always 0x0) #24

korol-sas opened this issue Oct 8, 2018 · 3 comments

Comments

@korol-sas
Copy link

Hi. I have a XL2530-D01 module (based CC2530 F256)

I connect the module to the Arduino as follows
wiring schema

Arduino sketch default, with pins:

int CC_RST   = 5;
int CC_DC    = 4;
int CC_DD_I  = 3;
int CC_DD_O  = 2;

And i have error (no response chip) (chip id always return 0x00)

More outputs from cc_info.py

PS D:\CCLib-master\Python> python.exe .\cc_info.py -p COM7
sendFrame #1 - 240
readFrame #1 - 1
readFrame #2 - 0
readFrame #3 - 0
readFrame #return - (0x00)
sendFrame #1 - 241
readFrame #1 - 1
readFrame #2 - 0
readFrame #3 - 1
readFrame #return - (0x01)
sendFrame #1 - 3
readFrame #1 - 2
readFrame #2 - 0
readFrame #3 - 3
readFrame #return - (0x03)
ERROR: The chip is not responding. Check your connection and/or wiring!
PS D:\CCLib-master\Python>
@korol-sas korol-sas changed the title СС2530 Connect promlem СС2530 Connect problem (ChipID always 0x0) Oct 8, 2018
@ReDetection
Copy link

I was able to do the thing using 50k and 100k resistors on DD line and 1.5k and 3k resistors on others. Please try too

@ReDetection
Copy link

BTW, DD is 2.1, and DC is 2.2. According to your schematics, you have it reversed

@korol-sas
Copy link
Author

BTW, DD is 2.1, and DC is 2.2. According to your schematics, you have it reversed

Thank you, I will definitely check when there is free time, I will write about the results

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