To see the other types of publications on this topic, follow the link: MSP430.

Dissertations / Theses on the topic 'MSP430'

Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles

Select a source type:

Consult the top 50 dissertations / theses for your research on the topic 'MSP430.'

Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.

You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.

Browse dissertations / theses on a wide variety of disciplines and organise your bibliography correctly.

1

Kaluža, Jan. "Pokročilý simulátor mikrokontrolérů rodiny MSP430." Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2014. http://www.nusl.cz/ntk/nusl-236101.

Full text
Abstract:
The goal of this master's thesis is to provide an introduction to MSP430 microcontrollers and to design a simulator of these microcontrollers, focusing on easy implementation of extensions using peripherals. After a short introduction, the MSP430 microcontrollers are briefly described, including their internal peripherals and the formats used to store the binary executable code. The thesis continues with a  description of discrete event simulation using the DEVS formalism. Based on previous chapters, the new simulator (consisting of a simulation core, graphical user interface and library for MSP430 microcontroller simulation)  is designed and implemented. The implementation is tested by comparison with real microcontroller and in the end of the thesis, there is a summary and evaluation of the implemented simulator.
APA, Harvard, Vancouver, ISO, and other styles
2

Tapaninen, J. (Juuso). "MSP430- ja AVR-mikrokontrollerien I/O-rakenteet." Bachelor's thesis, University of Oulu, 2019. http://jultika.oulu.fi/Record/nbnfioulu-201905141778.

Full text
Abstract:
Tiivistelmä. Tässä tutkimuksessa perehdytään MSP430- ja AVR-mikrokontrollereiden I/O-toteutuksiin ja tutkitaan niiden käyttäytymistä. Toteutuksiin perehtyminen sisältää digitaalisen rakenteen läpikäymisen vaihe vaiheelta. Käyttäytymistä tutkitaan mittaamalla muuttuva-arvoisen pinnin nousu- ja laskuajat, minkä lisäksi tutkimuksessa mitataan pinnin resistanssit usealla käyttöjännitteellä.The I/O structure of MSP430 and AVR microcontrollers. Abstract. This research is about exploring the implementation and behaviour of the I/O structure of MSP430 and AVR microcontrollers. The implementation part includes reviewing the digital design step by step. Behaviour is reviewed by measuring the rise and fall times of a pin that is changing its state. In addition, pin resistances are measured using several operating voltages.
APA, Harvard, Vancouver, ISO, and other styles
3

John, Lijo. "Implementation of bitmask based code compression algorithm on MSP430 microcontroller." University of Cincinnati / OhioLINK, 2012. http://rave.ohiolink.edu/etdc/view?acc_num=ucin1352402739.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Fulbright, Jr Thomas. "DESIGN IMPLEMENTATION OF A MICROCONTROLLER BASED EXTERNAL FACILITY ACCESS CONTROL SYSTEM." Master's thesis, University of Central Florida, 2005. http://digital.library.ucf.edu/cdm/ref/collection/ETD/id/2830.

Full text
Abstract:
In order to solve the College of Engineering and Computer Science facility access problem, an automated system that provides exterior doors with a time schedule and allows authorized users to gain access to the facility after hours was developed. A microcontroller based system has been designed to interface with a personal computer. The system designed within this thesis can be used as a starting point for multiple facility access control systems. This thesis will describe the design, integration, test, and final delivery of a facility access system that incorporates the Texas Instruments MSP430 microcontroller, a magnetic card swipe reader, and software developed in Microsoft Visual Basic .Net to provide a reliable and robust system for the College of Engineering and Computers Sciences needs.
M.S.Cp.E.
Department of Electrical and Computer Engineering
Engineering and Computer Science
Computer Engineering
APA, Harvard, Vancouver, ISO, and other styles
5

Garcia-Fernández, Victor. "Use of Gravity Sensors for Free Space Orientation." Thesis, KTH, Skolan för informations- och kommunikationsteknik (ICT), 2015. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-174845.

Full text
Abstract:
This thesis deals with different approaches to filtering the signal output of a three axis accelerometerfor free space orientation, that is, finding the orientation of a sensor relative to gravity. Theplatform this orientation system is to be developed for is a low-power, high-efficiency fixed-pointmath microprocessor, therefore efficiency and mathematical operation precision are factors thatalso need to be taken into consideration in this work.This is an exploratory work which goals are to analize potential filtering solutions for free spaceorientation with a three-axis accelerometer, develop a tool to validate the theorical analysis, studythe repercusions of limited precision math on those algorithms and implement a filtering solutionas versatile as possible.The goal of finding the orientation with the output of an accelerometer and without a prioriinformation is deceptively simple: while in relaxed state and within inertial systems the outputof a three axis accelerometer and the direction of gravity is the same, when that hypothesis istaken away measurements output by the accelerometer include both gravity and acceleration dueto external forces applied to the system.The contributions of this thesis are a discussion of potential solutions for free space orientationwith unrestrictive preconditions by use of an accelerometer, and an implementation of such solutionfor the MSP430, popular platform of choice for digital signal processing. The main purposeof such a solution is to improve the precision with which gravity is estimated from the outputof the accelerometer. Potential applications of this work are relative position tracking, mapping,positioning systems (for example, within buildings or vehicles, where any other existing positioningsystem cannot work, such as tunnels for GPS).Instead of just low-pass filtering the output of the accelerometer, estimations to the state ofexternal forces applied to the system and tracking of changes to those forces are presented. Tomodel that system, the Kalman filter and the Particle filter are introduced and analyzed as potentialsolutions.This document includes a discussion of both Kalman and Particle filters, implementation ofa tool to compare and validate the models to estimate gravity, a discussion of the effect of fixedpoint math to those models and an implementation of a gravity estimation algorithm that is typeand plattform agnosic based on the output of a 3-axis accelerometer.All relevant code has been included as an appendix to this work This thesis deals with di_erent approaches to _ltering the signal output of a three axis accelerometer for free space orientation, that is, _nding the orientation of a sensor relative to gravity. The plattform this orientation system is to be developed for is a low-power, high-e_ciency _xed-point math microprocessor, therefore e_ciency and mathematical operation precision are factors that also need to be taken into consideration in this work. This is an exploratory work which goals are to analize potential _ltering solutions for free space orientation with a three-axis accelerometer, develop a tool to validate the theorical analysis, study the repercusions of limited precision math on those algorithms and implement a _ltering solution as versatile as possible. The goal of _nding the orientation with the output of an accelerometer and without a priori information is deceptively simple: while in relaxed state and within inertial systems the output of a three axis accelerometer and the direction of gravity is the same, when that hypothesis is taken away measurements output by the accelerometer include both gravity and acceleration due to external forces applied to the system. The contributions of this thesis are a discussion of potential solutions for free space orientation with unrestrictive preconditions by use of an accelerometer, and an implementation of such solution for the MSP430, popular platform of choice for digital signal processing. The main purpose of such a solution is to improve the precision with which gravity is estimated from the output of the accelerometer. Potential applications of this work are relative position tracking, mapping, positioning systems (for example, within buildings or vehicles, where any other existing positioning system cannot work, such as tunnels for GPS). Instead of just low-pass _ltering the output of the accelerometer, estimations to the state of external forces applied to the system and tracking of changes to those forces are presented. To model that system, the Kalman _lter and the Particle _lter are introduced and analyzed as potential solutions. This document includes a discussion of both Kalman and Particle _lters, implementation of a tool to compare and validate the models to estimate gravity, a discussion of the e_ect of _xed point math to those models and an implementation of a gravity estimation algorithm that is type and plattform agnosic based on the output of a 3-axis accelerometer. All relevant code has been included as an appendix to this work.
Denna avhandling beskriver olika metoder för filtrering av utsignalen från en tre-axlig accelerationsmätare för orientering i ledigt utrymme, det vill säga att finna en sensors orientering iförhållande till tyngdkraften. Den plattform detta orienteringssystem ska utvecklas för är en högeffektivmikro-processor med fixed-point matematik, därför är även matematisk operationsprecisionoch efiektivitet faktorer som måste beaktas i detta arbete.Detta är ett förberedande arbete där målet är att analysera möjliga filtreringslösningar för friutrymmesorientering med en tre-axlig accelerationsmätare, utveckla ett verktyg för att validerateoretisk analys, studera konsekvenserna av att använda begränsad precisionsmatematik både algoritmernaoch implementera en filtreringslösning för mikroprocessorerna.Målet med att finna orienteringen med hjälp av utsignalen från en accelerationsmätare ochutan a priori-information är bedrägligt enkel: I avslappnat tillstånd och inom interna system ärutgången hos en tre-axlig accelerationsmätare och tyngdkraftens riktning densamma, när den hypotesenär borttagen visar mätningar att utgång av accelerometern inkluderar både gravitationoch acceleration pågrund av yttre påfrestningarna påsystemet.Bidragen från denna uppsats är en diskussion om möjliga lösningar för orientering i frittutrymme med orestriktiva förutsättningar genom användning av en accelerationsmätare, och ettgenomförande av en sådan lösning för fixed-point matematik mikrokontrollerna. Det huvudsakligasyftet med en sådan läsning är att förbättra den precision med vilken gravitation uppskattas frånutsignalen från en accelerationsmätare. Potentiella tillämpningar av detta arbete är relativ positionsspårning, kartläggning, positioneringssystem (till exempel inom byggnader eller fordon, därandra befintliga positioneringssystem inte kan arbeta, till exempel tunnlar för GPS).Istället för att bara lågpass-filtrera utsignalen från en accelerationsmätare appliceras uppskattningartill stadiet av yttre krafter påsystemet och spårning av ändringar i dessa krafter presenteras.För att modellera systemet introduceras Kalman-filter och partikelfilter för att analyseras som potentiellalösningar.Det här dokumentet innehåller en diskussion om både Kalman och Partikelfilter, implementationav ett verktyg för att jämföra och validera modeller i syfte att uppskatta gravitationen,en diskussion om effekten av fixed-point matematik för dessa modeller och ett genomförande aven gravitationsuppskattningsalgoritm för mikrokontrollerna utifrån utgången hos en treaxlig accelerometer.Relevant kod finns som bilaga till detta arbete.. Denna avhandling beskriver olika metoder för filtrering av utsignalen från en tre-axlig accelerationsm ätare för orientering i ledigt utrymme, det vill säga att finna en sensors orientering i förhållande till tyngdkraften. Den plattform detta orienteringssystem ska utvecklas för är en högeffektiv mikro-processor med fixed-point matematik, därför är även matematisk operationsprecision och efiektivitet faktorer som måste beaktas i detta arbete. Detta är ett förberedande arbete där målet är att analysera möjliga filtreringslösningar för fri utrymmesorientering med en tre-axlig accelerationsmätare, utveckla ett verktyg för att validera teoretisk analys, studera konsekvenserna av att använda begränsad precisionsmatematik både algoritmerna och implementera en filtreringslösning för mikroprocessorerna. Målet med att finna orienteringen med hjälp av utsignalen från en accelerationsmätare och utan a priori-information är bedrägligt enkel: I avslappnat tillstånd och inom interna system är utgången hos en tre-axlig accelerationsmätare och tyngdkraftens riktning densamma, när den hypotesen är borttagen visar mätningar att utgång av accelerometern inkluderar både gravitation och acceleration pågrund av yttre påfrestningarna påsystemet. Bidragen från denna uppsats är en diskussion om möjliga lösningar för orientering i fritt utrymme med orestriktiva förutsättningar genom användning av en accelerationsmätare, och ett genomförande av en sådan lösning för fixed-point matematik mikrokontrollerna. Det huvudsakliga syftet med en sådan läsning är att förbättra den precision med vilken gravitation uppskattas från utsignalen från en accelerationsmätare. Potentiella tillämpningar av detta arbete är relativ positionssp årning, kartläggning, positioneringssystem (till exempel inom byggnader eller fordon, där andra befintliga positioneringssystem inte kan arbeta, till exempel tunnlar för GPS). Istället för att bara lågpass-filtrera utsignalen från en accelerationsmätare appliceras uppskattningar till stadiet av yttre krafter påsystemet och spårning av ändringar i dessa krafter presenteras. För att modellera systemet introduceras Kalman-filter och partikelfilter för att analyseras som potentiella lösningar. Det här dokumentet innehåller en diskussion om både Kalman och Partikelfilter, implementation av ett verktyg för att jämföra och validera modeller i syfte att uppskatta gravitationen, en diskussion om effekten av fixed-point matematik för dessa modeller och ett genomförande av en gravitationsuppskattningsalgoritm för mikrokontrollerna utifrån utgången hos en treaxlig accelerometer. Relevant kod finns som bilaga till detta arbete..
Este documento presenta y discute diferentes soluciones para filtrar la señal de salida de un acelerómetro triaxial con el objetivo de conocer su orientación en el espacio libre, es decir, estimar la orientacifion del senson en relación con la gravedad. La plataforma sobre la cual estos algoritmos han de ser desplegados es un microcontrolador de bajo consumo y alta eficiencia, TI MSP430, por ello, la eficiencia y la precisión de las operaciones matemáticas en los diferentes algoritmos son también tratadas en este documento. Éste es un trabajo de exploración cuyos objectivos son el análisis de soluciones para el filtrado de la señal de un acelerómetro triaxial, el desarrollo de una herramienta para la validación del análisis teórico, el estudio de la repercusión sobre los algoritmos de filtrado de la limitada precisión en las operaciones matemáticas, y la implementación de una solución de filtrado para el microcontrolador MSP430 de Texas Instruments. Encontrar la orientación de un sensor con la señal de salida de un acelerómetro es un abjetivo relativamente complejo: mientras el sensor están estacionario, la señal de salida es la orientación, pero cuando fuerzas externas son aplicadas sobre el sensor, estas fuerzas contribuyen como ruido al problema que se presenta. Las contribuciones de este documento son una discusión sobre potenciales soluciones para el filtrado de la señal de un acelerómetro triaxial para la orientación en el espacio libre, y una implementación de una solución para el microcontrolador MSP430, plataforma popular para el proceso digital de señales. La principal misión de esta implementación es la mejora de la precisión con la que se estima la dirección de la gravedad mediante el uso de un acelerómetro triaxial. Aplicaciones potenciales están relacionadas con seguimiento de posición, mapeado, sistemas de posicionamiento (por ejemplo, dentro de vehiculos o edificios donde otros sistemas no funcionarían, como por ejemplo GPS en un túnel). En lugar de un simple filtro paso bajo para eliminar el ruido introducido por fuerzas externas, estimaciones del estado de las fuerzas externas y filtros para el seguimiento de las mismas son presentados en este documento. Para modelar dicho sistema, se introcucen el filtro de Kalman y el filtro de Partículas, y ambos se analizan como soluciones para este problema. Este documento incluye una discusión de ambos tros, la implementacion de una herramienta de validación para los mismos, anfialisis del efecto de la introducción de álgebra de punto fijo sobre los modelos, y una implementacion del sistema para el MSP430 de Texas Instruments. El código relevante de este trabajo se incluye como apéndice a este trabajo.
APA, Harvard, Vancouver, ISO, and other styles
6

Michalek, Paul. "AN AUTHENTIC ECG SIMULATOR." Master's thesis, University of Central Florida, 2006. http://digital.library.ucf.edu/cdm/ref/collection/ETD/id/2500.

Full text
Abstract:
An ECG (electrocardiogram) simulator is an electronic tool that plays an essential role in the testing, design, and development of ECG monitors and other ECG equipment. Principally an ECG simulator provides ECG monitors with an electrical signal that emulates the human heart's electrical signal so that the monitor can be tested for reliability and important diagnostic capabilities. However, the current portable commercially available ECG simulators are lacking in their ability to fully test ECG monitors. Specifically, the portable simulators presently on the market do not produce authentic ECG signals but rather they endeavor to create the ECG signals mathematically. They even attempt to mathematically create arrhythmias (irregular heartbeats of which there are many different types). Arrhythmia detection is an important capability for any modern ECG monitor because arrhythmias are often the critical link to the diagnosis of heart conditions or cardiovascular disease. The focus of this thesis is the design and implementation of a portable ECG simulator. The important innovation of this prototype simulator is that it will not create its ECG signals mathematically, but rather it will store ECG data files on a memory module and use this data to produce an authentic ECG signal. The data files will consist of different types of ECG signals including different types of arrhythmias. The data files are obtained via the internet and require formatting and storing onto a memory chip. These files are then processed by a digital to analog converter and output on a four lead network to produce an authentic ECG signal. The system is built around the ultra-low power Texas Instruments MSP430 microcontroller.
M.S.
School of Electrical Engineering and Computer Science
Engineering and Computer Science
Computer Engineering
APA, Harvard, Vancouver, ISO, and other styles
7

Gouvêa, Conrado Porto Lopes 1984. "Implementação em software de criptografia baseada em emparelhamentos para redes de sensores usando o microcontrolador MSP430." [s.n.], 2010. http://repositorio.unicamp.br/jspui/handle/REPOSIP/275806.

Full text
Abstract:
Orientador: Julio César López Hernández
Dissertação (mestrado) - Universidade Estadual de Campinas, Instituto de Computação
Made available in DSpace on 2018-08-16T09:36:03Z (GMT). No. of bitstreams: 1 Gouvea_ConradoPortoLopes_M.pdf: 1643588 bytes, checksum: 84895f14e5bab746796d6ca64e8287cf (MD5) Previous issue date: 2010
Resumo: Redes de sensores sem fio têm se tornado populares recentemente e possuem inúmeras aplicações. Contudo, elas apresentam o desafio de como proteger suas comunicações utilizando esquemas criptográficos, visto que são compostas por dispositivos de capacidade extremamente limitada. Neste trabalho é descrita uma implementação eficiente em software, para redes de sensores sem fio, de duas tecnologias de criptografia pública: a Criptografia Baseada em Emparelhamentos (CBE) e a Criptografia de Curvas Elípticas (CCE). Nossa implementação foca a família de microcontroladores MSP430 de 16 bits, utilizada em sensores como o Tmote Sky e TelosB. Em particular, para a CBE, foram implementados algoritmos para o cálculo de emparelhamentos nas curvas MNT e BN sobre corpos primos; para a CCE, foi implementado o esquema de assinatura ECDSA sobre corpos primos para os níveis de segurança de 80 e 128 bits. As principais contribuições deste trabalho são um estudo aprofundado dos algoritmos de emparelhamentos bilineares e novas otimizações na aritmética de corpos primos para a MSP430, que consequentemente melhoram o desempenho dos criptossistemas de CBE e CCE em tal plataforma
Abstract: Wireless sensor networks have become popular recently and provide many applications. However, the deployment of cryptography in sensor networks is a challenging task, given their limited computational power and resource-constrained nature. This work presents an efficient software implementation, for wireless sensor networks, of two public-key systems: Pairing-Based Cryptography (PBC) and Elliptic Curve Cryptography (ECC). Our implementation targets the MSP430 microcontroller, which is used in some sensors including the Tmote Sky and TelosB. For the PBC, we have implemented algorithms for pairing computation on MNT and BN curves over prime fields; for the ECC, the signature scheme ECDSA over prime fields for the 80-bit and 128-bit security levels. The main contributions of this work are an in-depth study of bilinear pairings algorithms and new optimizations for the prime field arithmetic in the MSP430, which improves the running times of the PBC and ECC cryptosystems on the platform
Mestrado
Teoria da Computação
Mestre em Ciência da Computação
APA, Harvard, Vancouver, ISO, and other styles
8

Karim, Rafid, and Haidara Al-Fakhri. "Smart Door Lock : A first prototype of a networked power lock controller with an NFC interface." Thesis, KTH, Radio Systems Laboratory (RS Lab), 2013. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-134894.

Full text
Abstract:
Most major cell phone manufacturers have been releasing cell phones equipped with Near Field Communication (NFC). At the same time there is also increasing use of mobile payments and user verification with the use of the NFC technology. These trends indicate both the increasing popularity and great potential for increased use of NFC in today’s society. As a result NFC has a huge potential to simplify our everyday tasks, ranging from paying for items to accessing our office or home. In this context we will focus on using NFC together with a Power over Ethernet (PoE) powered circuit board and NFC reader to realize a simple system for granting access to open a locked door. One of the purposes of this realization is to explore what services can be realized when such a system is connected to the home/building network and connected to the Internet. A second purpose is to learn how to use network attached devices, as the concept of the Internet of Things is considered by many to be a driving force in the next generation Internet. This project uses very in expensive and low power hardware, as the number of devices is potentially very large and thus in order to minimize the technology’s impact on the environment we must consider how to minimize the power used – while maintaining the desired user functionality. This bachelor’s thesis project made it possible for a PoE powered circuit board containing a MSP430 microcontroller to work along with a NFC reader, which was connected through the Serial Peripheral Interface (SPI). We hope that the end result of this project will lead to a simpler life by exploiting this increasingly ubiquitous technology. For example, a homeowner could send a one-time key to a repair person who is coming to fix their sink. Similarly a homeowner could send a key to their neighbor which is valid for two weeks so that their neighbor could come into their home to water the plants while they are away on vacation. Another example is lending your apartment key to a friend while you are out of town.
Det blir allt vanligare med närfältskommunikation (NFC) i dagens samhälle, mobiltelefons-tillverkarna börjar utveckla nya telefoner med NFC teknik inbyggd, samtidigt som användningen av NFC ökat. Det sker även en utveckling inom mobila betalningar och användar-verifiering med användning av NFC, då NFC förenklar detta. Med detta sagt kommer vi att arbeta med detta i detta kandidatexamens-arbete där vi fokuserar på NFC samt Power over Ethernet som använder MSP430 chippet som kärna. Med dessa enheter kombinerade kommer en enkel rörelse med ett NFC kort över en NFC läsare som sedan skall ge åtkomst till en låst dörr. Detta i större kombination med en Internetuppkoppling kunna ge ägaren möjligheten att kunna skicka ut dörrnycklar till andra användare. I detta kandidatexamensarbete gjorde vi det möjligt för ett PoE kretskort bestående av ett MPS430 mikroprocessor att samarbeta med en NFC läsare genom SPI protokollet. Genom att utveckla detta projekt hoppas vi att vårt slutresultat leder till en enklare delning av nycklar med hjälp av denna teknologi.
APA, Harvard, Vancouver, ISO, and other styles
9

Hanuš, Ivan. "USB měřicí modul pro virtuální instrumentaci." Master's thesis, Vysoké učení technické v Brně. Fakulta elektrotechniky a komunikačních technologií, 2015. http://www.nusl.cz/ntk/nusl-221295.

Full text
Abstract:
The objective of this thesis is design of the universal USB measuring module for virtual instrumentation. The module is connected to PC via USB interface. The module have analog inputs and analog outputs. The inputs have some switchable ranges, adjustable high-pass and low-pass fiters. Also the module have the digital input-output unit with 8 channels with configurable data direction and voltage level. Physical layer for digital serial interfaces SPI/UART and I2C is also part of this unit. The module is able to communicate with LabVIEW enviroment. The teoretical part contains survey of the commercial USB modules for data acquisition and generation from various manufacturers with its basic parameters. Some selected modules are described in detail. Furthermore the thesis deals with possibilities of connecting the USB module with the LabVIEW enviroment. The practical part deals with the design of input-output circuits and with design of the module itself. Furthemore, tho communication protocol, utility library and demonstration LabVIEW software are described in this part. At the end of this part, there are results of verification measurements. The result of this thesis is completed universal USB measuring module with utility library and demonstration program.
APA, Harvard, Vancouver, ISO, and other styles
10

Zengin, Salih. "Systemc Implementation Of A Risc-based Microcontroller Architecture." Master's thesis, METU, 2006. http://etd.lib.metu.edu.tr/upload/2/12608083/index.pdf.

Full text
Abstract:
Increasing the complexity of modern electronic systems leads to Electronic System Level (ESL) modeling concept, which supports hardware and software co-design and co-verification environment in a single framework. SystemC language, which is an IEEE approved electronic design standard for system design and verification processes, provides such an environment by supporting a wide range of abstraction levels from system-level to register-transfer level (RTL). In this thesis, two different models of a processor core, whose instruction set architecture (ISA) is compatible with 16-bit TI MSP430 microcontroller, are designed by employing the classical hardware modeling capability of the SystemC language. With its well-designed orthogonal instruction set, elegant addressing modes, useful constant generators and flexible von-Neumann architecture, 16-bit RISC-like processor of the MSP430 microcontroller is an ideal selection for the system-on-a-chip (SoC) designs. Instruction set and addressing modes of the designed processors are simulated thoroughly. In addition, original 16-bit and 32-bit cyclic redundancy code (CRC) programs are used in order to verify the processor cores. In this study, SystemC to hardware flow is also illustrated by synthesizing the Arithmetic and Logic Unit (ALU) part of the processor into a Xilinx-based hardware.
APA, Harvard, Vancouver, ISO, and other styles
11

Pabbuleti, Krishna Chaitanya. "Performance Optimization of Public Key Cryptography on Embedded Platforms." Thesis, Virginia Tech, 2014. http://hdl.handle.net/10919/48120.

Full text
Abstract:
Embedded systems are so ubiquitous that they account for almost 90% of all the computing devices. They range from very small scale devices with an 8-bit microcontroller and few kilobytes of RAM to large-scale devices featuring PC-like performance with full-blown 32-bit or 64-bit processors, special-purpose acceleration hardware and several gigabytes of RAM. Each of these classes of embedded systems have unique set of challenges in terms of hardware utilization, performance and power consumption. As network connectivity becomes a standard feature in these devices, security becomes an important concern. Public Key Cryptography is an indispensable tool to implement various security features necessary on these embedded platforms. In this thesis, we provide optimized PKC solutions on platforms belonging to two extreme classes of the embedded system spectrum. First, we target high-end embedded platforms Qualcomm Snapdragon and Intel Atom. Each of these platforms features a dual-core processor, a GPU and a gigabyte of RAM. We use the SIMD coprocessor built into these processors to accelerate the modular arithmetic which accounts for the majority of execution time in Elliptic Curve Cryptography. We exploit the structure of NIST primes to perform the reduction step as we perform the multiplication. Our implementation runs over two times faster than OpenSSL implementations on the respective platforms. The second platform we targeted is an energy-harvested wireless sensor node which has a 16-bit MSP430 microcontroller and a low power RF interface. The system derives its power from a solar panel and is constrained in terms of available energy and computational power. We analyze the computation and communication energy requirements for different signature schemes, each with a different trade-off between computation and communication. We investigate the Elliptic Curve Digital Signature Algorithm (ECDSA), the Lamport-Diffie one-time hash-based signature scheme (LD-OTS) and the Winternitz one-time hash-based signature scheme (W-OTS). We demonstrate that there’s a trade-off between energy needs, security level and algorithm selection. However, when we consider the energy needs for the overall system, we show that all schemes are within one order of magnitude from each another.
Master of Science
APA, Harvard, Vancouver, ISO, and other styles
12

Baštán, Ondřej. "Komunikační systém standardu Wireless M-Bus." Master's thesis, Vysoké učení technické v Brně. Fakulta elektrotechniky a komunikačních technologií, 2017. http://www.nusl.cz/ntk/nusl-316266.

Full text
Abstract:
The thesis deals with the design of wireless communication system using Wireless M- Bus, which works in the 169 MHz band. This system is designed to collect data from meters that are not equipped with a radio and have pulse outputs. The thesis describes the Wireless M-Bus standard and the current components of the communication system used by ModemTec. It also describes the selection and design of a suitable hardware implementing the receiver and transmitter modules and the firmware design for these modules. The thesis deals with the parameterization of the transmitter module in order to specify the parameters of the transmitted measured quantity.
APA, Harvard, Vancouver, ISO, and other styles
13

Ďurík, Maroš. "GSM monitorovací systém pro staré lidi." Master's thesis, Vysoké učení technické v Brně. Fakulta elektrotechniky a komunikačních technologií, 2014. http://www.nusl.cz/ntk/nusl-220706.

Full text
Abstract:
The work deals with design of system for monitoring elderly people. The final product of this thesis will be used to ensure protection of old person´s health. The device will also remind water regime, taking of medicine, measure gas concentration and it will make an emergency call or send an emergency SMS. It will inform an old person about time and date and it will also be working in case of power fail.
APA, Harvard, Vancouver, ISO, and other styles
14

Castanheira, Fábio Mendes. "Desenvolvimento de uma aparelhagem de auditoria energética de sistemas eléctricos." Master's thesis, Universidade da Beira Interior, 2010. http://hdl.handle.net/10400.6/3836.

Full text
Abstract:
Esta dissertação com vista à obtenção do Grau de Mestre em Engenharia Electrótecnica e de Computadores, ramo de automação e electrónica, tem como principal objectivo o desenvolvimento de um dispositivo para apoio à realização de auditorias energéticas da rede eléctrica. O trabalho consiste em criar de raiz os vários componentes de hardware que constituem o equipamento pretendido. Esta tarefa inclui tanto a parte do dimensionamento dos PCBs e dos componentes, como a escolha mais apropriada dos diferentes componentes que compõe cada um dos módulos. Além disso, é descrito integralmente a parte do funcionamento dos circuitos concebidos. Neste trabalho de dissertação, também é feito o estudo pormenorizado do protocolo de comunicação I2C utilizado entre os diversos módulos.Este protocolo foi escolhido devido à sua simplicidade de implementação, que se traduz numa fácil programação.
APA, Harvard, Vancouver, ISO, and other styles
15

Dvorský, Pavel. "Měřicí modul napájený po optickém vláknu." Master's thesis, Vysoké učení technické v Brně. Fakulta elektrotechniky a komunikačních technologií, 2011. http://www.nusl.cz/ntk/nusl-219008.

Full text
Abstract:
The thesis deals with design and construction of low-power measurement device with power over optical fiber. This device should measure input signal in range of 50 mV to 50 V and the results of measurement sent through optical fiber into sensing module.
APA, Harvard, Vancouver, ISO, and other styles
16

Janda, Josef. "Automatizovaný systém pro udržení životních podmínek v akváriích." Master's thesis, Vysoké učení technické v Brně. Fakulta elektrotechniky a komunikačních technologií, 2012. http://www.nusl.cz/ntk/nusl-219762.

Full text
Abstract:
This thesis project describes the design and construction of an automated system for maintaining live conditions in aquarium. The main purpose of the system is to automate certain procedures and to ensure control of important environmental parameters of artificial breeding of aquarium animals and plants. The device regulates lighting, temperature, CO2 concentration and other parameters. The LCD with touch screen is used to system control and to display measured values.
APA, Harvard, Vancouver, ISO, and other styles
17

Novotný, Tomáš. "Tachometr založený na akcelerometru a GPS." Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2010. http://www.nusl.cz/ntk/nusl-237121.

Full text
Abstract:
This thesis deals with a design of speedometer for sportsmen, which is able to display current speed and to record a trip. The proposed parts are small enough. That's why sportsman won't be bothered much. The GPS is used for measurement of speed and to determine position. A strip, which consists of LED diodes, is used for speed displaying. The strip is situated in a sportsman's glasses. A trip is recorded to a MultiMediaCard. The FAT file system is used on the memory card.
APA, Harvard, Vancouver, ISO, and other styles
18

Bohman, Matthew Kendall. "Compiler-Assisted Software Fault Tolerance for Microcontrollers." BYU ScholarsArchive, 2018. https://scholarsarchive.byu.edu/etd/6724.

Full text
Abstract:
Commercial off-the-shelf (COTS) microcontrollers can be useful for non-critical processing on spaceborne platforms. Many of these microprocessors are inexpensive and consume little power. However, the software running on these processors is vulnerable to radiation upsets, which can cause unpredictable program execution or corrupt data. Space missions cannot allow these errors to interrupt functionality or destroy gathered data. As a result, several techniques have been developed to reduce the effect of these upsets. Some proposed techniques involve altering the processor hardware, which is impossible for a COTS device. Alternately, the software running on the microcontroller can be modified to detect or correct data corruption. There have been several proposed approaches for software mitigation. Some take advantage of advanced architectural features, others modify software by hand, and still others focus their techniques on specific microarchitectures. However, these approaches do not consider the limited resources of microcontrollers and are difficult to use across multiple platforms. This thesis explores fully automated software-based mitigation to improve the reliability of microcontrollers and microcontroller software in a high radiation environment. Several difficulties associated with automating software protection in the compilation step are also discussed. Previous mitigation techniques are examined, resulting in the creation of COAST (COmpiler-Assisted Software fault Tolerance), a tool that automatically applies software protection techniques to user code. Hardened code has been verified by a fault injection campaign; the mean work to failure increased, on average, by 21.6x. When tested in a neutron beam, the neutron cross sections of programs decreased by an average of 23x, and the average mean work to failure increased by 5.7x.
APA, Harvard, Vancouver, ISO, and other styles
19

Šťáva, Radek. "Miniaturní zařízení pro sledování polohy." Master's thesis, Vysoké učení technické v Brně. Fakulta elektrotechniky a komunikačních technologií, 2016. http://www.nusl.cz/ntk/nusl-242050.

Full text
Abstract:
The main theme of this masters's thesis is to design and make a miniature universal tracking device. This device is primarily for tracking asset, pets or people. For detecting the position data is used GPS technology. Data transmission is carried out via the GSM network. The device is technically solved and realized with respect to miniature size, high battery life and with regard to resistance against water, dust and impact damage. It is selected unique design, suitable for hermeticaly closure of the entire facility. Due to hermetic closure there is any buttons, any connectors and the battery charging is wireless.
APA, Harvard, Vancouver, ISO, and other styles
20

Kubáč, Stanislav. "Návrh digitálního optického výstupu." Master's thesis, Vysoké učení technické v Brně. Fakulta elektrotechniky a komunikačních technologií, 2009. http://www.nusl.cz/ntk/nusl-217762.

Full text
Abstract:
This work descibes general principles of measuring the alternating current and voltage using conventional and unconventional sensors.This work shows specific parmeters conected with principles of the measurement, advantages and disadvantages of individual measuring procedures, types of output signals, precisions, limitations, ways of power and so on. Part of the work is to find optimal measurement procedure, which can be aplicated to practical measuring of alternating currents and voltage. Main part of the work concerns the realisation of optimal method of measuring alternating current.
APA, Harvard, Vancouver, ISO, and other styles
21

Konečný, Ondřej. "Knihovna pro programování mikrokontrolérů nezávisle na jejich rodině." Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2014. http://www.nusl.cz/ntk/nusl-236105.

Full text
Abstract:
This project describes a concept of a library architecture that will enable to hide platform-specific behaviour of different MCUs under an united API that will enable the developers to develop portable applications. After a short summary of the current situation, the report describes the main principles of the library-to-be followed by definitions of behaviour of each module that can be controlled using the library. Then this report describes techniques used in the implementation and platform specifics. In the conclusion there is an idea of the direction in which the development could continue.
APA, Harvard, Vancouver, ISO, and other styles
22

Hruškovský, Antonín. "Záznamník EKG dat." Master's thesis, Vysoké učení technické v Brně. Fakulta elektrotechniky a komunikačních technologií, 2017. http://www.nusl.cz/ntk/nusl-316692.

Full text
Abstract:
The master thesis deals with the issue of long-term ECG recording, used in medicine for monitoring of cardiac anomalies. Author focuses on explaning the general concepts in the first part. Author describes measuring methods and issues associated with measuring. Comparison of existing devices and design of solution with own features are in next chapter. Next is comparison and selecting of formats for recording measured data and description of device connectivity. In next chapter author focuses on hardware design and implementation of device. After that author describes software solution design for microcontroller, Bluetooth module and smartphone. Author introduces possible improvements for future generation of the device and then describes results of testing at the end of this work.
APA, Harvard, Vancouver, ISO, and other styles
23

Macháň, Ladislav. "Využití elektrických vlastností kompozitních materiálů s modifikovanou cementovou matricí." Doctoral thesis, Vysoké učení technické v Brně. Fakulta elektrotechniky a komunikačních technologií, 2015. http://www.nusl.cz/ntk/nusl-234526.

Full text
Abstract:
The dissertation thesis is focused on practical use of composite material with modified cement matrix. Especially the area of electrical behavior of composite materials in use has been examined, for strain sensing material. The experimental part solves the problematics of corrosion of carbon and metallic materials in alkaline environment of the cement matrix. The physical design of the sensor and its fabrication using functional composite cement material have been described here. The thesis has also discussed defining the influence of temperature change and humidity change on the change of electrical parameters of integrated sensors. An important part of the thesis is the area of evaluating a series of measurements of electrical parameters under dynamic loading. The thesis analyzes designed measurement method in detail, being suitable to determine electrical properties of cement composite materials including the construction of a monitoring system that enables practical application of sensors in complex structures.
APA, Harvard, Vancouver, ISO, and other styles
24

Fujdiak, Radek. "Kryptografický protokol s veřejným klíčem." Master's thesis, Vysoké učení technické v Brně. Fakulta elektrotechniky a komunikačních technologií, 2013. http://www.nusl.cz/ntk/nusl-220309.

Full text
Abstract:
The Master thesis is an introduction to cryptology. The Thesis describe cryptosystems and selects one ideal cypher for low-power microcontroler. In thesis provides manual for instal development program COde Composer Studio, basic implementation of selected cryptosystem with small numbers and suggestion for implementation selected cyptosystem with big numbers.
APA, Harvard, Vancouver, ISO, and other styles
25

Široký, Adam. "Časomíra letu v ultralehkém letadle/vrtulníku." Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2015. http://www.nusl.cz/ntk/nusl-235008.

Full text
Abstract:
This thesis deals with the development of embedded system for ultra light airplanes and helicopters. The aim is to design a system which would allow to measure and record the length of individual flights. It is therefore an onboard electronic diary which should facilitate and streamline the administration associated with sport aircraft operation. The base of the system is created on microcontroller of the MSP430 family by Texas Instruments. A reader will be offered the used hardware, the system design, the way of function and the possibility of using of the suggested system.
APA, Harvard, Vancouver, ISO, and other styles
26

Parkyn, Andrew K. "Multi-sensor platforms for the geophysical evaluation of sensitive archaeological landscapes. Evaluation of and improvement of the MSP40 mobile sensor device for rapid multi-technique and low impact measurements on archaeological sites with vulnerable soil." Thesis, University of Bradford, 2012. http://hdl.handle.net/10454/6336.

Full text
Abstract:
Mobile platforms for archaeological purposes have increased in use over the last 20 years with many of the developments coming from Continental Europe. Mobile platform developments have mainly focused on one type of instrumentation, offering multiple sensors, depths of detection or frequencies. This development of mobile platforms has focused on data acquisition rates but has not considered the physical impact on the soil. The Geoscan Research Mobile Sensor Platform (MSP40) was intended to improve survey efficiency and remain a lightweight system. The platform can collect two earth resistance configurations that show directional variation of the current flow through soil. Additional sensors were integrated on to the square frame of the hand-pulled cart to record simultaneous fluxgate gradiometer data and a microtopographic surveys. Ground based geophysical investigation will always have a physical impact on a site. The MSP40 is no exception but careful selection of wheel types and the lightweight frame limit the damage compared to many mobile arrays. The MSP40 has been tested on a number of different soils at various times of the year with encouraging results; however issues with overcoming the contact resistance of electrodes remain. The continuous collection rate and combination of techniques means a slight drop in data quality is inevitable. However the increased data density, multiple-sensors and improved rate of collection offset reductions in data quality. The research has shown that the MSP40 can perform low impact rapid site assessments on ¿vulnerable¿ sites, whilst maximising the information gained from a single traverse.
AHRC, Geoscan Research
APA, Harvard, Vancouver, ISO, and other styles
27

Parkyn, Andrew Keith. "Multi-sensor platforms for the geophysical evaluation of sensitive archaeological landscapes : evaluation of, and improvement of, the MSP40 mobile sensor device for rapid multi-technique and low impact measurements on archaeological sites with vulnerable soil." Thesis, University of Bradford, 2012. http://hdl.handle.net/10454/6336.

Full text
Abstract:
Mobile platforms for archaeological purposes have increased in use over the last 20 years with many of the developments coming from Continental Europe. Mobile platform developments have mainly focused on one type of instrumentation, offering multiple sensors, depths of detection or frequencies. This development of mobile platforms has focused on data acquisition rates but has not considered the physical impact on the soil. The Geoscan Research Mobile Sensor Platform (MSP40) was intended to improve survey efficiency and remain a lightweight system. The platform can collect two earth resistance configurations that show directional variation of the current flow through soil. Additional sensors were integrated on to the square frame of the hand-pulled cart to record simultaneous fluxgate gradiometer data and a microtopographic surveys. Ground based geophysical investigation will always have a physical impact on a site. The MSP40 is no exception but careful selection of wheel types and the lightweight frame limit the damage compared to many mobile arrays. The MSP40 has been tested on a number of different soils at various times of the year with encouraging results; however issues with overcoming the contact resistance of electrodes remain. The continuous collection rate and combination of techniques means a slight drop in data quality is inevitable. However the increased data density, multiple-sensors and improved rate of collection offset reductions in data quality. The research has shown that the MSP40 can perform low impact rapid site assessments on 'vulnerable' sites, whilst maximising the information gained from a single traverse.
APA, Harvard, Vancouver, ISO, and other styles
28

Daher, Lena Juliette. "Potentiel vaccinal des protéines de la famille MSP3 de Plasmodium falciparum : évaluation de différentes constructions de MSP3-1, de quatre nouveaux membres de la famille, et d'une première construction multigénique." Paris 6, 2008. http://www.theses.fr/2008PA066291.

Full text
Abstract:
MSP3-1, candidat vaccin antipaludique, a fait l’objet d’un essai clinique sous forme d’un peptide synthétique comprenant une séquence de 69aa cible d’anticorps protecteurs. MSP3-1 appartient à une famille de protéines, partageant des épitopes cibles d’anticorps inhibiteurs du parasite. Il est probablement possible de tirer profit de cette famille d’antigènes homologues, pour induire des anticorps protecteurs chez des individus de fonds génétiques divers. L’objectif de l’étude est de définir des constructions vaccinales améliorées. Pour cela, nous avons évalué, chez les souris C57BL/6J et BALB/c, l’immunogénicité de 4 constructions de MSP3-1, ainsi que celle des autres protéines de la famille MSP3 et d’une construction multigénique basée sur ces mêmes protéines. Parallèlement, l’antigénicité humaine de ces protéines a été étudiée. Les résultats montrent que certaines régions de MSP3-1, modulent la réponse immunitaire contre les épitopes d’intérêt. La construction menée en clinique est rétro-validée, car elle induit des taux d’anticorps élevés, mais l’importance d’une deuxième construction, dépourvue des séquences adjacentes au domaine d’intérêt, comprenant un épitope Th1 favorisant des réponses anticorps cytophiles est démontrée. De même, la construction multigénique induit des anticorps inhibiteurs du parasite, et qui reconnaissent les protéines natives. Parallèlement, les études d’antigénicité humaine ont permis de démontrer une corrélation entre la protection et les réponses anticorps spécifiques des différentes protéines de la famille et de caractériser des séquences cibles d’anticorps inhibiteurs. Ces données permettraient d’améliorer les constructions vaccinales en perspective
APA, Harvard, Vancouver, ISO, and other styles
29

Ruprecht, Nathan Alexander. "Implementation of Compressive Sampling for Wireless Sensor Network Applications." Thesis, University of North Texas, 2018. https://digital.library.unt.edu/ark:/67531/metadc1157614/.

Full text
Abstract:
One of the challenges of utilizing higher frequencies in the RF spectrum, for any number of applications, is the hardware constraints of analog-to-digital converters (ADCs). Since mid-20th century, we have accepted the Nyquist-Shannon Sampling Theorem in that we need to sample a signal at twice the max frequency component in order to reconstruct it. Compressive Sampling (CS) offers a possible solution of sampling sub-Nyquist and reconstructing using convex programming techniques. There has been significant advancements in CS research and development (more notably since 2004), but still nothing to the advantage of everyday use. Not for lack of theoretical use and mathematical proof, but because of no implementation work. There has been little work on hardware in finding the realistic constraints of a working CS system used for digital signal process (DSP). Any parameters used in a system is usually assumed based on stochastic models, but not optimized towards a specific application. This thesis aims to address a minimal viable platform to implement compressive sensing if applied to a wireless sensor network (WSN), as well as address certain parameters of CS theory to be modified depending on the application.
APA, Harvard, Vancouver, ISO, and other styles
30

Bang, Gilles. "Etudes précliniques de nouvelles constructions vaccinales antipalustres combinant des protéines de la famille multi génique MSP3 de Plasmodium falciparum." Paris 7, 2011. http://www.theses.fr/2011PA077230.

Full text
Abstract:
Le paludisme est la maladie parasitaire la plus mortelle pour les populations humaines. L'agent étiologique de l'infection, Plasmodium spp, est inoculé par des anophèles hématophages. Le candidat-vaccin MSP3, constitué d'une portion du domaine C-terminal de la protéine montra récemment qu'il était capable d'induire la protection contre la maladie chez des enfants africains. Récemment l'intérêt vaccinal de la MSP3 fut soulignée par la définition d'une famille multigénique de protéines partageant une même organisation structurale et ciblées par des anticorps cross réagissant avec l'ensemble des membres de la famille, offrant de nouvelles perspectives pour le développement de vaccins multiantigéniques. Dans cette optique, huit poly protéines (PP) de taille et de composition différentes combinant les antigènes des communs entre les membres de la famille furent synthétisées dans Escherichia coll. Les études d'immunogénicité vis-à-vis de la famille MSP3 dans trois souches de souris génétiquement distinctes (C57BL/6 ; BALB/c ; Swiss), montrèrent qu'elles induisaient assez précocement une réponse anticorps de haute amplitude et homogène indépendamment du fond génétique murin ou de l'immunogène. Cette réponse était constituée principalement de sous-classes d'IgG cytophiles murines (IgG2a, IgG2b, IgG2c). Une observation concordant avec celle obtenue en antigénicité, qui montrait que les anticorps naturellement présents et spécifiques. Des PP dans les sérums issus d'individus en zone d'endémie étaient principalement de nature cytophiles (IgGl, IgG3). Par ailleurs, l'analyse de la réactivité des anticorps induits révéla qu'ils étaient capables de reconnaitre les protéines natives du stade sanguin du parasite, et d'exercer en coopération avec des monocytes humains, une activité antiparasitaire in vitro en ADCL Si ces PP dérivées de MSP3 constituent une version améliorée du premier multigène générée à la suite de la découverte de la famille, la réactogénicité hautement similaire de chacune d'elles est un handicap à surmonter à travers d'autres outils de criblage afin de sélection 2 ou 3 à conduire en expérimentation de phase I chez l'Homme
MSP3 has been shown to induce protection against malaria in African children. The characterization of a family of Plasmodium falciparum merozoite surface protein 3 (MSP3) antigens sharing a similar structural organization, simultaneously expressed on the merozoite surface and targeted by a cross-reactive network of protective antibodies offers new perspectives for the development of subunit vaccines against malaria. Eight recombinant polyproteins containing carefully selected regions of this family covalently linked in different combinations were ail efficiently produced in Escherichia coll. The polyproteins consisted of one monovalent, one bivalent, one trivalent, two tetravalents, one hexavalent construct, and two tetravalents incorporating coiled-coil repeats regions from LSA3 and p27 vaccine candidates. All eight polyproteins induced a strong and homogeneous antibody response in mice of three distinct genotypes, with a dominance of cytophilic IgG subclasses, lasting up to six months after the last immunization. Vaccine-induced antibodies exerted a strong monocyte-mediated in vitro inhibition of P. Falciparum growth. Naturally acquired antibodies from individuals living in an endemic area of Senegal recognized the polyproteins with a reactivity mainly constituted of cytophilic IgG subclasses. Combination of genetically conserved and antigenically related MSP3 proteins provides promising subunit vaccine constructs, with improved features as compared to the first generation construct employed in clinical trials (MSP3-LSP). These multivalent MSP3 vaccine constructs expand the epitope display of MSP3 family proteins, and lead to the efficient induction of a wider range of antibody subclasses, even in genetically different mice. These findings are promising for future immunization of genetically diverse human populations
APA, Harvard, Vancouver, ISO, and other styles
31

Rupp, Marie Adrienne Verfasser], and Peter [Akademischer Betreuer] [Kremsner. "Entwicklung eines Western-Blot-Verfahrens zur semiquantitativen Bestimmung der Antikörperkonzentration gegen den Malariaimpfstoffkandidat GMZ2 - ein MSP3-GLURP-Fusionsprotein / Marie Adrienne Rupp ; Betreuer: Peter G. Kremsner." Tübingen : Universitätsbibliothek Tübingen, 2012. http://d-nb.info/1160600538/34.

Full text
APA, Harvard, Vancouver, ISO, and other styles
32

Demanga, Galamo Corine Josiane. "Analyse méthodique d'une nouvelle famille de protéines de Plasmodium falciparum en vue de la définition de constructions vaccinales polyantigéniques anti-paludiques." Paris 6, 2009. http://www.theses.fr/2009PA066157.

Full text
APA, Harvard, Vancouver, ISO, and other styles
33

Chang, Wenhao, and 張紋豪. "MSP430 Robot Based E-Laboratory System." Thesis, 2011. http://ndltd.ncl.edu.tw/handle/85283191832189523307.

Full text
Abstract:
碩士
明志科技大學
電子工程研究所
100
The current robot technology is booming and changing rapidly, and related applications for industry, military and medical gradually enter our daily life to bring convenience. Particularly, the natural disasters happened frequently around the world, and thus robots for preventing those disasters are getting further important. Therefore, this study sets up a remote laboratory learning system through Internet to provide a remote teaching platform for intelligent robots. Due to the reason that open source software has advantages of high flexibility, high security and low cost, our system employs many open source software such as Moodle, LabVIEW, MSP430, and MSPGCC to establish the proposed learning system. A student can remotely perform E-laboratory related actions such as learning, practicing and/or studying to the robot and its connected sensor devices by Internet connections between the browser and server. Then, the laboratory results can be timely presented by web pages from the IP-Cam and LabVIEW. In addition, this robot based system provides on-line teaching courses of laboratories for MSP430 microcontroller, sensor devices and other peripheral equipments. The courses can be further divided into basic and advanced levels to enhance learning interests and effects for students. Therefore, by the proposed system, teaching and learning will be more interesting and not be restricted to time and space anymore.
APA, Harvard, Vancouver, ISO, and other styles
34

Liou, Kun-Lin, and 劉昆林. "Greenhouse automatic control system based on MSP430." Thesis, 2015. http://ndltd.ncl.edu.tw/handle/26282679651658223965.

Full text
Abstract:
碩士
龍華科技大學
電機工程系碩士班
103
Micro Controller Unit was produced in the 1980s. It was researched and developed from General Instrument, its features of low price, multi-function, user-friendly, and its volume is small. Up to now, Micro Controller Unit is be used in many fields, such as automobiles, biomedical engineering, motor controllers, vending machines, sirens, electric vehicle, and so on. Many different types of Micro Controller Unit are promoted continuously. For example: 8051, PIC, HT, and MPC. This essay discusses MSP430 mainly which was developed by Texas Instrument Company. Its major characteristic has a low power design. Moreover, Texas Instrument Company launched many different series of MSP430 and varied packing. MSP430 is highly integrated circuits. It is not only save many peripheral devices but also has many powerful functions. This essay applies the internal ADC12 of MSP430 to transfer analog signals to digital signals of temperature-humidity and illumination so on. Afterwards, we control the MSP430 modules to reveal the messages according to the digital signals from the computer.
APA, Harvard, Vancouver, ISO, and other styles
35

Kretzschmar, Uli Fengler Wolfgang. "Entwicklung eines Cache-Systems für den MikrocontroLler MSP430 /." 2007. http://www.gbv.de/dms/ilmenau/abs/534682057kretz.txt.

Full text
APA, Harvard, Vancouver, ISO, and other styles
36

Sha, Yu-Yang, and 沙宇陽. "On Energy Efficiency of Variation-Aware MSP430 Designs." Thesis, 2015. http://ndltd.ncl.edu.tw/handle/au562j.

Full text
Abstract:
碩士
國立中正大學
電機工程研究所
103
Lowered voltage has become an important method to enhance the energy efficiency of CMOS circuits. Incorporates in-situ error detection and correction mechanism to recover from timing errors (including the need for error correction cycle Razor and TDTB technique and does not require correction cycle TBLB technique), but also scale down the range of voltage, to save more power consumption. Traditionally, however, the above design is generally based on worst operating conditions to design, while using too much high speed but large power consumption element cells, even lowering supply voltage to recycling energy is still limited; therefore energy efficiency of the use of perspective, still leaves considerable for improvement. This issue needs for Internet of things such as high energy efficiency using an application core design - microcontroller core, it is especially important. This thesis, designed openMSP430 under great process variability of 28nm CMOS technology, for example, proposed to improve the above problems. Significant design technique includes: (1) Using the typical operating condition to design, our purpose is to save circuit area and want to further reduce the active and standby power consumption (2) Using in-situ timing error detection and correction design techniques to solve problems facing the the working conditions deteriorate and the circuit does not work. (3) Useing does not require error correction cycle TBLB technique to match the level of the pipeline depth is only 3 MSP430 (Note: Need error correction cycle Razor and TDTB technique does not apply to just a level of 3 MSP430), while avoiding the architecture of design updates the cost and maintain the continuity of instruction execution. (4) Proposed pre-boost technique to solve the limitation of the last Memory stage of the pipeline cannot be used TBLB technique. (5) Through systematic instruction analysis, "conditional pre-boost circuit" is designed to reduce TBLB technique voltage boost control circuit complexity and shorten the voltage rise time. (6) Unlike traditional voltage dip technique it is only feasible in the simulation stage, the design since the pre-boost technique, making the run-time automatic voltage dip pursue work has become feasible. (7) Proposes a complete design flow in order to properly compare "worst case" and "typical case" overall performance of the two designs, in order to be able to propose the design method of this study be extended to other types of designs. The actual design and simulation data shows, as opposed to worst case design, this new design in addition to 4% area savings, under normal operating conditions in the solution save power consumption by 35%, and 9% in the worst operating conditions require extra power consumption (relatively a higher voltage) to continue its normal operations..
APA, Harvard, Vancouver, ISO, and other styles
37

Zheng-Feng, Yang, and 楊政峯. "Implementation of IMA ADPCM on an MSP430 Microcontroller." Thesis, 2015. http://ndltd.ncl.edu.tw/handle/74924532391313737712.

Full text
Abstract:
碩士
朝陽科技大學
資訊與通訊系
103
The target of this research was to design and accomplishing Adaptive Differential Pulse-code Modulation (ADPCM) on Zigbee wireless sensor node. Using a microphone to receive voice signals. And by using ADPCM technology allows voice can be instantly transmitted on Zigbee wireless network, so that the wireless sensor networks can not only sense the environmental information, but also achieved real-time voice transmission. In order to extend the lifetime of wireless sensing, on the hardware circuit part in this research, exclude using a high-performance digital signal processing chips which have large power consumption, chose using the ultra-low power 16-bit MSP430 microprocessor produced by TI, and use an oscilloscope to compare the difference between original voice signal and the coded voice signal. In the end, using Perceptual Evaluation of Speech Quality (PESQ) to analyze the various voice signals to get Mean Opinion Score (MOS). And using those MOS to evaluate the pros and cons of the voice quality. The result of this system outdoor test has shown that not only can make instant voice transmission via Zigbee, and the MOS value of this voice quality has reach 3.705.
APA, Harvard, Vancouver, ISO, and other styles
38

Wu, Bo-Yi, and 吳柏毅. "Design of wireless clinical alarm based on MSP430." Thesis, 2015. http://ndltd.ncl.edu.tw/handle/97112756069923197960.

Full text
Abstract:
碩士
龍華科技大學
電機工程系碩士班
103
Because of the short-staffed problem in the recent hospitals caused the medical professional must to work overtime in the long-term. Especially in the period of midnight, many patients need the medical professional to observe their bodily condition. If there had a medical equipment which could replace or reduce the requirement of medical staffs, we believed that it could not only improve the situation of medical professional work overtime in the long-term but also lower the requirement of medical staffs. MSP430 is a Micro Controller Unit which researched and developed by Texas Instruments Company. The most useful functions of MSP430 are save electricity and have low power design. Texas Instruments Company can also exploit many different types of Micro Controller Unit in accordance with different environment. The Module is very useful to integrate many different electronic circuits on medical system. This essay use MSP430F5438 Experimenter Board to be the central system of medical sirens, exercising the buzzer and LCD of MSP430 Experimenter Board to combine with the temperature sensor reveal patients bodily condition, Moreover, it not only can transfer patients data into the computers by using Bluetooth but also can deliver the messages that medical professionals want to convey by Bluetooth.
APA, Harvard, Vancouver, ISO, and other styles
39

Li, Shih-Chien, and 李士杰. "Design of C Language Application For MSP430 Microcontroller." Thesis, 2012. http://ndltd.ncl.edu.tw/handle/65972013447886270661.

Full text
Abstract:
碩士
龍華科技大學
電機工程系碩士班
101
The main issue of this paper is concentrated on Design of C Language Application For MSP430 Microcontroller, the MCU, which was developed by TI (Texas Instruments, TI) to meeth a wide range of different needs for integration, and save a lot of peripheral circuits which is powerful and easy to be use . The writer uses the IAR software to write MSP430-related programs. Although MSP has many advantages, for those users it is not easy to use in the beginning. According to my personal experience, the users must start to learn from the most basic level such as understanding the circuit, the welding circuit, then bread board, understanding the peripheral related components, and the meaning of the code itself, by passing through numerous difficulties. Therefore, the main focus of this paper is to provide some experience and some problems as simple as possible in order to help the beginners to achieve a more smooth development process.
APA, Harvard, Vancouver, ISO, and other styles
40

TSAI, FENG-CHUN, and 蔡豐駿. "Development of Laser Tide Gauge System Based on MSP430." Thesis, 2018. http://ndltd.ncl.edu.tw/handle/83dxz5.

Full text
Abstract:
碩士
國立高雄應用科技大學
電機工程系博碩士班
106
The purpose of this thesis is to obtain high accuracy tidal data through low-cost, high-mobility, and the high-precision laser rangefinder. Nowadays, the national maritime engineering is rapidly developing, and costs of original equipment are approximately NT$100,000 for the acquisition of tidal data. Setting up tidal gathering stations to acquire a large amount of construction need a larger amount of maintenance funds, and therefore it is resulting in an incomplete data acquisition. This article uses MSP430 as the core processor with its low energy consumption characteristics and stable computing power, to support easy programming and compatible connection with many peripheral devices of I2C, SPI, Bluetooth, and RS-232 etc. This implementation utilizes such feature to integrate the wireless Bluetooth system linked to the control computer in order to prevent the risk of joint corrosion that may be caused by installing the instruments on the seashore. In addition, through the RS-232 interface, the high precision laser rangefinder and UHF radio equipment are welded on the motherboard to achieve a low cost and high accuracy objective. After setup the system, the precision performance was a 1% error less than the pressure type tide where the measuring station is located at Kaohsiung Port Authority Pier 10. As a result, all vessels within a radius of 2.2 km are able to receive the real-time tidal data via radio broadcast and get the water depth correction immediately. Therefore, for all the arrival and departure vessels can get the tide date immediately. The tide data can be transferred to the working boats and to correct water depth also. Such implementation will guarantee a higher quality of construction.
APA, Harvard, Vancouver, ISO, and other styles
41

HUNG, YI-TUN, and 洪毅暾. "The Application of MSP430 MCU to UPS Monitoring System." Thesis, 2014. http://ndltd.ncl.edu.tw/handle/29879681637470023575.

Full text
Abstract:
碩士
龍華科技大學
電機工程系碩士班
102
Uninterruptible power systems for the average family have reached an acceptable price range today, but because most products have cost considerations leading to some trade-offs on functionality, the important function of monitoring has been removed. This monitoring function is convenient as it can be used to assess the power system; the aim is to achieve monitoring functionality at a low cost, so that users can better gain a situation understanding of the product. This thesis uses the MSP430 chip module as the core device of the monitoring system. This device is used in parallel with the load voltage divider resistors, and in series with the load micro resistor sampling for the program operation to give the voltage and current load value. The temperature of the device is obtained by the thermistor, and all three data sets are displayed on the LCD and can be sent via Bluetooth to a computer terminal which allows the user to view to the product's status. In addition to the above three information data sets, another point take to note is that of heat dispersion. Proper cooling is necessary to avoid overheating of the battery, as opposed to the traditional use of passive cooling or a fixed speed cooling fan. Our product uses the temperature of the device in order to adjust the fan speed to achieve the necessary cooling with the goal of an energy saving effect.
APA, Harvard, Vancouver, ISO, and other styles
42

許家榮. "Design and Analysis of TMD-Based Variation-Resilient MSP430." Thesis, 2016. http://ndltd.ncl.edu.tw/handle/11314332198407567644.

Full text
APA, Harvard, Vancouver, ISO, and other styles
43

Yi, Wu-Chun, and 吳俊毅. "Develop a lung sound auscultation measurement device using MSP430 Chip." Thesis, 2012. http://ndltd.ncl.edu.tw/handle/16329225824328161825.

Full text
Abstract:
碩士
中原大學
生物醫學工程研究所
99
Stethoscope is the most commonly used device by the physician to detect heart and lung sounds and diagnosis lung disease. Its advantage is non-invasive and cheap. But it cannot record and save information about lung sounds during auscultation. Additionally, the disease detection capability is limited by the hearing ability of the user. Moreover, the development of lung sounds instrument on the market is not very popular. And, there is no standard guidelines. Thus, it cannot provide complete lung sound information to the medical personnel. For this reason, the purpose of this study is to develop a lung sound measurements system that can store and transmit lung sound to assist the professional medical personnel in diagnosis or reference. This research constructed lung sound measure device for lung sound signal measurement and used MSP430F149 microprocessor chip for waveform digitization, signal processing and peripheral control. The proposed system can not only analysis and storage information of lung sound parameters but also provided a reference for teaching or medical diagnosis in order to achieve the goal of lung sound information monitoring. The purpose of this research is achieved monitor lung sound measurement information. The test results show that frequency response of the system is in the range of 20Hz ~ 2KHz. Validation measurement of either normal and abnormal lung sounds illustrate characteristics that are similar to previous literature. Therefore, this demonstrates that this research constructed a lung sound measurement system successfully. However, this system need to be clinically verified by analyzing actual patients in order to demonstrate the capability of the system in , assisting doctors in disease diagnose. Key Words: auscultation、adventitious sounds.
APA, Harvard, Vancouver, ISO, and other styles
44

Gu, Ci-Ming, and 辜啟明. "Design of an Educative Application Module Based on MSP430 Microcontroller." Thesis, 2012. http://ndltd.ncl.edu.tw/handle/96802949797213206337.

Full text
Abstract:
碩士
龍華科技大學
電機工程系碩士班
100
The Microcontroller began in 1980s, this technology originated with General Instrument. Microcontroller features of volume, low-price, multi-function and easy to use. Microcontroller has been widely applied in many fields, such as biomedical, motor control, computers, vending machines, sirens, etc. Many MCU also launched, such as 8051, PIC, HT, MPC. This paper mainly discusses MSP430 by Texas Instruments developed. MSP430 The main characteristics for low power. Diverse needs, launched the MSP430 series family and variety of packaging. MSP430 have highly integrated, saving many peripheral circuits. MSP430 is not only easy to use, but also the function is very powerful. MSP430 is a young microcontroller. Although MSP430 is many advantages, but most people is not familiar with MSP430. Except Texas Instruments to supply reference design and sample code, MSP430 is few related book , information and teaching module. Therefore, this paper provided educative applications include hardware design, assembly language programs, C language programs and IAR IDE software operating. For beginners or students converge more complex applications in the future. This paper will describe MSP430, IAR Embedded Workbench, hardware and diverse program applications. Provided to the MSP430 learners a reference.
APA, Harvard, Vancouver, ISO, and other styles
45

Lin, Xin-Hao, and 林信豪. "Design and Implementation of ADPCM Decoder on an MSP430 Microcontroller." Thesis, 2014. http://ndltd.ncl.edu.tw/handle/02086615971244109267.

Full text
Abstract:
碩士
朝陽科技大學
資訊與通訊系碩士班
102
The goal in this thesis is to design and achieve the ADPCM (Adaptive Differential Pulse Code Modulation)decoder system on the MSP430 microprocessor, which will decode the original ADPCM transmission of voice at rates of 16, 24, 32, and 40 kbps speech compression into the audio signals output of 96kbps. For the hardware, we have chosen the ultra-low power MSP430 microprocessor produced by Texas Instruments to carry out the hardware technology instead of Digital Signal Processor which relatively large power consumption. For the software, we have adopted C Language containing Assembly Language to accomplish ADPCM decoder. Using this program writing approach, the system can be conducive to maintaining and promoting decoding performances. The experiment was divided into two projects; one of the projects will decode the sine wave signal of ADPCM encoded via the decoder, and show the difference between the original sine wave and the encoded signal on the oscilloscope; the other will grade the MOS experiment, in this experiment, we invite numerous audiences to listen and grade the speech signal of the encoding and the original speech of the non-encoding.
APA, Harvard, Vancouver, ISO, and other styles
46

Lin, Chi-Hsiang, and 林頎翔. "The Application of MSP430 MCU to Instant Circular for Train Crossings." Thesis, 2013. http://ndltd.ncl.edu.tw/handle/77880182054058954875.

Full text
Abstract:
碩士
龍華科技大學
電機工程系碩士班
101
Micro Controller Unit (MCU) has been applied in instruments development from 1980s and its characteristics are small size, multi-function, lower price, easy to use and multi-purpose. MCU is still widely applied in a variety of fields such as Biomedical technology, automatic parking, vending machines, computers, alarms, electronic clock, electric vehicles, and so on. Furthermore, many MCU are continually introduced in the market, such as 8051, PIC, HT, MPC and ARM. MSP430 MCU was developed by Texas Instruments and its characteristics are energy saving, multi-function and various support. Many models of MSP430 MCU are constantly launched in the market. Hence, MSP430 MCU was used in the research for application of train crossings. The research used MSP430 MCU and related electric modules to make the device which was similar to train crossing and this device had more functions than train crossings in the market, including countdown, dot matrix display, infrared sensing, etc. The result of this research was this device had many advantages, including green energy, energy saving and safety for meeting the demand of modern society and it will be improved traffic safety and it will be very important in the future.
APA, Harvard, Vancouver, ISO, and other styles
47

Κατσαρός, Κωνσταντίνος. "Ανάπτυξη μηχανισμών ΙΕΕΕ 802.15.4 σε πλατφόρμα περιορισμένων πόρων με επεξεργαστή MSP430." Thesis, 2009. http://nemertes.lis.upatras.gr/jspui/handle/10889/1828.

Full text
Abstract:
Στη διπλωματική αυτή μελετήσαμε και υλοποιήσαμε μηχανισμούς ασφαλείας στο επίπεδο προσπέλασης μέσου (MAC) σε ένα ασύρματο δίκτυο αισθητήρων που βασίζονται στο πρότυπο ΙΕΕΕ 802.15.4. Συγκεκριμένα, ξεκινώντας από την υλοποίηση του επιπέδου MAC που υπάρχει στο TinyOS για την πλατφόρμα TelosB, αλλάξαμε το μηχανησμό backoff του CSMA-CA αλγορίθμου ώστε να γίνει συμβατός με το πρότυπο 802.15.4. Επίσης αναπτύξαμε της κατάλλήλες μεθόδους ώστε να ενσωματώσουμε στην υλοποίηση μηχανισμους ασφαλείας. Για το δεύτερο, αναπτύξαμε τον οδηγό (driver) για το ολοκληρωμένο CC2420 radio και κάναμε τις απαραίτητες πειραματικές μετρήσεις συγκρίνοντας το σύστημα σε τρείς λειτουργίες, δηλαδη χωρίς ασφάλεια, με ασφάλεια υλοποιημένη με λογισμικό (SW security) και με ασφάλεια χρησιμοποιώντας το ολοκληρωμενο CC2420 (HW security). Τέλος, μελετήθηκαν οι κύριοι μηχανισμοί διαχείρισης και διανομης των κλειδιών σε ένα δίκτυο και υλοποιήθηκαν δύο από αυτά τα μοντέλα. Το πρώτο βασίζεται στην πιθανολογική πρό-διανομη των κλειδιών ενώ το δεύτερο χρησιμοποιεί μηχανισμους ασυμμετρης κρυπτογραφίας, συγκεκριμένα ECC (elliptic curve cryptography) για να εγκαταστησει συμμετρικά κλειδιά στους κόμβους του δικτύου.
The thesis dealt with the implementation of the main medium access and security mechanisms in a wireless sensor network based on the IEEE 802.15.4 standard. More specifically, starting from the tinyos2.1 medium access implementation on the TelosB platform, the backoff mechanism was altered, in order to become fully 802.15.4 compliant, while the appropriate mechanisms were also developed in order to introduce the protocol's security features in the stack. For the latter, a driver for the CC2420 chip was developed and energy and performance meassurements were conducted, comparing the system under three modes of operation, namely with no security, with SW encryption/authentication and with HW encryption/authentication. Finally, the main mechanisms of key management and distribution in a deployed wireless sensor network were studied and developed. Specifically, we implemented two key management schemes. The first was a probalistic pre-distribution mechanism and the second an ECC (elliptic curve cryptography) mechanism of public cryptography in order to install symmetric keys on the motes.
APA, Harvard, Vancouver, ISO, and other styles
48

Chou, YI-Fung, and 周逸鋒. "The Application of Temperature Control Based on MSP430 Microcontroller in Car." Thesis, 2014. http://ndltd.ncl.edu.tw/handle/52980758942824736076.

Full text
Abstract:
碩士
龍華科技大學
電機工程系碩士班
102
The Microcontroller began in 1980s, this technology originated with General Instrument. Microcontroller features of volume, low-price, multi-function and easy to use. Microcontroller has been widely applied in many fields, such as biomedical technology, motor control, computers, vending machines, sirens, and so on. Many MCU also launched, such as 8051,PIC,HT,MPC. This paper mainly discusses MSP430 by Texas Instrument developed. MSP430 the main characteristics for low power. Diverse need, launched the MSP430 series family and variety of packaging. MSP430 have highly integrated, saving many peripheral circuits. MSP430 is not only easy to use, but also the function is very powerful. Due to the limited MSP430 development time. Although there are many powerful features, but most users are not familiar, and domestic-related information is extremely scarce. Therefore, this article discusses the use of MSP430 microcontroller internal ADC12 module converts the analog signal into a digital temperature signal through the monitor output, and the servo motor uses to simulate the compressor (air-conditioned) in car.
APA, Harvard, Vancouver, ISO, and other styles
49

JUI-LUNG, CHANG, and 張睿龍. "Case-introduced Progressive Teaching Method Based on Self-designed MSP430 Platform." Thesis, 2014. http://ndltd.ncl.edu.tw/handle/79414280845478936647.

Full text
Abstract:
碩士
明新科技大學
電機工程研究所
102
With the emerging of Smartphones, embedded systems development has gradually become the one core of the industries. Therefore, based on the embedded system concept, we design and apply the MSP430 platform to explore the case-introduced progressive teaching method. According to the literature design, this study will concentrate the core of the case-introduced progressive teaching method to eight experiments, the I/O, Timer, Interrupt, LCD, ADC & DAC, UART, SPI, and I2C. Eight experimental features are the chain (integrated experimental indispensable) each other, the easy to difficult setting (register setting), and gradualness (I/O, Timer, Interrupt, I2C) implementation. We make the reference of the well know technology to do the application designs of the breadth and depth. Based on these eight experiments, we use a staff to integrate them and build the life-demo. Feature of this study is to emphasize the importance of implementation, and then let students learn and develop their interest from the implementation. This study is also to import the standard operating procedure. Hence, the students just follow the instructions to complete their experimental steps, thus achieving the expected results from this course. Finally, students can enhance their implementation confidence. We have had the course of this study in Semester 2 of 100 and 101 school years. A total of 89 lectures students, their satisfaction average is up to an average 4.25 points out of 5.
APA, Harvard, Vancouver, ISO, and other styles
50

LIN, TAI-HSIANG, and 林泰翔. "The Design of Position Indicator Module Using MSP430 with SIKONET5 Protocol." Thesis, 2013. http://ndltd.ncl.edu.tw/handle/93868063434423474990.

Full text
Abstract:
碩士
國立臺灣科技大學
電機工程系
101
Because of the automation technology flourishing, many mechanical devices are increasingly focused on the position accuracy, especially in precision machinery and semiconductor industries, the accuracy of position is more important in mechanical control of production line, so the position measuring system or position indicator are often mounted, and it usually accompanies servomotor control in production line in order to achieve higher precision in positioning control. With the modularize of measurement system equipment, it is getting smaller size and often used the seven-segment display module to show the data or position value, so it cannot provide other message for user. Therefore, it is the research objectives in this study, with product of SIKO, absolute position indicator AP04, as reference samples in this research, planning and design the circuit to establish functions of count, communication and display in position indicator module. The arithmetic processing in position indicator module is using MSP430F2619 microprocessor which is produced by Texas Instruments, and use alphanumeric liquid crystal display module to display messages or values so that establish functions of position indication and showing information for user. Communication interface is via RS232 and RS485 connection ports with SIKONET5 protocol to transmit command and receive reply data.
APA, Harvard, Vancouver, ISO, and other styles
We offer discounts on all premium plans for authors whose works are included in thematic literature selections. Contact us to get a unique promo code!

To the bibliography