-
本文首先提出了无线传感网络节点的基本要求,并针对其要求成功实现了无
线传感网络节点的设计,为了满足定位与跟踪的特殊需求,特别设计了超声波定
位的传感器板...
本文首先提出了无线传感网络节点的基本要求,并针对其要求成功实现了无
线传感网络节点的设计,为了满足定位与跟踪的特殊需求,特别设计了超声波定
位的传感器板。论文叙述了节点的设计过程及测试内容。运用计算机、调试器、
节点等硬件组成网络硬件平台,并运用TinyOS软件开发系统组网,实现了温度
显示、节点的定位等功能,自行研制了数据管理监控软件,可以监测节点的温度、
距离等信息,也可以观察网络节点的拓扑变化情况。最后,总结了整个系统的优
缺点,并提出了下一步工作计划。
-Wireless sensor networks(WSNs)
- 2022-01-28 21:17:00下载
- 积分:1
-
君正多媒体CPU芯片wince开发,对开发流媒体,及娱乐设备可能有用。...
君正多媒体CPU芯片wince开发,对开发流媒体,及娱乐设备可能有用。-jz740
- 2022-02-03 08:45:21下载
- 积分:1
-
用M51SL811HS如何开发U盘的完全开发资料,有板子的原理图,keilC全部代码。...
用M51SL811HS如何开发U盘的完全开发资料,有板子的原理图,keilC全部代码。-with U M51SL811HS how to develop the site fully developed, with the diagram board. keilC all the code.
- 2022-03-23 04:50:05下载
- 积分:1
-
基于stm32的ucosII程序实现4x2键盘检测
基于keil开发平台,在stm32板子上实现4x2键盘检测。程序完全正确能够完美实现功能。
部分代码摘录:
void Task1(void *pdata)
{
u8 key;
while(1)
{
key=KEY_Scan();
if(key==1)
{
digitalToggle(GPIOD,GPIO_Pin_7); //D4亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==2)
{
digitalToggle(GPIOD,GPIO_Pin_6); //D5亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==3)
{
digitalToggle(GPIOD,GPIO_Pin_5); //D6亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==4)
{
&n
- 2022-08-12 16:41:51下载
- 积分:1
-
header file of the specific codes for LPC2100 target boards
Every project sho...
header file of the specific codes for LPC2100 target boards
Every project should include a copy of this file, user may modify it as ne-header file of the specific codes for LPC21 00 target boards Every project should include a copy of this file, the user may modify it as ne
- 2023-07-17 10:40:02下载
- 积分:1
-
一个TCP / IP协议栈源uClinux
uCLinux下的一个TCP/IP协议栈源码-uCLinux of a TCP/IP protocol stack source
- 2022-07-26 12:07:28下载
- 积分:1
-
LCD驱动
LCD driver,the source code for lcd driver-LCD driver
- 2022-09-04 04:55:03下载
- 积分:1
-
温度监视器,通过按键来设定温度上下限,用DB18B20来显示温度,越限灯亮,蜂鸣器响,在KEILC下编译调试成功...
温度监视器,通过按键来设定温度上下限,用DB18B20来显示温度,越限灯亮,蜂鸣器响,在KEILC下编译调试成功-Temperature monitor, through the button to set the temperature of the upper and lower limits, DB18B20 used to display the temperature, the more limited light, buzzer sound, in the debug compile successfully under KEILC
- 2022-03-22 02:36:15下载
- 积分:1
-
电子保险箱
电子保险箱开放模式:在这种模式下的安全是开放的,你的程序应该允许用户设置密码和锁关闭。
- 2022-03-16 14:29:07下载
- 积分:1
-
PCI bus and USB data communication between the client application (including int...
PCI总线与USB总线之间的数据通信的用户端应用程序(包括界面和通信)-PCI bus and USB data communication between the client application (including interface and communications)
- 2022-12-15 00:55:04下载
- 积分:1