2019年4月12日

摘要: 实验九 ZStack 广播通信实验【实验目的】1. 了解 ZigBee 广播通信的原理2. 掌握在 ZigBee 网络中进行广播通信的方法【实验设备】1. 装有 IAR 开发工具的 PC 机一台2. 实验箱一台3. CCDebugger(以及 USB A-B 延长线)一个4. USB Mini 延长 阅读全文
posted @ 2019-04-12 14:22 Mr_木舟 阅读(2106) 评论(0) 推荐(0) 编辑
 
摘要: 实验十 ZStack 网状网络实验【实验目的】1. 了解 ZigBee 网状网络结构2. 掌握构建网状网络的方法【实验设备】1. 装有 IAR 开发工具的 PC 机一台2. 实验箱一台3. CCDebugger(以及 USB A-B 延长线)一个4. USB Mini 延长线一根【实验要求】1. 编 阅读全文
posted @ 2019-04-12 14:22 Mr_木舟 阅读(1655) 评论(0) 推荐(0) 编辑
 
摘要: module P2MM { uses interface Boot; uses interface Timer<TMilli> as Timer0; uses interface SplitControl as AMControl; uses interface AMPacket; uses int 阅读全文
posted @ 2019-04-12 14:21 Mr_木舟 阅读(456) 评论(0) 推荐(0) 编辑
 
摘要: 实验十 任务建立实验【实验目的】1. 了解 ZigBee 2007 协议栈操作系统的工作机制2. 熟悉系统中任务的基本格式【实验设备】1. 装有 IAR 开发工具的 PC 机一台2. 实验箱一台3. CCDebugger(以及 USB A-B 延长线)一个【实验要求】按照操作系统中任务的格式编写应用 阅读全文
posted @ 2019-04-12 14:21 Mr_木舟 阅读(336) 评论(0) 推荐(0) 编辑
 
摘要: 实验六 CC2530平台上P2P通信的TinyOS编程 实验目的: 实验要求: 实验内容: 实验代码: (1)配置文件TestP2PC.nc configuration TestP2PC {} #define AM_DATA_TYPE 123 implementation { components 阅读全文
posted @ 2019-04-12 14:19 Mr_木舟 阅读(407) 评论(0) 推荐(0) 编辑
 
摘要: 实验五 CC2530平台上ADC组件的TinyOS编程 实验目的: 实验要求: 实验内容: 实验代码: (1)配置文件TestAdcC.nc configuration TestAdcC { } implementation { components TestAdcM as App; compone 阅读全文
posted @ 2019-04-12 14:18 Mr_木舟 阅读(525) 评论(0) 推荐(0) 编辑
 
摘要: 实验四 CC2530平台上UART组件的TinyOS编程 实验目的: 实验要求: 实验内容: 实验代码: (1)配置文件TestSerialC.nc configuration TestSerialC { } implementation { components TestSerialM as Ap 阅读全文
posted @ 2019-04-12 14:17 Mr_木舟 阅读(331) 评论(0) 推荐(0) 编辑
 
摘要: 实验三 CC2530平台上CC2530平台上定时器组件的TinyOS编程 实验目的: 实验要求: 实验内容: 实验代码: (1)配置文件PWMAppC.nc configuration PWMAppC { } implementation{ components MainC; components 阅读全文
posted @ 2019-04-12 14:16 Mr_木舟 阅读(396) 评论(0) 推荐(0) 编辑
 
摘要: 实验二 CC2530平台上GPIO组件的TinyOS编程 实验目的: 实验要求: 实验内容: 实验代码: (1)配置文件Test GPIOC.nc configuration TestGPIOC { } implementation { components MainC; components Te 阅读全文
posted @ 2019-04-12 14:14 Mr_木舟 阅读(481) 评论(0) 推荐(0) 编辑
 
摘要: 实验目的: 实验要求: 实验内容: 实验代码 (1)配置文件MySleepAppC.nc: configuration MyLEDAppC { } implementation { components MySleepAppM as App; components MainC; components 阅读全文
posted @ 2019-04-12 14:09 Mr_木舟 阅读(907) 评论(0) 推荐(0) 编辑