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

PDF
Design of Gabor Filter for Noise Reduction in Betel Vine leaves Disease Segme...
IOSR Journals
 
PDF
RSA Algorithm as a Data Security Control Mechanism in RFID
IOSR Journals
 
PDF
Design and Analysis of Wideband Microstip Patch Antenna Employing EBG and Par...
IOSR Journals
 
PDF
E010412433
IOSR Journals
 
PDF
PSO-GSA Tuned Dynamic Allocation in Wireless Video Sensor Networks for IOT
IRJET Journal
 
PDF
A performance of radio frequency and signal strength of LoRa with BME280 sensor
TELKOMNIKA JOURNAL
 
PDF
Real time approach of piezo actuated beam for wireless seismic measurement us...
eSAT Journals
 
PDF
An Ant colony optimization algorithm to solve the broken link problem in wire...
IJERA Editor
 
Design of Gabor Filter for Noise Reduction in Betel Vine leaves Disease Segme...
IOSR Journals
 
RSA Algorithm as a Data Security Control Mechanism in RFID
IOSR Journals
 
Design and Analysis of Wideband Microstip Patch Antenna Employing EBG and Par...
IOSR Journals
 
E010412433
IOSR Journals
 
PSO-GSA Tuned Dynamic Allocation in Wireless Video Sensor Networks for IOT
IRJET Journal
 
A performance of radio frequency and signal strength of LoRa with BME280 sensor
TELKOMNIKA JOURNAL
 
Real time approach of piezo actuated beam for wireless seismic measurement us...
eSAT Journals
 
An Ant colony optimization algorithm to solve the broken link problem in wire...
IJERA Editor
 

What's hot (20)

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

Viewers also liked (20)

PDF
E012423034
IOSR Journals
 
PDF
F010613543
IOSR Journals
 
PDF
Solid Waste Generation from Construction of Office Building with Special Refe...
IOSR Journals
 
PDF
FEA Simulation for Vibration Control of Shaft System by Magnetic Piezoelectri...
IOSR Journals
 
PDF
DSNs & X.400 assist in ensuring email reliability
IOSR Journals
 
PDF
M010417478
IOSR Journals
 
PDF
E010322531
IOSR Journals
 
PDF
H010634043
IOSR Journals
 
PDF
C010521928
IOSR Journals
 
PDF
B013141316
IOSR Journals
 
PDF
C017531925
IOSR Journals
 
PDF
A012630105
IOSR Journals
 
PDF
P01222104109
IOSR Journals
 
PDF
E012442937
IOSR Journals
 
PDF
H010435256
IOSR Journals
 
PDF
C010231319
IOSR Journals
 
PDF
I010425559
IOSR Journals
 
PDF
D012622129
IOSR Journals
 
PDF
K010346973
IOSR Journals
 
PDF
F010112934
IOSR Journals
 
E012423034
IOSR Journals
 
F010613543
IOSR Journals
 
Solid Waste Generation from Construction of Office Building with Special Refe...
IOSR Journals
 
FEA Simulation for Vibration Control of Shaft System by Magnetic Piezoelectri...
IOSR Journals
 
DSNs & X.400 assist in ensuring email reliability
IOSR Journals
 
M010417478
IOSR Journals
 
E010322531
IOSR Journals
 
H010634043
IOSR Journals
 
C010521928
IOSR Journals
 
B013141316
IOSR Journals
 
C017531925
IOSR Journals
 
A012630105
IOSR Journals
 
P01222104109
IOSR Journals
 
E012442937
IOSR Journals
 
H010435256
IOSR Journals
 
C010231319
IOSR Journals
 
I010425559
IOSR Journals
 
D012622129
IOSR Journals
 
K010346973
IOSR Journals
 
F010112934
IOSR Journals
 
Ad

Similar to E010113235 (20)

PDF
Development of Software for Estimation of Structural Dynamic Characteristics ...
IRJET Journal
 
PDF
Fpga implementation of wireless data logger system
eSAT Journals
 
DOCX
An Internet Based Interactive Data Acquisition System
Saptarshi Nag
 
PDF
Wireless Data Transfer in Under Water System
Associate Professor in VSB Coimbatore
 
PDF
International Journal of Engineering and Science Invention (IJESI)
inventionjournals
 
PDF
Education set for collecting and visualizing data using sensor system based ...
IJMER
 
PDF
Education set for collecting and visualizing data using sensor system based o...
IJMER
 
PDF
[IJET-V1I3P17] Authors :Prof. U. R. More. S. R. Adhav
IJET - International Journal of Engineering and Techniques
 
PDF
Mg3620962101
IJERA Editor
 
PDF
Iaetsd flexible and reconfigurable soc for sensor network under zynq processor
Iaetsd Iaetsd
 
PPTX
Project_updated
Shaikh Zaid
 
PDF
Data Acquisition and Control System for Real Time Applications
ijsrd.com
 
PDF
Mobile robotic platform to gathering real time sensory data in wireless perso...
Alexander Decker
 
PDF
Wireless Patient Monitoring System using IoT
AI Publications
 
PPTX
Bluetooth based industrial data acquisation system
Srikanth Ravada
 
PDF
Freertos based environmental data acquisition using arm cortex m4 f core
eSAT Journals
 
PDF
IRJET- IoT based Industrial Level Sensor Data Acquisition & Monitoring
IRJET Journal
 
PPT
MICS Band Wireless Body Sensor Network
Myo Naung Lwin
 
PPT
Portable Wireless Temperature Data Logger Dimitrios Tsiolchas
Dimitrios Tsiolchas
 
PPTX
ESP8266 MICROCONTROLLER APPLICATION IN WIRELESS SYNCHRONIZATION TASKS.pptx
VenkateshVenkatesh96
 
Development of Software for Estimation of Structural Dynamic Characteristics ...
IRJET Journal
 
Fpga implementation of wireless data logger system
eSAT Journals
 
An Internet Based Interactive Data Acquisition System
Saptarshi Nag
 
Wireless Data Transfer in Under Water System
Associate Professor in VSB Coimbatore
 
International Journal of Engineering and Science Invention (IJESI)
inventionjournals
 
Education set for collecting and visualizing data using sensor system based ...
IJMER
 
Education set for collecting and visualizing data using sensor system based o...
IJMER
 
[IJET-V1I3P17] Authors :Prof. U. R. More. S. R. Adhav
IJET - International Journal of Engineering and Techniques
 
Mg3620962101
IJERA Editor
 
Iaetsd flexible and reconfigurable soc for sensor network under zynq processor
Iaetsd Iaetsd
 
Project_updated
Shaikh Zaid
 
Data Acquisition and Control System for Real Time Applications
ijsrd.com
 
Mobile robotic platform to gathering real time sensory data in wireless perso...
Alexander Decker
 
Wireless Patient Monitoring System using IoT
AI Publications
 
Bluetooth based industrial data acquisation system
Srikanth Ravada
 
Freertos based environmental data acquisition using arm cortex m4 f core
eSAT Journals
 
IRJET- IoT based Industrial Level Sensor Data Acquisition & Monitoring
IRJET Journal
 
MICS Band Wireless Body Sensor Network
Myo Naung Lwin
 
Portable Wireless Temperature Data Logger Dimitrios Tsiolchas
Dimitrios Tsiolchas
 
ESP8266 MICROCONTROLLER APPLICATION IN WIRELESS SYNCHRONIZATION TASKS.pptx
VenkateshVenkatesh96
 

More from IOSR Journals (20)

PDF
A011140104
IOSR Journals
 
PDF
M0111397100
IOSR Journals
 
PDF
L011138596
IOSR Journals
 
PDF
K011138084
IOSR Journals
 
PDF
J011137479
IOSR Journals
 
PDF
I011136673
IOSR Journals
 
PDF
G011134454
IOSR Journals
 
PDF
H011135565
IOSR Journals
 
PDF
F011134043
IOSR Journals
 
PDF
E011133639
IOSR Journals
 
PDF
D011132635
IOSR Journals
 
PDF
C011131925
IOSR Journals
 
PDF
B011130918
IOSR Journals
 
PDF
A011130108
IOSR Journals
 
PDF
I011125160
IOSR Journals
 
PDF
H011124050
IOSR Journals
 
PDF
G011123539
IOSR Journals
 
PDF
F011123134
IOSR Journals
 
PDF
E011122530
IOSR Journals
 
PDF
D011121524
IOSR Journals
 
A011140104
IOSR Journals
 
M0111397100
IOSR Journals
 
L011138596
IOSR Journals
 
K011138084
IOSR Journals
 
J011137479
IOSR Journals
 
I011136673
IOSR Journals
 
G011134454
IOSR Journals
 
H011135565
IOSR Journals
 
F011134043
IOSR Journals
 
E011133639
IOSR Journals
 
D011132635
IOSR Journals
 
C011131925
IOSR Journals
 
B011130918
IOSR Journals
 
A011130108
IOSR Journals
 
I011125160
IOSR Journals
 
H011124050
IOSR Journals
 
G011123539
IOSR Journals
 
F011123134
IOSR Journals
 
E011122530
IOSR Journals
 
D011121524
IOSR Journals
 

Recently uploaded (20)

PDF
Data_Analytics_vs_Data_Science_vs_BI_by_CA_Suvidha_Chaplot.pdf
CA Suvidha Chaplot
 
PPTX
IT Runs Better with ThousandEyes AI-driven Assurance
ThousandEyes
 
PPTX
AI and Robotics for Human Well-being.pptx
JAYMIN SUTHAR
 
PDF
Google I/O Extended 2025 Baku - all ppts
HusseinMalikMammadli
 
PDF
Oracle AI Vector Search- Getting Started and what's new in 2025- AIOUG Yatra ...
Sandesh Rao
 
PPTX
What-is-the-World-Wide-Web -- Introduction
tonifi9488
 
PDF
Economic Impact of Data Centres to the Malaysian Economy
flintglobalapac
 
PDF
Security features in Dell, HP, and Lenovo PC systems: A research-based compar...
Principled Technologies
 
PDF
Structs to JSON: How Go Powers REST APIs
Emily Achieng
 
PDF
Tea4chat - another LLM Project by Kerem Atam
a0m0rajab1
 
PDF
BLW VOCATIONAL TRAINING SUMMER INTERNSHIP REPORT
codernjn73
 
PDF
OFFOFFBOX™ – A New Era for African Film | Startup Presentation
ambaicciwalkerbrian
 
PDF
REPORT: Heating appliances market in Poland 2024
SPIUG
 
PDF
A Day in the Life of Location Data - Turning Where into How.pdf
Precisely
 
PDF
SparkLabs Primer on Artificial Intelligence 2025
SparkLabs Group
 
PDF
Event Presentation Google Cloud Next Extended 2025
minhtrietgect
 
PDF
Trying to figure out MCP by actually building an app from scratch with open s...
Julien SIMON
 
PDF
Brief History of Internet - Early Days of Internet
sutharharshit158
 
PDF
The Future of Artificial Intelligence (AI)
Mukul
 
PDF
CIFDAQ's Market Wrap : Bears Back in Control?
CIFDAQ
 
Data_Analytics_vs_Data_Science_vs_BI_by_CA_Suvidha_Chaplot.pdf
CA Suvidha Chaplot
 
IT Runs Better with ThousandEyes AI-driven Assurance
ThousandEyes
 
AI and Robotics for Human Well-being.pptx
JAYMIN SUTHAR
 
Google I/O Extended 2025 Baku - all ppts
HusseinMalikMammadli
 
Oracle AI Vector Search- Getting Started and what's new in 2025- AIOUG Yatra ...
Sandesh Rao
 
What-is-the-World-Wide-Web -- Introduction
tonifi9488
 
Economic Impact of Data Centres to the Malaysian Economy
flintglobalapac
 
Security features in Dell, HP, and Lenovo PC systems: A research-based compar...
Principled Technologies
 
Structs to JSON: How Go Powers REST APIs
Emily Achieng
 
Tea4chat - another LLM Project by Kerem Atam
a0m0rajab1
 
BLW VOCATIONAL TRAINING SUMMER INTERNSHIP REPORT
codernjn73
 
OFFOFFBOX™ – A New Era for African Film | Startup Presentation
ambaicciwalkerbrian
 
REPORT: Heating appliances market in Poland 2024
SPIUG
 
A Day in the Life of Location Data - Turning Where into How.pdf
Precisely
 
SparkLabs Primer on Artificial Intelligence 2025
SparkLabs Group
 
Event Presentation Google Cloud Next Extended 2025
minhtrietgect
 
Trying to figure out MCP by actually building an app from scratch with open s...
Julien SIMON
 
Brief History of Internet - Early Days of Internet
sutharharshit158
 
The Future of Artificial Intelligence (AI)
Mukul
 
CIFDAQ's Market Wrap : Bears Back in Control?
CIFDAQ
 

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