19 resultados para MSP430


Relevância:

20.00% 20.00%

Publicador:

Resumo:

This paper present that the system can acquire the remote temperature measurement data of 40 monitoring points,through the RS-232 serial port and the Intranet.System s hardware is consist of TI s MSP430F149 mixed-signal processor and UA7000A network module.Using digital temperature sensor DS18B20,the structure is simple and easy to expand,the sensors directly send out the temperature data.MSP430F149 has the advantage of ultra-low-power and high degree of integration.Using msp430F149,the multi-branch multi-p...中文文摘:文章论述了通过RS-232串口和Intranet网络,来实现对远端的40个温度测量点的监控。系统硬件由TI公司的MSP430F149混合信号处理器和UA7000A网络模块构成。传感器采用数字式温度传感器DS18B20,它将直接得到温度的数字量,结构简单,易于扩展。MSP430F149处理器具有超低功耗和高度集成等优点,利用它构建的多分支多通道温度测量系统功能强大,结构简单,可靠性高,抗干扰能力强。系统客户端软件采用Microsoft Visual C++6.0设计。本监控系统能够很好地完成对4个分支共40个温度测量点的远程实时监控。

Relevância:

20.00% 20.00%

Publicador:

Resumo:

文章论述了通过RS-232串口和Intranet网络,来实现对远端的40个温度测量点的监控。系统硬件由TI公司的MSP430F149混合信号处理器和UA7000A网络模块构成。传感器采用数字式温度传感器DS18B20,它将直接得到温度的数字量,结构简单,易于扩展。MSP430F149处理器具有超低功耗和高度集成等优点,利用它构建的多分支多通道温度测量系统功能强大,结构简单,可靠性高,抗干扰能力强。系统客户端软件采用Microsoft Visual C++6.0设计。本监控系统能够很好地完成对4个分支共40个温度测量点的远程实时监控。

Relevância:

20.00% 20.00%

Publicador:

Resumo:

简要介绍了1-Wire总线协议的原理和数字温度传感器DS18B20以及超低功耗16位混合信号处理器MSP430F149的基本特性,结合上位机PC组成了一个多分支多通道精密温度测量系统。并给出实现多分支多通道温度测量的软件流程图以及测量结果的简要分析。整个系统结构简单,抗干扰能力强,性能稳定,测温精度达到0.0625℃,单处理器芯片可以实现40个测量点的数据采集。

Relevância:

20.00% 20.00%

Publicador:

Resumo:

通过RS-485总线和Intranet网络,来实现对束流的远程测量与控制,并给出软件的C程序实现和部分硬件功能模块的程序流程图。系统功能模块VAC401采用TI公司的MSP430F169混合信号处理器,具有超低功耗和高集成度等优点。利用它构建的控制网络功能强大,结构简单,可靠性高,抗干扰能力强,一般不需扩展外围器件。本束流诊断系统能够完成对加速器中束流的远距离测量与控制。

Relevância:

10.00% 10.00%

Publicador:

Resumo:

The Java programming language has potentially significant advantages for wireless sensor nodes but there is currently no feature-rich, open source virtual machine available. In this paper we present Darjeeling, a system comprising offline tools and a memory efficient run-time. The offline post-compiler tool analyzes, links and consolidates Java class files into loadable modules. The runtime implements a modified Java VM that supports multithreading and is designed specifically to operate in constrained execution environments such as wireless sensor network nodes and supports inheritance, threads, garbage collection, and loadable modules. We have demonstrated Java running on AVR128 and MSP430 microcontrollers at speeds of up to 70,000 JVM instructions per second.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

The Java programming language enjoys widespread popularity on platforms ranging from servers to mobile phones. While efforts have been made to run Java on microcontroller platforms, there is currently no feature-rich, open source virtual machine available. In this paper we present Darjeeling, a system comprising offline tools and a memory efficient runtime. The offline post-compiler tool analyzes, links and consolidates Java class files into loadable modules. The runtime implements a modified Java VM that supports multithreading and is designed specifically to operate in constrained execution environments such as wireless sensor network nodes. Darjeeling improves upon existing work by supporting inheritance, threads, garbage collection, and loadable modules while keeping memory usage to a minimum. We have demonstrated Java running on AVR128 and MSP430 micro-controllers at speeds of up to 70,000 JVM instructions per second.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

A Wireless Sensor Network (WSN) is a set of sensors that are integrated with a physical environment. These sensors are small in size, and capable of sensing physical phenomena and processing them. They communicate in a multihop manner, due to a short radio range, to form an Ad Hoc network capable of reporting network activities to a data collection sink. Recent advances in WSNs have led to several new promising applications, including habitat monitoring, military target tracking, natural disaster relief, and health monitoring. The current version of sensor node, such as MICA2, uses a 16 bit, 8 MHz Texas Instruments MSP430 micro-controller with only 10 KB RAM, 128 KB program space, 512 KB external ash memory to store measurement data, and is powered by two AA batteries. Due to these unique specifications and a lack of tamper-resistant hardware, devising security protocols for WSNs is complex. Previous studies show that data transmission consumes much more energy than computation. Data aggregation can greatly help to reduce this consumption by eliminating redundant data. However, aggregators are under the threat of various types of attacks. Among them, node compromise is usually considered as one of the most challenging for the security of WSNs. In a node compromise attack, an adversary physically tampers with a node in order to extract the cryptographic secrets. This attack can be very harmful depending on the security architecture of the network. For example, when an aggregator node is compromised, it is easy for the adversary to change the aggregation result and inject false data into the WSN. The contributions of this thesis to the area of secure data aggregation are manifold. We firstly define the security for data aggregation in WSNs. In contrast with existing secure data aggregation definitions, the proposed definition covers the unique characteristics that WSNs have. Secondly, we analyze the relationship between security services and adversarial models considered in existing secure data aggregation in order to provide a general framework of required security services. Thirdly, we analyze existing cryptographic-based and reputationbased secure data aggregation schemes. This analysis covers security services provided by these schemes and their robustness against attacks. Fourthly, we propose a robust reputationbased secure data aggregation scheme for WSNs. This scheme minimizes the use of heavy cryptographic mechanisms. The security advantages provided by this scheme are realized by integrating aggregation functionalities with: (i) a reputation system, (ii) an estimation theory, and (iii) a change detection mechanism. We have shown that this addition helps defend against most of the security attacks discussed in this thesis, including the On-Off attack. Finally, we propose a secure key management scheme in order to distribute essential pairwise and group keys among the sensor nodes. The design idea of the proposed scheme is the combination between Lamport's reverse hash chain as well as the usual hash chain to provide both past and future key secrecy. The proposal avoids the delivery of the whole value of a new group key for group key update; instead only the half of the value is transmitted from the network manager to the sensor nodes. This way, the compromise of a pairwise key alone does not lead to the compromise of the group key. The new pairwise key in our scheme is determined by Diffie-Hellman based key agreement.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

以ARM(S3C4510B)、CPLD(XC95288XL)和微控制器(MSP430F149)为核心进行实时多路数据采集和控制的冷却储存环(CSR)真空控制系统设计。着重分析了控制系统组成、工作原理、功能实现、硬件电路和软件开发。该控制系统具有适应性与灵活性强、响应速度快、精度高、稳定性好、可靠性高、性价比优越、自我连锁保护等优点,现已成功应用于CSR真空控制系统中。

Relevância:

10.00% 10.00%

Publicador:

Resumo:

在加速器控制领域,经常涉及到要将带有标准RS-232串行接口的设备通过以太网连接来实现远程测控任务,本文所介绍的设计工作解决了8个串口设备通过一台基于CPLD和MSP430技术的通用型TCP/IP-多串口协议转换器来完成远程数据/命令的传送。

Relevância:

10.00% 10.00%

Publicador:

Resumo:

介绍了一种通用温度监测仪。阐述了以MSP430F149为核心的温度检测仪的硬件模块和软件设计。该温度检测仪具有低成本、低功耗、可靠性高、抗干扰能力强等特点,根据不同需要可应用于多种温度检测系统中。

Relevância:

10.00% 10.00%

Publicador:

Resumo:

介绍了一种磁铁温度检测仪。阐述了以MSP430F449为核心的检测仪的硬件模块和软件设计。该温度检测仪具有低成本、低功耗、可靠性高、抗干扰能力强等特点,根据不同需要可应用于多种温度检测系统中。

Relevância:

10.00% 10.00%

Publicador:

Resumo:

介绍了以微控制器MSP430F149为核心设计的真空控制模块,给出了在HIRFL-CSR真空控制系统中的硬件电路和软件程序。通过RS485总线和Intranet实现了对模块连接的各种真空设备的实时远程测控。

Relevância:

10.00% 10.00%

Publicador:

Resumo:

该文介绍一种能利用RS 485总线标准,采用自定义串行通信协议,实现CSR控制子系统中的总线通讯的方法。并给出总线硬件电路和相应的软件实现流程图。

Relevância:

10.00% 10.00%

Publicador:

Resumo:

介绍了通过RS485总线和Intranet网络来实现对远程真空系统控制模块VAC400的控制和监测,并给出软件的C程序实现和部分硬件功能模块的程序流程图。系统控制模块VAC400采用TI公司的MSP430F149混合信号处理器,具有超低功耗的高集成度等优点。利用它构建的控制网络功能强大、结构简单、可靠性高、抗干扰能力强、一般不需扩展外围器件。系统适合对现场设备的远距离监测与控制。