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