Other Parts Discussed in Thread: AM4378 , Z-STACK , CC2531 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/wireless-connectivity/zigbee-thread-group/zigbee-and-thread/f/zigbee-thread-forum/882595/ti-z-stack---zigbee…
Other Parts Discussed in Thread: Z-STACK 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/wireless-connectivity/other-wireless-group/other-wireless/f/other-wireless-technologies-forum/646609/z-stack-remove-the-joystick…
Other Parts Discussed in Thread: Z-STACK 硬件:cc2530F256
协议栈版本:Z-Stack Home 1.2.2a
网络中大概有100多个节点,整个网络长时间运行后有概率出现几个路由节点死掉的情况,但是可以回复子节点ACK包,不会转发子节点的数据包只回复ACK。没有link status,不会回相应route request。必须重新上电才正常。
Other Parts Discussed in Thread: Z-STACK 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/866074/compiler-msp432p401r…
Other Parts Discussed in Thread: Z-STACK , CC2650 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/wireless-connectivity/zigbee-thread-group/zigbee-and-thread/f/zigbee-thread-forum/643645/cc2650em-5xd-rd-how-to-get…
Other Parts Discussed in Thread: CC2530 , Z-STACK 我想弄一个4*4的矩阵键盘,有如下两种方式
方式1、z-stack中直接用cc2530的定时器事件,定时扫描按键值,需要用到8个IO口。
方式2、随便用一个其他MCU用作按键检测,通过串口与cc2530进行按键值传输
请问更推荐哪种方式?