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.

请问TI是否有支持868/915Mhz的zigbee网络解决方案?

Other Parts Discussed in Thread: CC2530

各位TI工程师,

我之前用的是CC2530,在zstack协议里看到有关zigbee频段的定义,里面提到了868/915这两个频段。

如果我们搭建非2.4G的zigbee网络,那是否还能使用zstack协议栈呢?请问TI是否有支持868/915Mhz的zigbee网络解决方案?

谢谢!

/* Default channel is Channel 11 - 0x0B */
// Channels are defined in the following:
// 0 : 868 MHz 0x00000001
// 1 - 10 : 915 MHz 0x000007FE
// 11 - 26 : 2.4 GHz 0x07FFF800
//
//-DMAX_CHANNELS_868MHZ 0x00000001
//-DMAX_CHANNELS_915MHZ 0x000007FE
//-DMAX_CHANNELS_24GHZ 0x07FFF800