Skip to content

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

@korol-sas

Description

@korol-sas

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions