CC2420 MSP430 ZigBee Development Kit
This document provides a brief introduction on how to set up and run a ZigBee sample
application on the MSP430 Experimenter Boards with CC2420EM Evaluation Modules. For
more in depth information, please refer to the Z-stack User’s Guide for ATC461x. This
document is found in the installation folder after installing Z-stack.
CC2420 MSP430 ZigBee Development Kit
This kit can be extended with more nodes by purchasing more MSP430 Experimenter Boards
and more CC2420EMK. Note that a CC2420EMK contains 2 CC2420EM boards.
More information about the parts and links to eStore where the parts can be ordered is also
found on each product’s webpage.
CC2420 Errata Note 001
Active and passive scans as defined in IEEE 802.15.4 are affected by a bug in
the CC2420 hardware address recognition causing beacon frames to be
rejected. The bug can be avoided in software and is also fixed in the latest
hardware revision.
Protel 99SE电路设计技术入门与应用4
Protel 99SE电路设计技术入门与应用Protel 99SE电路设计技术入门与应用
Protel 99SE电路设计技术入门与应用3
Protel 99SE电路设计技术入门与应用Protel 99SE电路设计技术入门与应用
Protel 99SE电路设计技术入门与应用
Protel 99SE电路设计技术入门与应用,里面的教程很适合初学者!
Protel 99SE电路设计技术入门与应用
Protel 99SE电路设计技术入门与应用,里面的教程很适合初学者!
Windows CE 串口通信的实现
Windows CE 是一种嵌入式操作系统,采用模块化的结构,支持多种外部接口。介绍了在Windows CE 下开发串口通信软件的基本方
法。也简要介绍了Windows CE 在各领域的应用。
基于MSP430单片机的超低功耗数据采集器设计
介绍一种以MSP430 系列单片机为核心的数据采集器,以零功耗磁敏传感器作为采集前端,适用于远传抄表系统的数据采
集。具体阐述仪器的工作原理、主要特点、硬件电路设计和软件设计。
Tiny Application Sensor Kit (TASK)
Sensor network application development and deployment present daunting challenges to even sophisticated software
developers.
A Simulator for TinyOS Networks
TOSSIM is a discrete event simulator for TinyOS sensor networks. Instead of compiling a TinyOS application
for a mote, users can compile it into the TOSSIM framework, which runs on a PC.
NetworkReprogramming
This document describes network reprogramming and complements the
reference from Crossbow technology (tinyos-1.x/doc/Xnp.pdf). Network
reprogramming is to load transfer the program code using wireless
communication rather than direct connection to PC host (e.g. loading program
through parallel port)
Mote无线感知网络的研究与实现
摘要: 研究了Mote 感知网的组成模式、网络路由、低能量消耗及数据处理和管理, 分析和展望了一些有价值的应用领域, 并进行
温度、光、电压等数据的采集实验,网络拓朴结构实验, 编程实现了对数据的分析、处理。
Makefile 中文教程
什么是makefile?或许很多Winodws的程序员都不知道这个东西,因为那些Windows
的IDE 都为你做了这个工作,但我觉得要作一个好的和professional 的程序员,
makefile还是要懂。这就好像现在有这么多的HTML的编辑器,但如果你想成为一个专
业人士,你还是要了解HTML的标识的含义。特别在Unix下的软件编译,你就不能不
自己写makefile了,会不会写makefile,从一个侧面说明了一个人是否具备完成大型工
程的能力。
因为,makefile关系到了整个工程的编译规则。一个工程中的源文件不计数,其按类型、
功能、模块分别放在若干个目录中,makefile定义了一系列的规则来指定,哪些文件需
要先编译,哪些文件需要后编译,哪些文件需要重新编译,甚至于进行更复杂的功能
操作,因为makefile就像一个Shell脚本一样,其中也可以执行操作系统的命令。
makefile带来的好处就是——“自动化编译”,一旦写好,只需要一个make命令,整
个工程完全自动编译,极大的提高了软件开发的效率。make是一个命令工具,是一个
解释makefile 中指令的命令工具,一般来说,大多数的IDE都有这个命令,比如:
Delphi的make,Visual C++的nmake,Linux下GNU的make。可见,makefile都成为了
一种在工程方面的编译方法。
现在讲述如何写makefile的文章比较少,这是我想写这篇文章的原因。当然,不同产商
的make各不相同,也有不同的语法,但其本质都是在“文件依赖性”上做文章,这里,
我仅对GNU的make进行讲述,我的环境是RedHat Linux 8.0,make的版本是3.80。必
竟,这个make 是应用最为广泛的,也是用得最多的。而且其还是最遵循于IEEE
1003.2-1992 标准的(POSIX.2)。
在这篇文档中,将以C/C++的源码作为我们基础,所以必然涉及一些关于C/C++的编
译的知识,相关于这方面的内容,还请各位查看相关的编译器的文档。这里所默认的编
译器是UNIX下的GCC和CC。
关于程序的编译和链接
在此
综合脚本教程,CIC Tapeout Review Form
Adding boundary condition :
input drive strength, input delay, output loading, output delay.
•Adding timing constraint :
specify clock, max delay, min delay
•Adding area constraint.
•Gate level code has no “assign”.
•Gate level code has no instance names named “cell”.
•Gate level code has no instance name or net name named “\”.