SlideShare a Scribd company logo
IOSR Journal of Electronics and Communication Engineering (IOSR-JECE)
e-ISSN: 2278-2834,p- ISSN: 2278-8735.Volume 10, Issue 1, Ver. 1 (Jan - Feb. 2015), PP 32-35
www.iosrjournals.org
DOI: 10.9790/2834-10113235 www.iosrjournals.org 32 | Page
Wireless Data Acquisition System Using ARM Cortex M-3
Mr. Vaibhavraj Jadhav1
, Mr. Prof.M.B.Tadwalkar2
1
M.E. (Electronics-Digital Systems) 2
Assistant Professor(E&TC Department)
1
University Of Pune , JSPM’s JSCOE, Pune, India.
Abstract:Short distance data collection processes have problems. These can be termed as the repetition of
work at many steps, complexity involved in cable connections; the need of real time data processing and the
electromagnetic interference etc.We are proposing design of the system of data acquisition using LPC1768 and
virtual instrument. The system leverage Cortex-M3 core ARM processor for performing the data acquisition of
the closed environment, use the Bluetooth serial port module to implement the wireless data transmission, and
use the virtual instrument to handle the received data in the host machine. The system is recommended for
wireless data collection, the wireless hand-held meter reading and the industrial real time information
collection.
Keywords: Wireless communication; Bluetooth serial port; Virtual instrument
I. Introduction
Wireless communications technologies are continuously evolving over the last few decades and as any
technology is for the betterment of human life so application of technology is next step of it. The currently well-
known wireless communication technologies are Bluetooth, Wi-Fi, zigbee, IrDA, GSM etc. There are many
problems in any data collection process, this data can be anything. Typical problems involving in these are
repetitive human work which seeds the error, complex cable connections, need of real time data processing and
electromagnetic interference arising due to various electromagnetic mediums
If we consider the application range of various techniques, the cost involved in the data transmission,
security factors, reliability and other parameters, Bluetooth communications and wireless sensor networks are
the most appropriate method in short range wireless communication and data transmission. Further, the
Bluetooth technology can solve the problems mentioned above.
The proposed system shown here is making use of Bluetooth communication technology for wireless
data transmission, uses multiple sensors for data collection, and uses the virtual instrument software to monitor
and process the data arrived at all nodes .Multi-channel data acquisition, higher processing speed of the software
based on the short-range wireless data collection are the advantages of this system. System can be widely used
in many fields, such as short-range wireless data collection, handheld meter reading and industrial real time
information collection.
II. The Principle Of The Wireless Data Acquisition System
Wireless data acquisition system comprises of two parts, the part of the data acquisition and the part of
the data processing in the host computer. The data acquisition part of the sensor circuit handles the important
task of receiving the external signals, and these changeable signals can be amplified through the amplifier
circuit. Sensor circuit includes GAS sensor, Humidity sensor and temperature sensor. Gas Sensors are from MQ
Series .The amplified signal will undergo a process of AD conversion through the peripherals of the
microprocessor LPC1768, which have a 12-bit high-resolution ADC. According to the requirements of the PC
Wireless Data Acquisition System using ARM cortex M-3
DOI: 10.9790/2834-10113235 www.iosrjournals.org 33 | Page
software, the converted data can be the collected for real-time transmission, or stored in FLASH, waiting for the
host computer to read. The wireless data collection systems also provide serial bus interface, which is used to
connect the serial bus sensor. 3.3V power supply provides the power to data acquisition system. In the machine
i.e. personal computer, there is a Bluetooth serial port receiver module, which is responsible for receiving all the
data returned from the slave machine. The data received from the slave unit will be accumulated on PC and can
be plotted graphically using MATLAB.
We have selected the ARM micro controller to develop embedded PLC. The reason behind this is its
wide use across many embedded designs due to competitive price, low power consumption, and wide variety of
peripherals available. LPC1768 micro controller of ARM cortex M3 will be used.
III. Details Of The Component Used In The Proposed System
Cortex M3
ARM Cortex-M3 processor, running at frequencies of up to 100 MHz A Memory Protection Unit (MPU)
supporting eight regions is included.
 ARM Cortex-M3 built-in Nested Vectored Interrupt Controller (NVIC).
 Up to 512 kB on-chip flash programming memory. Enhanced flash memory accelerator
 enables high-speed 100 MHz operation with zero wait states.
 In-System Programming (ISP) and In-Application Programming (IAP) via on-chip
 Boot loader software.
 On-chip SRAM includes
 32/16 kB of SRAM on the CPU with local code/data bus for high-performance CPUaccess.
 Two/one 16 kB SRAM blocks with separate access paths for higher throughput.
 These SRAM blocks may be used for Ethernet (LPC1768/66/64 only), USB, andDMA memory, as well as
for general purpose CPU instruction and data storage.LPC1768/66/65/64
 32-bit ARM Cortex-M3 microcontroller; up to 512 kB flash and64 kB SRAM with Ethernet,
 USB 2.0 Host/Device/OTG
 CAN
 32-bit ARM Cortex-M3 microcontroller
Sensors we are using:
1. Gas sensor – MQ-5
2. Humidity sensor – SY-HS-220
3. Temperature sensor – LM35
Communication media
Bluetooth module- HC-06
Details of software required:
 Keil software will be used for programming
 Diptrace will be used to design layou
Wireless Data Acquisition System using ARM cortex M-3
DOI: 10.9790/2834-10113235 www.iosrjournals.org 34 | Page
The LM35 series are precision integrated-circuit temperature sensors, with an output voltage linearly
proportional to the Centigrade temperature. Thus the LM35 has an advantage over linear temperature sensors
calibrated in ° Kelvin, as the user is not required to subtract a large constant voltage from the output to obtain
convenient Centigrade scaling. The LM35 does not require any external calibration or trimming to provide.
The Gas Sensor(MQ5) module is useful for gas leakage detection (in home and industry). It can detect
LPG, natural gas, town gas and so on. Because it has a fast response time once it has pre-heated, measurements
are almost instantaneous. Note that the sensitivity can be adjusted by the potentiometer
Features
 High sensitivity to LPG, natural gas, town gas
 Low sensitivity to alcohol and smoke
 Fast response
 Stable and long life
Application
 Gas leakage detection
 Toys
This sensor module converts relative humidity (30-90%RH) to voltage and can be used in weather monitoring
application.
IV. Software Design, advantages, disadvantages
The wireless data acquisition software consists of two parts. The first one is the driver involved in the
hardware, which includes the driver of the gas sensor, Humidity sensor, Temperature sensor. The Cortex-M3 and
its peripherals, drive configuration of the Bluetooth Serial Module. In the hardware drivers, each one must be
properly configured. The most complex drivers are the Cortex M3 driver and the driver of the Bluetooth chip.
The second one is the Mat lab PC software programming on the PC side. The host computer software controls
each Bluetooth node and can enable data transmission and data processing. In the pc software design, the core is
the VISI hardware interface driver. The wireless data acquisitionsystem uses the VISI's serial port driver to
communicate with the wireless transmission module
Advantages:
1. Low cost and reliable
2. Can be programmed using embedded C.
3. Real time data processing can be achieved with less complexity in hardware
4. Because of wireless system, data can be accessed from anywhere
Disadvantages:
1. System may fails in the absence of electricity or on the discharge of battery
2. Calibration of sensors is needed
3. Transmission of data can be interrupted if Bluetooth is out of range
V. Results Obtained And Future Scope
As described above system is built using standard design process. In order to process and display the
values received from sensors we have designed MATLAB UI. Here interface developed clearly shows the
variations obtained in the parameter selected. Thesevariations are directly proportional to change in their values.
Please see below for these results.
Wireless Data Acquisition System using ARM cortex M-3
DOI: 10.9790/2834-10113235 www.iosrjournals.org 35 | Page
We have also given feature to write this data to excel sheet. This captured data in excel sheet can be used
for analytics purpose. This analytics may be of any type to arrive at conclusion. The future scope for this project
is we can add any parameter in it. We have to design a suitable part to add that parameter and provide it’sout put
to ADC of the ARM processor. In this manner, we are increasing the scalability of the system. This unit can be fit
in to any industry. Considering the current parameters, it can be applied to chemical plant where temperature,
humidity and gas are the major parameters
References
[1]. Z. Jia, L. Meng, and S. Gao, “Based on STM32 wireless sensor network localization node design and implementation,” Sensor and
microsystems, vol 29 ( 11) , pp. 107-109, 2010
[2]. J. Li, “Based on Bluetooth technology, wireless data acquisition system design,” Micro computer information, vol 24 ( 2) , pp. 195-
196, 2008
[3]. L. Jie, J. Zhou, and P. Fan, “Based on virtual instrument and Bluetooth technology wireless test system,” Electronic measurement
technology,vol 33 ( 6) , pp. 85-87, 2010
[4]. L. Li, “A Bluetooth wireless sensor network,” Micro computer information, vol 7, pp. 7246 – 248, 2006
[5]. Q. Zheng, and Y. She, “The Bluetooth technology in the measurementand control system and their application in the frequency
hoppingtechnology research,” Micro computer information, vol 11, pp. 122-124,2004
[6]. Z. Xing, J. Li, and H. Liang, “Based on ARM+FPGA GPS receiverdesign,” Sensor with micro systems, vol 30 ( 7), pp. 108-110, 2011
[7]. Y. Wang, W. Xu, and L. Hao, STM32 series ARM Cortex-M3microcontroller principles and practice. Beijing: Beihang
Universitypress, 2008.07
[8]. N. Li, Based on MDK STM32 processor application development.Beijing: Beihang University press, 2008

More Related Content

What's hot

A Review of Physical, Data and Network Layer Specification and its Protocols ...
A Review of Physical, Data and Network Layer Specification and its Protocols ...A Review of Physical, Data and Network Layer Specification and its Protocols ...
A Review of Physical, Data and Network Layer Specification and its Protocols ...
Editor IJMTER
 
Scheduling for interference mitigation using enhanced intercell interference ...
Scheduling for interference mitigation using enhanced intercell interference ...Scheduling for interference mitigation using enhanced intercell interference ...
Scheduling for interference mitigation using enhanced intercell interference ...
eSAT Journals
 
Logic codes generation and transmission using an encoding decoding system
Logic codes generation and transmission using an encoding decoding systemLogic codes generation and transmission using an encoding decoding system
Logic codes generation and transmission using an encoding decoding systemUniversity of Malaya (UM)
 
IRJET- Inset Feed Compact Millimeter Wave Microstrip Patch Antenna at 28ghz f...
IRJET- Inset Feed Compact Millimeter Wave Microstrip Patch Antenna at 28ghz f...IRJET- Inset Feed Compact Millimeter Wave Microstrip Patch Antenna at 28ghz f...
IRJET- Inset Feed Compact Millimeter Wave Microstrip Patch Antenna at 28ghz f...
IRJET Journal
 
A New Design of a CPW-Fed Dual-Band Monopole Antenna for RFID Readers
A New Design of a CPW-Fed Dual-Band Monopole Antenna for RFID Readers  A New Design of a CPW-Fed Dual-Band Monopole Antenna for RFID Readers
A New Design of a CPW-Fed Dual-Band Monopole Antenna for RFID Readers
IJECEIAES
 
Implementation of hummingbird cryptographic algorithm for low cost rfid tags ...
Implementation of hummingbird cryptographic algorithm for low cost rfid tags ...Implementation of hummingbird cryptographic algorithm for low cost rfid tags ...
Implementation of hummingbird cryptographic algorithm for low cost rfid tags ...
eSAT Journals
 
Indoor localization using wifi fingerprinting
Indoor localization using wifi fingerprintingIndoor localization using wifi fingerprinting
Indoor localization using wifi fingerprinting
Chaitali Bose Roy
 
Solution for intra/inter-cluster event-reporting problem in cluster-based pro...
Solution for intra/inter-cluster event-reporting problem in cluster-based pro...Solution for intra/inter-cluster event-reporting problem in cluster-based pro...
Solution for intra/inter-cluster event-reporting problem in cluster-based pro...
IJECEIAES
 
IoT Network Technologies
IoT Network TechnologiesIoT Network Technologies
IoT Network Technologies
Sayed Chhattan Shah
 
Performance evaluation of zigbee transceiver for wireless body sensor system
Performance evaluation of zigbee transceiver for wireless body sensor systemPerformance evaluation of zigbee transceiver for wireless body sensor system
Performance evaluation of zigbee transceiver for wireless body sensor system
IJCNCJournal
 
Desing on wireless intelligent seneor network on cloud computing system for s...
Desing on wireless intelligent seneor network on cloud computing system for s...Desing on wireless intelligent seneor network on cloud computing system for s...
Desing on wireless intelligent seneor network on cloud computing system for s...
csandit
 
Implementation and demonstration of li fi technology
Implementation and demonstration of li fi technologyImplementation and demonstration of li fi technology
Implementation and demonstration of li fi technology
eSAT Journals
 
Wearable Gait Classification Using STM Sensortile
Wearable Gait Classification Using STM SensortileWearable Gait Classification Using STM Sensortile
Wearable Gait Classification Using STM Sensortile
Shayan Mamaghani
 
I017446164
I017446164I017446164
I017446164
IOSR Journals
 
Enhancing indoor localization using IoT techniques
Enhancing indoor localization using IoT techniquesEnhancing indoor localization using IoT techniques
Enhancing indoor localization using IoT techniques
Mohamed Nabil, MSc.
 
Ijarcet vol-2-issue-2-756-760
Ijarcet vol-2-issue-2-756-760Ijarcet vol-2-issue-2-756-760
Ijarcet vol-2-issue-2-756-760Editor IJARCET
 
A hybrid model based on constraint oselm, adaptive weighted src and knn for l...
A hybrid model based on constraint oselm, adaptive weighted src and knn for l...A hybrid model based on constraint oselm, adaptive weighted src and knn for l...
A hybrid model based on constraint oselm, adaptive weighted src and knn for l...
Journal Papers
 
CHARACTERIZATION OF INDOOR PROPAGATION PROPERTIES AND PERFORMANCE EVALUATION ...
CHARACTERIZATION OF INDOOR PROPAGATION PROPERTIES AND PERFORMANCE EVALUATION ...CHARACTERIZATION OF INDOOR PROPAGATION PROPERTIES AND PERFORMANCE EVALUATION ...
CHARACTERIZATION OF INDOOR PROPAGATION PROPERTIES AND PERFORMANCE EVALUATION ...
ijwmn
 
Ai04606213215
Ai04606213215Ai04606213215
Ai04606213215
IJERA Editor
 

What's hot (20)

A Review of Physical, Data and Network Layer Specification and its Protocols ...
A Review of Physical, Data and Network Layer Specification and its Protocols ...A Review of Physical, Data and Network Layer Specification and its Protocols ...
A Review of Physical, Data and Network Layer Specification and its Protocols ...
 
Scheduling for interference mitigation using enhanced intercell interference ...
Scheduling for interference mitigation using enhanced intercell interference ...Scheduling for interference mitigation using enhanced intercell interference ...
Scheduling for interference mitigation using enhanced intercell interference ...
 
Logic codes generation and transmission using an encoding decoding system
Logic codes generation and transmission using an encoding decoding systemLogic codes generation and transmission using an encoding decoding system
Logic codes generation and transmission using an encoding decoding system
 
IRJET- Inset Feed Compact Millimeter Wave Microstrip Patch Antenna at 28ghz f...
IRJET- Inset Feed Compact Millimeter Wave Microstrip Patch Antenna at 28ghz f...IRJET- Inset Feed Compact Millimeter Wave Microstrip Patch Antenna at 28ghz f...
IRJET- Inset Feed Compact Millimeter Wave Microstrip Patch Antenna at 28ghz f...
 
A New Design of a CPW-Fed Dual-Band Monopole Antenna for RFID Readers
A New Design of a CPW-Fed Dual-Band Monopole Antenna for RFID Readers  A New Design of a CPW-Fed Dual-Band Monopole Antenna for RFID Readers
A New Design of a CPW-Fed Dual-Band Monopole Antenna for RFID Readers
 
Implementation of hummingbird cryptographic algorithm for low cost rfid tags ...
Implementation of hummingbird cryptographic algorithm for low cost rfid tags ...Implementation of hummingbird cryptographic algorithm for low cost rfid tags ...
Implementation of hummingbird cryptographic algorithm for low cost rfid tags ...
 
Indoor localization using wifi fingerprinting
Indoor localization using wifi fingerprintingIndoor localization using wifi fingerprinting
Indoor localization using wifi fingerprinting
 
Solution for intra/inter-cluster event-reporting problem in cluster-based pro...
Solution for intra/inter-cluster event-reporting problem in cluster-based pro...Solution for intra/inter-cluster event-reporting problem in cluster-based pro...
Solution for intra/inter-cluster event-reporting problem in cluster-based pro...
 
40120130405021
4012013040502140120130405021
40120130405021
 
IoT Network Technologies
IoT Network TechnologiesIoT Network Technologies
IoT Network Technologies
 
Performance evaluation of zigbee transceiver for wireless body sensor system
Performance evaluation of zigbee transceiver for wireless body sensor systemPerformance evaluation of zigbee transceiver for wireless body sensor system
Performance evaluation of zigbee transceiver for wireless body sensor system
 
Desing on wireless intelligent seneor network on cloud computing system for s...
Desing on wireless intelligent seneor network on cloud computing system for s...Desing on wireless intelligent seneor network on cloud computing system for s...
Desing on wireless intelligent seneor network on cloud computing system for s...
 
Implementation and demonstration of li fi technology
Implementation and demonstration of li fi technologyImplementation and demonstration of li fi technology
Implementation and demonstration of li fi technology
 
Wearable Gait Classification Using STM Sensortile
Wearable Gait Classification Using STM SensortileWearable Gait Classification Using STM Sensortile
Wearable Gait Classification Using STM Sensortile
 
I017446164
I017446164I017446164
I017446164
 
Enhancing indoor localization using IoT techniques
Enhancing indoor localization using IoT techniquesEnhancing indoor localization using IoT techniques
Enhancing indoor localization using IoT techniques
 
Ijarcet vol-2-issue-2-756-760
Ijarcet vol-2-issue-2-756-760Ijarcet vol-2-issue-2-756-760
Ijarcet vol-2-issue-2-756-760
 
A hybrid model based on constraint oselm, adaptive weighted src and knn for l...
A hybrid model based on constraint oselm, adaptive weighted src and knn for l...A hybrid model based on constraint oselm, adaptive weighted src and knn for l...
A hybrid model based on constraint oselm, adaptive weighted src and knn for l...
 
CHARACTERIZATION OF INDOOR PROPAGATION PROPERTIES AND PERFORMANCE EVALUATION ...
CHARACTERIZATION OF INDOOR PROPAGATION PROPERTIES AND PERFORMANCE EVALUATION ...CHARACTERIZATION OF INDOOR PROPAGATION PROPERTIES AND PERFORMANCE EVALUATION ...
CHARACTERIZATION OF INDOOR PROPAGATION PROPERTIES AND PERFORMANCE EVALUATION ...
 
Ai04606213215
Ai04606213215Ai04606213215
Ai04606213215
 

Viewers also liked

E012423034
E012423034E012423034
E012423034
IOSR Journals
 
F010613543
F010613543F010613543
F010613543
IOSR Journals
 
Solid Waste Generation from Construction of Office Building with Special Refe...
Solid Waste Generation from Construction of Office Building with Special Refe...Solid Waste Generation from Construction of Office Building with Special Refe...
Solid Waste Generation from Construction of Office Building with Special Refe...
IOSR Journals
 
FEA Simulation for Vibration Control of Shaft System by Magnetic Piezoelectri...
FEA Simulation for Vibration Control of Shaft System by Magnetic Piezoelectri...FEA Simulation for Vibration Control of Shaft System by Magnetic Piezoelectri...
FEA Simulation for Vibration Control of Shaft System by Magnetic Piezoelectri...
IOSR Journals
 
DSNs & X.400 assist in ensuring email reliability
DSNs & X.400 assist in ensuring email reliabilityDSNs & X.400 assist in ensuring email reliability
DSNs & X.400 assist in ensuring email reliability
IOSR Journals
 
M010417478
M010417478M010417478
M010417478
IOSR Journals
 
E010322531
E010322531E010322531
E010322531
IOSR Journals
 
H010634043
H010634043H010634043
H010634043
IOSR Journals
 
C010521928
C010521928C010521928
C010521928
IOSR Journals
 
B013141316
B013141316B013141316
B013141316
IOSR Journals
 
C017531925
C017531925C017531925
C017531925
IOSR Journals
 
A012630105
A012630105A012630105
A012630105
IOSR Journals
 
P01222104109
P01222104109P01222104109
P01222104109
IOSR Journals
 
E012442937
E012442937E012442937
E012442937
IOSR Journals
 
H010435256
H010435256H010435256
H010435256
IOSR Journals
 
C010231319
C010231319C010231319
C010231319
IOSR Journals
 
I010425559
I010425559I010425559
I010425559
IOSR Journals
 
D012622129
D012622129D012622129
D012622129
IOSR Journals
 
K010346973
K010346973K010346973
K010346973
IOSR Journals
 
F010112934
F010112934F010112934
F010112934
IOSR Journals
 

Viewers also liked (20)

E012423034
E012423034E012423034
E012423034
 
F010613543
F010613543F010613543
F010613543
 
Solid Waste Generation from Construction of Office Building with Special Refe...
Solid Waste Generation from Construction of Office Building with Special Refe...Solid Waste Generation from Construction of Office Building with Special Refe...
Solid Waste Generation from Construction of Office Building with Special Refe...
 
FEA Simulation for Vibration Control of Shaft System by Magnetic Piezoelectri...
FEA Simulation for Vibration Control of Shaft System by Magnetic Piezoelectri...FEA Simulation for Vibration Control of Shaft System by Magnetic Piezoelectri...
FEA Simulation for Vibration Control of Shaft System by Magnetic Piezoelectri...
 
DSNs & X.400 assist in ensuring email reliability
DSNs & X.400 assist in ensuring email reliabilityDSNs & X.400 assist in ensuring email reliability
DSNs & X.400 assist in ensuring email reliability
 
M010417478
M010417478M010417478
M010417478
 
E010322531
E010322531E010322531
E010322531
 
H010634043
H010634043H010634043
H010634043
 
C010521928
C010521928C010521928
C010521928
 
B013141316
B013141316B013141316
B013141316
 
C017531925
C017531925C017531925
C017531925
 
A012630105
A012630105A012630105
A012630105
 
P01222104109
P01222104109P01222104109
P01222104109
 
E012442937
E012442937E012442937
E012442937
 
H010435256
H010435256H010435256
H010435256
 
C010231319
C010231319C010231319
C010231319
 
I010425559
I010425559I010425559
I010425559
 
D012622129
D012622129D012622129
D012622129
 
K010346973
K010346973K010346973
K010346973
 
F010112934
F010112934F010112934
F010112934
 

Similar to E010113235

International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)
inventionjournals
 
Education set for collecting and visualizing data using sensor system based ...
Education set for collecting and visualizing data using sensor  system based ...Education set for collecting and visualizing data using sensor  system based ...
Education set for collecting and visualizing data using sensor system based ...
IJMER
 
A Digital Pen with a Trajectory Recognition Algorithm
A Digital Pen with a Trajectory Recognition AlgorithmA Digital Pen with a Trajectory Recognition Algorithm
A Digital Pen with a Trajectory Recognition Algorithm
IOSR Journals
 
A Digital Pen with a Trajectory Recognition Algorithm
A Digital Pen with a Trajectory Recognition AlgorithmA Digital Pen with a Trajectory Recognition Algorithm
A Digital Pen with a Trajectory Recognition Algorithm
IOSR Journals
 
Data Acquisition and Control System for Real Time Applications
Data Acquisition and Control System for Real Time ApplicationsData Acquisition and Control System for Real Time Applications
Data Acquisition and Control System for Real Time Applications
ijsrd.com
 
Mg3620962101
Mg3620962101Mg3620962101
Mg3620962101
IJERA Editor
 
Bus Data Acquisition and Remote Monitoring System Using Gsm & Can
Bus Data Acquisition and Remote Monitoring System Using Gsm & CanBus Data Acquisition and Remote Monitoring System Using Gsm & Can
Bus Data Acquisition and Remote Monitoring System Using Gsm & Can
IOSR Journals
 
Education set for collecting and visualizing data using sensor system based o...
Education set for collecting and visualizing data using sensor system based o...Education set for collecting and visualizing data using sensor system based o...
Education set for collecting and visualizing data using sensor system based o...
IJMER
 
Paper id 24201457
Paper id 24201457Paper id 24201457
Paper id 24201457IJRAT
 
IRJET-Design of ARM Based Data Acquisition and Control System for Engine Asse...
IRJET-Design of ARM Based Data Acquisition and Control System for Engine Asse...IRJET-Design of ARM Based Data Acquisition and Control System for Engine Asse...
IRJET-Design of ARM Based Data Acquisition and Control System for Engine Asse...
IRJET Journal
 
Controller Area Network for Monitoring and Controlling the Industrial Paramet...
Controller Area Network for Monitoring and Controlling the Industrial Paramet...Controller Area Network for Monitoring and Controlling the Industrial Paramet...
Controller Area Network for Monitoring and Controlling the Industrial Paramet...
International Journal of Science and Research (IJSR)
 
Sensor Network to monitor Atmosphere for Green House and Agriculture Sciences
Sensor Network to monitor Atmosphere for Green House and Agriculture SciencesSensor Network to monitor Atmosphere for Green House and Agriculture Sciences
Sensor Network to monitor Atmosphere for Green House and Agriculture Sciences
Karthik Sharma
 
SOCIAL NETWORK FOR SMART DEVICES USING EMBEDDED ETHERNET
SOCIAL NETWORK FOR SMART DEVICES USING EMBEDDED ETHERNETSOCIAL NETWORK FOR SMART DEVICES USING EMBEDDED ETHERNET
SOCIAL NETWORK FOR SMART DEVICES USING EMBEDDED ETHERNETcseij
 
Chapter-2 Internet of Things.pptx
Chapter-2 Internet of Things.pptxChapter-2 Internet of Things.pptx
Chapter-2 Internet of Things.pptx
40NehaPagariya
 
A novel Ethernet based processing system for remote source harmonic detection
A novel Ethernet based processing system for remote source harmonic detectionA novel Ethernet based processing system for remote source harmonic detection
A novel Ethernet based processing system for remote source harmonic detection
TELKOMNIKA JOURNAL
 
Secure remote protocol for fpga reconfiguration
Secure remote protocol for fpga reconfigurationSecure remote protocol for fpga reconfiguration
Secure remote protocol for fpga reconfiguration
eSAT Journals
 
Secure remote protocol for fpga reconfiguration
Secure remote protocol for fpga reconfigurationSecure remote protocol for fpga reconfiguration
Secure remote protocol for fpga reconfiguration
eSAT Publishing House
 
IRJET- Earthquake Early Warning System for Android
IRJET-  	  Earthquake Early Warning System for AndroidIRJET-  	  Earthquake Early Warning System for Android
IRJET- Earthquake Early Warning System for Android
IRJET Journal
 
Design & Implementation Of Fault Identification In Underground Cables Using IOT
Design & Implementation Of Fault Identification In Underground Cables Using IOTDesign & Implementation Of Fault Identification In Underground Cables Using IOT
Design & Implementation Of Fault Identification In Underground Cables Using IOT
IRJET Journal
 

Similar to E010113235 (20)

International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)
 
Education set for collecting and visualizing data using sensor system based ...
Education set for collecting and visualizing data using sensor  system based ...Education set for collecting and visualizing data using sensor  system based ...
Education set for collecting and visualizing data using sensor system based ...
 
A Digital Pen with a Trajectory Recognition Algorithm
A Digital Pen with a Trajectory Recognition AlgorithmA Digital Pen with a Trajectory Recognition Algorithm
A Digital Pen with a Trajectory Recognition Algorithm
 
A Digital Pen with a Trajectory Recognition Algorithm
A Digital Pen with a Trajectory Recognition AlgorithmA Digital Pen with a Trajectory Recognition Algorithm
A Digital Pen with a Trajectory Recognition Algorithm
 
Data Acquisition and Control System for Real Time Applications
Data Acquisition and Control System for Real Time ApplicationsData Acquisition and Control System for Real Time Applications
Data Acquisition and Control System for Real Time Applications
 
Mg3620962101
Mg3620962101Mg3620962101
Mg3620962101
 
Bus Data Acquisition and Remote Monitoring System Using Gsm & Can
Bus Data Acquisition and Remote Monitoring System Using Gsm & CanBus Data Acquisition and Remote Monitoring System Using Gsm & Can
Bus Data Acquisition and Remote Monitoring System Using Gsm & Can
 
Education set for collecting and visualizing data using sensor system based o...
Education set for collecting and visualizing data using sensor system based o...Education set for collecting and visualizing data using sensor system based o...
Education set for collecting and visualizing data using sensor system based o...
 
Ah4301185187
Ah4301185187Ah4301185187
Ah4301185187
 
Paper id 24201457
Paper id 24201457Paper id 24201457
Paper id 24201457
 
IRJET-Design of ARM Based Data Acquisition and Control System for Engine Asse...
IRJET-Design of ARM Based Data Acquisition and Control System for Engine Asse...IRJET-Design of ARM Based Data Acquisition and Control System for Engine Asse...
IRJET-Design of ARM Based Data Acquisition and Control System for Engine Asse...
 
Controller Area Network for Monitoring and Controlling the Industrial Paramet...
Controller Area Network for Monitoring and Controlling the Industrial Paramet...Controller Area Network for Monitoring and Controlling the Industrial Paramet...
Controller Area Network for Monitoring and Controlling the Industrial Paramet...
 
Sensor Network to monitor Atmosphere for Green House and Agriculture Sciences
Sensor Network to monitor Atmosphere for Green House and Agriculture SciencesSensor Network to monitor Atmosphere for Green House and Agriculture Sciences
Sensor Network to monitor Atmosphere for Green House and Agriculture Sciences
 
SOCIAL NETWORK FOR SMART DEVICES USING EMBEDDED ETHERNET
SOCIAL NETWORK FOR SMART DEVICES USING EMBEDDED ETHERNETSOCIAL NETWORK FOR SMART DEVICES USING EMBEDDED ETHERNET
SOCIAL NETWORK FOR SMART DEVICES USING EMBEDDED ETHERNET
 
Chapter-2 Internet of Things.pptx
Chapter-2 Internet of Things.pptxChapter-2 Internet of Things.pptx
Chapter-2 Internet of Things.pptx
 
A novel Ethernet based processing system for remote source harmonic detection
A novel Ethernet based processing system for remote source harmonic detectionA novel Ethernet based processing system for remote source harmonic detection
A novel Ethernet based processing system for remote source harmonic detection
 
Secure remote protocol for fpga reconfiguration
Secure remote protocol for fpga reconfigurationSecure remote protocol for fpga reconfiguration
Secure remote protocol for fpga reconfiguration
 
Secure remote protocol for fpga reconfiguration
Secure remote protocol for fpga reconfigurationSecure remote protocol for fpga reconfiguration
Secure remote protocol for fpga reconfiguration
 
IRJET- Earthquake Early Warning System for Android
IRJET-  	  Earthquake Early Warning System for AndroidIRJET-  	  Earthquake Early Warning System for Android
IRJET- Earthquake Early Warning System for Android
 
Design & Implementation Of Fault Identification In Underground Cables Using IOT
Design & Implementation Of Fault Identification In Underground Cables Using IOTDesign & Implementation Of Fault Identification In Underground Cables Using IOT
Design & Implementation Of Fault Identification In Underground Cables Using IOT
 

More from IOSR Journals

A011140104
A011140104A011140104
A011140104
IOSR Journals
 
M0111397100
M0111397100M0111397100
M0111397100
IOSR Journals
 
L011138596
L011138596L011138596
L011138596
IOSR Journals
 
K011138084
K011138084K011138084
K011138084
IOSR Journals
 
J011137479
J011137479J011137479
J011137479
IOSR Journals
 
I011136673
I011136673I011136673
I011136673
IOSR Journals
 
G011134454
G011134454G011134454
G011134454
IOSR Journals
 
H011135565
H011135565H011135565
H011135565
IOSR Journals
 
F011134043
F011134043F011134043
F011134043
IOSR Journals
 
E011133639
E011133639E011133639
E011133639
IOSR Journals
 
D011132635
D011132635D011132635
D011132635
IOSR Journals
 
C011131925
C011131925C011131925
C011131925
IOSR Journals
 
B011130918
B011130918B011130918
B011130918
IOSR Journals
 
A011130108
A011130108A011130108
A011130108
IOSR Journals
 
I011125160
I011125160I011125160
I011125160
IOSR Journals
 
H011124050
H011124050H011124050
H011124050
IOSR Journals
 
G011123539
G011123539G011123539
G011123539
IOSR Journals
 
F011123134
F011123134F011123134
F011123134
IOSR Journals
 
E011122530
E011122530E011122530
E011122530
IOSR Journals
 
D011121524
D011121524D011121524
D011121524
IOSR Journals
 

More from IOSR Journals (20)

A011140104
A011140104A011140104
A011140104
 
M0111397100
M0111397100M0111397100
M0111397100
 
L011138596
L011138596L011138596
L011138596
 
K011138084
K011138084K011138084
K011138084
 
J011137479
J011137479J011137479
J011137479
 
I011136673
I011136673I011136673
I011136673
 
G011134454
G011134454G011134454
G011134454
 
H011135565
H011135565H011135565
H011135565
 
F011134043
F011134043F011134043
F011134043
 
E011133639
E011133639E011133639
E011133639
 
D011132635
D011132635D011132635
D011132635
 
C011131925
C011131925C011131925
C011131925
 
B011130918
B011130918B011130918
B011130918
 
A011130108
A011130108A011130108
A011130108
 
I011125160
I011125160I011125160
I011125160
 
H011124050
H011124050H011124050
H011124050
 
G011123539
G011123539G011123539
G011123539
 
F011123134
F011123134F011123134
F011123134
 
E011122530
E011122530E011122530
E011122530
 
D011121524
D011121524D011121524
D011121524
 

Recently uploaded

Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?
Nexer Digital
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
Jemma Hussein Allen
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
Alan Dix
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
Assure Contact Center Experiences for Your Customers With ThousandEyes
Assure Contact Center Experiences for Your Customers With ThousandEyesAssure Contact Center Experiences for Your Customers With ThousandEyes
Assure Contact Center Experiences for Your Customers With ThousandEyes
ThousandEyes
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
BookNet Canada
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
Ana-Maria Mihalceanu
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
Sri Ambati
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
91mobiles
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
mikeeftimakis1
 
The Metaverse and AI: how can decision-makers harness the Metaverse for their...
The Metaverse and AI: how can decision-makers harness the Metaverse for their...The Metaverse and AI: how can decision-makers harness the Metaverse for their...
The Metaverse and AI: how can decision-makers harness the Metaverse for their...
Jen Stirrup
 
UiPath Community Day Dubai: AI at Work..
UiPath Community Day Dubai: AI at Work..UiPath Community Day Dubai: AI at Work..
UiPath Community Day Dubai: AI at Work..
UiPathCommunity
 
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptxSecstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
nkrafacyberclub
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
Thijs Feryn
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Albert Hoitingh
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
DanBrown980551
 
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
SOFTTECHHUB
 

Recently uploaded (20)

Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
Assure Contact Center Experiences for Your Customers With ThousandEyes
Assure Contact Center Experiences for Your Customers With ThousandEyesAssure Contact Center Experiences for Your Customers With ThousandEyes
Assure Contact Center Experiences for Your Customers With ThousandEyes
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
 
The Metaverse and AI: how can decision-makers harness the Metaverse for their...
The Metaverse and AI: how can decision-makers harness the Metaverse for their...The Metaverse and AI: how can decision-makers harness the Metaverse for their...
The Metaverse and AI: how can decision-makers harness the Metaverse for their...
 
UiPath Community Day Dubai: AI at Work..
UiPath Community Day Dubai: AI at Work..UiPath Community Day Dubai: AI at Work..
UiPath Community Day Dubai: AI at Work..
 
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptxSecstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
 
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
 

E010113235

  • 1. IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-ISSN: 2278-2834,p- ISSN: 2278-8735.Volume 10, Issue 1, Ver. 1 (Jan - Feb. 2015), PP 32-35 www.iosrjournals.org DOI: 10.9790/2834-10113235 www.iosrjournals.org 32 | Page Wireless Data Acquisition System Using ARM Cortex M-3 Mr. Vaibhavraj Jadhav1 , Mr. Prof.M.B.Tadwalkar2 1 M.E. (Electronics-Digital Systems) 2 Assistant Professor(E&TC Department) 1 University Of Pune , JSPM’s JSCOE, Pune, India. Abstract:Short distance data collection processes have problems. These can be termed as the repetition of work at many steps, complexity involved in cable connections; the need of real time data processing and the electromagnetic interference etc.We are proposing design of the system of data acquisition using LPC1768 and virtual instrument. The system leverage Cortex-M3 core ARM processor for performing the data acquisition of the closed environment, use the Bluetooth serial port module to implement the wireless data transmission, and use the virtual instrument to handle the received data in the host machine. The system is recommended for wireless data collection, the wireless hand-held meter reading and the industrial real time information collection. Keywords: Wireless communication; Bluetooth serial port; Virtual instrument I. Introduction Wireless communications technologies are continuously evolving over the last few decades and as any technology is for the betterment of human life so application of technology is next step of it. The currently well- known wireless communication technologies are Bluetooth, Wi-Fi, zigbee, IrDA, GSM etc. There are many problems in any data collection process, this data can be anything. Typical problems involving in these are repetitive human work which seeds the error, complex cable connections, need of real time data processing and electromagnetic interference arising due to various electromagnetic mediums If we consider the application range of various techniques, the cost involved in the data transmission, security factors, reliability and other parameters, Bluetooth communications and wireless sensor networks are the most appropriate method in short range wireless communication and data transmission. Further, the Bluetooth technology can solve the problems mentioned above. The proposed system shown here is making use of Bluetooth communication technology for wireless data transmission, uses multiple sensors for data collection, and uses the virtual instrument software to monitor and process the data arrived at all nodes .Multi-channel data acquisition, higher processing speed of the software based on the short-range wireless data collection are the advantages of this system. System can be widely used in many fields, such as short-range wireless data collection, handheld meter reading and industrial real time information collection. II. The Principle Of The Wireless Data Acquisition System Wireless data acquisition system comprises of two parts, the part of the data acquisition and the part of the data processing in the host computer. The data acquisition part of the sensor circuit handles the important task of receiving the external signals, and these changeable signals can be amplified through the amplifier circuit. Sensor circuit includes GAS sensor, Humidity sensor and temperature sensor. Gas Sensors are from MQ Series .The amplified signal will undergo a process of AD conversion through the peripherals of the microprocessor LPC1768, which have a 12-bit high-resolution ADC. According to the requirements of the PC
  • 2. Wireless Data Acquisition System using ARM cortex M-3 DOI: 10.9790/2834-10113235 www.iosrjournals.org 33 | Page software, the converted data can be the collected for real-time transmission, or stored in FLASH, waiting for the host computer to read. The wireless data collection systems also provide serial bus interface, which is used to connect the serial bus sensor. 3.3V power supply provides the power to data acquisition system. In the machine i.e. personal computer, there is a Bluetooth serial port receiver module, which is responsible for receiving all the data returned from the slave machine. The data received from the slave unit will be accumulated on PC and can be plotted graphically using MATLAB. We have selected the ARM micro controller to develop embedded PLC. The reason behind this is its wide use across many embedded designs due to competitive price, low power consumption, and wide variety of peripherals available. LPC1768 micro controller of ARM cortex M3 will be used. III. Details Of The Component Used In The Proposed System Cortex M3 ARM Cortex-M3 processor, running at frequencies of up to 100 MHz A Memory Protection Unit (MPU) supporting eight regions is included.  ARM Cortex-M3 built-in Nested Vectored Interrupt Controller (NVIC).  Up to 512 kB on-chip flash programming memory. Enhanced flash memory accelerator  enables high-speed 100 MHz operation with zero wait states.  In-System Programming (ISP) and In-Application Programming (IAP) via on-chip  Boot loader software.  On-chip SRAM includes  32/16 kB of SRAM on the CPU with local code/data bus for high-performance CPUaccess.  Two/one 16 kB SRAM blocks with separate access paths for higher throughput.  These SRAM blocks may be used for Ethernet (LPC1768/66/64 only), USB, andDMA memory, as well as for general purpose CPU instruction and data storage.LPC1768/66/65/64  32-bit ARM Cortex-M3 microcontroller; up to 512 kB flash and64 kB SRAM with Ethernet,  USB 2.0 Host/Device/OTG  CAN  32-bit ARM Cortex-M3 microcontroller Sensors we are using: 1. Gas sensor – MQ-5 2. Humidity sensor – SY-HS-220 3. Temperature sensor – LM35 Communication media Bluetooth module- HC-06 Details of software required:  Keil software will be used for programming  Diptrace will be used to design layou
  • 3. Wireless Data Acquisition System using ARM cortex M-3 DOI: 10.9790/2834-10113235 www.iosrjournals.org 34 | Page The LM35 series are precision integrated-circuit temperature sensors, with an output voltage linearly proportional to the Centigrade temperature. Thus the LM35 has an advantage over linear temperature sensors calibrated in ° Kelvin, as the user is not required to subtract a large constant voltage from the output to obtain convenient Centigrade scaling. The LM35 does not require any external calibration or trimming to provide. The Gas Sensor(MQ5) module is useful for gas leakage detection (in home and industry). It can detect LPG, natural gas, town gas and so on. Because it has a fast response time once it has pre-heated, measurements are almost instantaneous. Note that the sensitivity can be adjusted by the potentiometer Features  High sensitivity to LPG, natural gas, town gas  Low sensitivity to alcohol and smoke  Fast response  Stable and long life Application  Gas leakage detection  Toys This sensor module converts relative humidity (30-90%RH) to voltage and can be used in weather monitoring application. IV. Software Design, advantages, disadvantages The wireless data acquisition software consists of two parts. The first one is the driver involved in the hardware, which includes the driver of the gas sensor, Humidity sensor, Temperature sensor. The Cortex-M3 and its peripherals, drive configuration of the Bluetooth Serial Module. In the hardware drivers, each one must be properly configured. The most complex drivers are the Cortex M3 driver and the driver of the Bluetooth chip. The second one is the Mat lab PC software programming on the PC side. The host computer software controls each Bluetooth node and can enable data transmission and data processing. In the pc software design, the core is the VISI hardware interface driver. The wireless data acquisitionsystem uses the VISI's serial port driver to communicate with the wireless transmission module Advantages: 1. Low cost and reliable 2. Can be programmed using embedded C. 3. Real time data processing can be achieved with less complexity in hardware 4. Because of wireless system, data can be accessed from anywhere Disadvantages: 1. System may fails in the absence of electricity or on the discharge of battery 2. Calibration of sensors is needed 3. Transmission of data can be interrupted if Bluetooth is out of range V. Results Obtained And Future Scope As described above system is built using standard design process. In order to process and display the values received from sensors we have designed MATLAB UI. Here interface developed clearly shows the variations obtained in the parameter selected. Thesevariations are directly proportional to change in their values. Please see below for these results.
  • 4. Wireless Data Acquisition System using ARM cortex M-3 DOI: 10.9790/2834-10113235 www.iosrjournals.org 35 | Page We have also given feature to write this data to excel sheet. This captured data in excel sheet can be used for analytics purpose. This analytics may be of any type to arrive at conclusion. The future scope for this project is we can add any parameter in it. We have to design a suitable part to add that parameter and provide it’sout put to ADC of the ARM processor. In this manner, we are increasing the scalability of the system. This unit can be fit in to any industry. Considering the current parameters, it can be applied to chemical plant where temperature, humidity and gas are the major parameters References [1]. Z. Jia, L. Meng, and S. Gao, “Based on STM32 wireless sensor network localization node design and implementation,” Sensor and microsystems, vol 29 ( 11) , pp. 107-109, 2010 [2]. J. Li, “Based on Bluetooth technology, wireless data acquisition system design,” Micro computer information, vol 24 ( 2) , pp. 195- 196, 2008 [3]. L. Jie, J. Zhou, and P. Fan, “Based on virtual instrument and Bluetooth technology wireless test system,” Electronic measurement technology,vol 33 ( 6) , pp. 85-87, 2010 [4]. L. Li, “A Bluetooth wireless sensor network,” Micro computer information, vol 7, pp. 7246 – 248, 2006 [5]. Q. Zheng, and Y. She, “The Bluetooth technology in the measurementand control system and their application in the frequency hoppingtechnology research,” Micro computer information, vol 11, pp. 122-124,2004 [6]. Z. Xing, J. Li, and H. Liang, “Based on ARM+FPGA GPS receiverdesign,” Sensor with micro systems, vol 30 ( 7), pp. 108-110, 2011 [7]. Y. Wang, W. Xu, and L. Hao, STM32 series ARM Cortex-M3microcontroller principles and practice. Beijing: Beihang Universitypress, 2008.07 [8]. N. Li, Based on MDK STM32 processor application development.Beijing: Beihang University press, 2008