Other Parts Discussed in Thread: CC2530, Z-STACK
之前用的是CC2530,配套资料里有一个文件夹是TI BasicRF简单无线点对点传输协议,另外一个文件夹是Zigbee协议栈应用与组网,两个里面都有相应的例程,我用的是前者。现在因为工作需要换成CC2538,只找到Zigbee协议栈的例程,没有我想用的简单无线点对点传输协议。所以想要一下简单无线点对点传输协议的例程。
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.
您好,
现在官方提供的只有zstack的示例了,可以在2530与2538上使用。我们这边也无法给出更多了。
我们有查阅到:CC2530 and CC2538 host the same TI ZigBee stack, ie Z-Stack, running on top of OSAL.
The difference between the two devices address different application needs: CC2538 has more RAM, flash, integrates a CM3 and also has enhanced security engines. It is more suitable for high demanding applications which require more processing power as well as larger code-base.
However, from a pure ZigBee stack perspective, they are essentially the same.
我不确定商家的资料是什么时候的,也不确定是否可以通用在2538上。