在IAR上能完全能跑通 MT_UartInit(); //串口初始化 MT_UartRegisterTaskID(task_id); //注册串口任务 HalUARTWrite(0,"UartInit OK\n", sizeof("UartInit OK\n"));//串口发送 P0SEL &= 0x7f; //DS18B20的io口初始化 p0.7 第三行的输出在电脑上也接受不到...
1 准备工作 硬件①: CC2531 USB Dongle 硬件②: 智能家庭礼装板 (单独购买需要现在网关绑定各种节点) 软件①:TiWsPc 软件②:SmartRF_Packet_Sniffer 软件③:Wireshark 2 查看端口号 将小米多功能网关上电,通过米家APP连接后,点开智能网关,然后在右上角点击三个点的图标,选择”关于”,进入新界面后疯狂点击底部的...
The latest version I have is 1.1.1.0, dated 5/1/2009. We have a design based around a CC2531 USB Dongle that utilizes the driver. Our customer is having problems with the driver being unsigned and very complicated / difficult to install, particularly under Windows 8....
So for Windows user, just use Texas Instruments Packet Sniffer software. Software description The software is structured as followed: CC2531.py is the USBdriverfor a single CC2531 dongle. The class CC2531 handles the main USB controls (init, set channel...) and 802.15.4 frames' reading meth...
https://e2e.ti.com/support/wireless-connectivity/sub-1-ghz-group/sub-1-ghz/f/sub-1-ghz-forum/829935/cc2531usb-rd-is-there-a-windows-10-iot-core-driver-for-zigbee-using-this-usb-dongle 器件型号:CC2531USB-RD 主题中讨论的其他器件:CC2531、CC2531EMK ...
在IAR上能完全能跑通 MT_UartInit(); //串口初始化 MT_UartRegisterTaskID(task_id); //注册串口任务 HalUARTWrite(0,"UartInit OK\n", sizeof("UartInit OK\n"));//串口发送 P0SEL &= 0x7f; //DS18B20的io口初始化 p0.7 第三行的输出在电脑上也接受不到(之前程序没有这行)