This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2530: more details of znp and zigbee for beginners

Part Number: CC2530
Other Parts Discussed in Thread: Z-STACK

hi

could u plez answer that how is tthe  intraction between znp _zap??..

can we use znp without zap??

is it possible to join the network without zap??

having a micro out of madual on board is naccessary??

how is the programming??

tnx for quick answer☺☺

  • For ZAP-ZNP interface, you can refer to Z-Stack ZNP Interface Specification.pdf in Z-Stack document folder after you download and install Z-Stack. You cannot use ZNP without ZAP. However, you can run CC2530 in SOC mode which means combining ZAP and ZNP in CC2530 to run Z-Stack examples. There are lots of examples in SOC mode after you install Z-Stack. You can also read Z-Stack Sample Application user guide in document folder to know how to run those examples.