-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Description
Hi. I have a XL2530-D01 module (based CC2530 F256)
I connect the module to the Arduino as follows
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>Metadata
Metadata
Assignees
Labels
No labels
