TinyOS
wangwalfred
这个作者很懒,什么都没留下…
展开
-
TinyOs例子之TestSerial学习
学习TestSerial 1、建立模块 TestSerialC 2、使用到的接口有: uses { interface Leds; interface Boot; /*主要是下面几个*/ interfaceSplitControl asControl; interface Receive; interface AMSend; interfac原创 2014-04-10 17:28:30 · 2704 阅读 · 0 评论 -
Tinyos之使用Msp430Counter32khz获取系统时间
使用平台:TelosB 操作系统:TinyOs 最近要为论文写实验数据,需要读取系统的时间,进行一些运算。 Tinyos有提供Msp430Counter32khz 组件,该组件提供接口 Counter<T32khz,uint16_t> .原创 2013-05-08 11:52:59 · 2263 阅读 · 0 评论 -
Tinyos中CC2420和CTP协议的数据包格式
1)在TinyOS 2.x 中,标准的消息缓冲区 message_t,该缓冲区定义在 tos/types/message.h中。比之前Tinyos 1.x 优化了许多。如下: typedef nx_struct message_t { nx_uint8_t header[sizeof(message_header_t)]; nx_uint8_t data[TOSH_DATA_LE原创 2013-05-09 11:29:54 · 3403 阅读 · 0 评论 -
telosb中RSSI与距离的分析
In certain experiments, the robots are configured with TelosB devices, which contain cc2420 radios. The TelosB devices are programmed to transmit and receive 802.15.4 wireless beacons. Each time a转载 2014-11-26 20:31:57 · 1987 阅读 · 0 评论 -
TinyOS安装以及eclipse for tinyos插件
分享ubuntu下安装tinyos和eclipse for tinyos编程的插件,方便进行代码编写和编译下载。原创 2014-04-03 12:32:03 · 2512 阅读 · 0 评论