Other Parts Discussed in Thread: CC2530, Z-STACK, SIMPLICITI
Hello community,
For a zigbee connectivity project , my company is considering the use of the CC2530 SoC . This chip will be mounted on some minimal custom pcb .
There are n end-device boards that need to send an "I'm alive" message to the coordinator every 10 seconds, the coordinator has to read the message, extract the RSSI value and then make some elaboration on them. That's it.
I have a few questions about the HW design:
1) Does the CC2530 SoC (i mean the single chip) come already preprogrammed with zigbee stack?
2) if not, how to program the chip with the stack?
3) Can i run my user code directly on CC2530 without using a MCU, eg. a mcp430?
4) for my very simple purposes, do i need to use z-stack or ZNP?
To do a preliminary test, I bought cc2530znp mini kit, but I can not extract the RSSI.
I'm also a bit 'confused by the tons of documentation available ...
Thanks to all