Other Parts Discussed in Thread: CC2530, Z-STACK
Tool/software: TI C/C++ Compiler
Hello!
I installed zigbee network according to the instructions https://sunmaysky.blogspot.com/2017/02/use-ztool-z-stack-30-znp-to-set-up.html#comment-form not with Z-Tools. I use STM32 send command to CC2530.
All Response is correct. However commands APP_CNF_BDB_START_COMMISSIONING, cc2530 responding 0xCD. I thought wrong somewhere. Now, I plugged the cc2530 again. and send command SYS_PING, SYS_RESET_REQ through UART from STM32, but CC2530 no response.
1.What do I need to do to fix it?? how to reset cc2530 and setup zigbee 3.0 again?
2. How can I send data from coordinator (cc2530 + stm32) to router (cc2530 + stm32)?
thanks you!