SlideShare a Scribd company logo
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 07 | July-2015, Available @ http://www.ijret.org 461
FPGA IMPLEMENTATION OF WIRELESS DATA LOGGER SYSTEM
K Mahananda1
1
PG student, VTU Regional office, Kusnoor road Kalaburagi
Abstract
This Project describes the design and development of hardware and software modules for wireless data logger system using
ZigBee.. FPGA firmware is developed in VHDL using Xilinx ISE 14.7 and the design is simulated using ModelSim Simulator and
the code is synthesized on Altera Cyclone IV FPGA.End user can change remotely the data logger settings such as date and time.
The Advent of Field Programmable Gate Arrays (FPGAs) has made compact realization of embedded system possible. As FPGAs
are high density logic devices. It is possible to realize certain software functions in hardware in an efficient way.
Keywords: Data logger; FPGA; ZigBee; Real time clock; ADC.
--------------------------------------------------------------------***------------------------------------------------------------------
1. INTRODUCTION
The main aim of the project is to design and implementation
of an wireless data logger on FPGA, which will accept
physical parameters like temperature, humidity etc from the
sensor and is converted into digital data by ADC and then
stored in the memory that is in different latches that data can
be used according to the different application. With emerging
technology, researchers desire to obtain their sensor data
faster and to make accepted data available over longer
interval of time.The primary transformative trend of data
loggers has been in size reduction. This is because of their
primary role of remote data redemption. They need to be
haulable to facilitate easy portage.
Traditional general purpose processors [GPP] and wired
communication devices requires high cost and long
development cycle. As the GPP have the fixed architecture,
limitation to data path width, so it may waste the hardware
resources. FPGA gives the flexibility of reprogramming and
have high level parallelism. Wired communication possess
several limitations like complex cable connections,
electromagnetic interference, wire cost and maintenance etc.
There are several wireless communication technologies, such
as Bluetooth, WSN, WI-FI, ZigBee, IrDA, GSM etc. Taking
in to account the application range of various techniques, the
cost of data transmission, security and reliability, Bluetooth
and WSN are the most appropriate methods in the short range
wireless data communication and data transmission. ZigBee
is a low cost, low power built from small digital radios
targeted at wide development of long battery life devices in
wireless control and monitoring applications.
The mobile communication devices are mostly focused on
voice and short messaging. They have become one of the
inseparable parts of the people life for contacting each other
via text and voice and it also provides services like check
mail, play game, send and receive file, etc. The combination
of these two services is called as smart phone. The Android
OS is the fastest growing OS on the mobile market.
Furthermore, it is open source; thus allowing more ease and
freedom when developing applications. One of the primary
benefits of using data loggers is the ability to automatically
collect data on a 24-hour basis, and time stamp of logging
can be set (five minutes to one hour basis). Upon activation,
data logger is left unattended to measure and record
information for the duration of the monitoring period.
2. DESIGN METHODOLOGY
Below Figure 2.1 shows the basic block diagram of Wireless
data logger system, which divides the figure into two main
parts one is called as Transmitter block system and the other
is Receiver block system. The common wireless data logger
system is Full Duplex communication.
Fig 2.1: Basic Block Diagram of Wireless Data Logger
System
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 07 | July-2015, Available @ http://www.ijret.org 462
2.1 Transmitter Block System
In above figure 2.1 transmitter block consist of FPGA, PIC
Microcontroller, ZigBee and Real time clock. In this block,
information is transferred in both directions at a time so it is a
“Full Duplex Communication”. Now we will see how the
data is transferred in each block. FPGA takes Data from the
sensor as well as from the microcontroller as the
communication is a full duplex. First FPGA takes a data from
the sensor as input which stores data continuously in the
different channel memory block, as FPGA contains total 8
channel memory block these blocks are divided with respect
to time slots allocated for the channel. Second FPGA takes
3bit channel address from the microcontroller, then the
required data which is stored in the particular channel
memory block the data is sent back to the micro controller
which as an 8bit data. The switching action is controlled by
the PIC microcontroller, the controls of these switching
actions are programmed into memory and actions are
executed by the FPGA. So this block is called as “Stored
program control switching system”.
Microcontroller takes channel address from the ZigBee and
then decodes that channel address into three bit. The decoded
channel address is sent to an FPGA by the Microcontroller.
Then whatever the data which is of 8 bit stored in that
channel address is sent back to the Microcontroller by the
FPGA, as FPGA stores data in different memory block that is
in different eight Latches. Now Microcontroller encodes this
8 bit data and transfers this data over the ZigBee. By
implementing ZigBee protocol the communication between
the hardware and the software unit of the system is made
wireless easily so that the ZigBee takes DATA IN as channel
address and DATA OUT as data for the selected channel.
2.2 Receiver Block System
The Receiver Block System also consists of three main
blocks ZigBee, PIC Microcontroller, and propeller LED as
show in the above figure 2.1.Now we will see how the data
transfer take place in this block as here the communication is
half duplex. The microcontroller sends channel address to the
ZigBee and by the wireless transmission it takes data from
the transmitter as explained in the transmitter block system,
as here the communication is a half duplex. And that data
from the ZigBee is decoded and displayed on the propeller
LED.
The operation of ZigBee is controlled by the microcontroller
by switching program. here First ZigBee Sends DATA OUT
as this data contains channel address and takes DATA IN as
this data contains data for the selected channel.
3. SIMULATION RESULTS
Fig 3.1 Simulation result of data logger
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 07 | July-2015, Available @ http://www.ijret.org 463
Above fig 3.1 describes simulation results of Data logger.
First give RESET as HIGH, START as HIGH and give CLK,
now output is 00000000.Then make RESET as LOW and
now we are assuming here continuous varying temperature
shows as analog signal, for each 1 second the data will be
stored in each channel, then after every 8 second the data will
be updated in each channel. Suppose now if we are selected
particular channel say channel address 110,whatever the data
in sixth channel presently that will be the Data_out.
Table 1: Design Summary
Device utilization values(estimated values)
Logic
utilization
Used
Availabl
e
Utiliz
ation
Number of
slices
46 960 4%
Number of slice
flip flops
14 1920 0%
Number of 4
input LUTs
86 1920 4%
Number of
bonded IOBs
11 66 16%
Number of
GCLKS
1 24 4%
4. CONCLUSION AND FUTURE SCOPE
This Project mainly deals with the Data logger system which
plays an important role in diverse application such as
chemical plants, process control industries, and satellites. An
data logger system interacts continuously with its
environment and carries out various tasks with certain timing
constraints. The Data logger which has been implemented in
hardware for redemption process and this reduces the
software overhead and hence the execution cycle time that
makes the system response faster in real-time. This leads to a
better performance and accuracy.
All the functional modules of Data Logger all functional
blocks are successfully coded in VHDL, simulated and
verified as per the functional requirement and timing
specification and hardware implementation is done on the
FPGA.
The FPGA based wireless data logger presented in this
project records temperature and humidity data over a period
of time. It displays stored data on propeller LED when we
selected particular channel address. This data can be used for
future analysis of the environmental conditions at the place
where data logger is installed.
REFERENCES
[1] C. A. Gómez-Pachón, M. Valderrama, F. Segura-
Quijano, “Design and Implementation of a Wireless
Tensiometer with Smartphone Interface” Health
Care Exchanges (PAHCE), 2013 Pan American, pp.
1-3, April-May 2013.
[2] Gopinath Shanmuga Sundaram, Bhanu Prasad
Patibandala, “Bluetooth Communication using a
Touch screen Interface with Raspberry Pi,”
Southeastcon, 2013 Proceedings of IEEE,pp. 1-4,
April 2013.
[3] SamerHawayek, Claude Hargrove and Nabila A.
BouSaba, “Real time Bluetooth Communication
Between an FPGA Based Embedded System and an
Android Phone,”Southeastcon, 2013 Proceedings of
IEEE, pp. 1-4, April 2013.
[4] LetianXu ; Ocean Coll., Zhejiang Univ., Hangzhou,
China ; Jiawang Chen ; Ying Chen ; Xiaoping Hu "A
multi-channel data logger of in-situ chemical
sensors for cabled seafloor observatories"Oceans -
San Diego, 2013
[5] Zhan Wei Siew ; “Design and development of a
tablet based real time wireless data logger” Global
High Tech Congress on Electronics (GHTCE), 2012
IEEE 18-20 Nov. 2012
[6] “Preliminary Design document of Data Acquisition
and Command processing,” January 2008, Control
System Group, ISRO Satellite Centre.
[7] Swamy TN, Rashmi KM “Data Acquisition System
Based On FPGA”-International Journal of
Engineering Research and Applications
[8] Engelberg, S. ; Kaminsky, T. ; Horesh, M.“A USB-
Enabled, FLASH-Disk-Based Data
Logger”Instrumentation & Measurement Magazine,
IEEE (Volume:10 , Issue: 2 ) April 2007
[9] FPGA Implementation of Real Time Data
Acquisition System Using Micro blaze Processor-
D.SathishkumarR.Ganesh International Journal of
Science and Engineering Applications Volume 2 Issue
7, 2013, ISSN-2319-7560 (Online)
[10] Nkom, B. ; Eng. &Instrum. Design Sect.,
"Development of a Novel Microcontroller-based data
logger" Adaptive Science & Technology, 2009.
ICAST 2009. 2nd International Conference on 14-16
Jan. 2009

More Related Content

What's hot

Network Based Data Acquisition and Logging System using PIC Microcontroller
Network Based Data Acquisition and Logging System using PIC MicrocontrollerNetwork Based Data Acquisition and Logging System using PIC Microcontroller
Network Based Data Acquisition and Logging System using PIC Microcontroller
CSCJournals
 
IRJET- Design of a High Performance IoT QoS Transmission Mechanism and Middle...
IRJET- Design of a High Performance IoT QoS Transmission Mechanism and Middle...IRJET- Design of a High Performance IoT QoS Transmission Mechanism and Middle...
IRJET- Design of a High Performance IoT QoS Transmission Mechanism and Middle...
IRJET Journal
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD Editor
 
Android Based Switch Controlling Technique for LED BulbsUsing Bluetooth/Wi-Fi...
Android Based Switch Controlling Technique for LED BulbsUsing Bluetooth/Wi-Fi...Android Based Switch Controlling Technique for LED BulbsUsing Bluetooth/Wi-Fi...
Android Based Switch Controlling Technique for LED BulbsUsing Bluetooth/Wi-Fi...
IJRES 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)
 
Installation of Sensors and Data loggers at project site
Installation of Sensors and Data loggers at project site Installation of Sensors and Data loggers at project site
Installation of Sensors and Data loggers at project site
sarvan k
 
AN DYNAMIC ENERGY MANAGEMENT ON FPGA FOR WIRELESS SENSOR NETWORK
AN DYNAMIC ENERGY MANAGEMENT ON FPGA FOR WIRELESS SENSOR NETWORKAN DYNAMIC ENERGY MANAGEMENT ON FPGA FOR WIRELESS SENSOR NETWORK
AN DYNAMIC ENERGY MANAGEMENT ON FPGA FOR WIRELESS SENSOR NETWORK
csijjournal
 
Home Automation with MATLAB and ARDUINO Interface
Home Automation with MATLAB and ARDUINO InterfaceHome Automation with MATLAB and ARDUINO Interface
Home Automation with MATLAB and ARDUINO Interface
Alok Tiwari
 
IRJET- Passenger Indicator for Driver
IRJET- Passenger Indicator for DriverIRJET- Passenger Indicator for Driver
IRJET- Passenger Indicator for Driver
IRJET Journal
 
Yogesh
YogeshYogesh
Yogesh
yogesh singh
 
IRJET- Ad-hoc Based Outdoor Positioning System
IRJET- Ad-hoc Based Outdoor Positioning SystemIRJET- Ad-hoc Based Outdoor Positioning System
IRJET- Ad-hoc Based Outdoor Positioning System
IRJET Journal
 
Smart Home Automation
Smart Home AutomationSmart Home Automation
Smart Home Automation
IRJET Journal
 
Performance Analysis of Mobile Security Protocols: Encryption and Authenticat...
Performance Analysis of Mobile Security Protocols: Encryption and Authenticat...Performance Analysis of Mobile Security Protocols: Encryption and Authenticat...
Performance Analysis of Mobile Security Protocols: Encryption and Authenticat...
CSCJournals
 
Implementation of an Efficient Smart Home System using MQTT
Implementation of an Efficient Smart Home System using MQTTImplementation of an Efficient Smart Home System using MQTT
Implementation of an Efficient Smart Home System using MQTT
IRJET Journal
 
Network Telemetry
Network TelemetryNetwork Telemetry
Network Telemetry
Aalok Shah
 
Monitoring AC Drive by using RS485 & GSM Module
Monitoring AC Drive by using RS485 & GSM ModuleMonitoring AC Drive by using RS485 & GSM Module
Monitoring AC Drive by using RS485 & GSM Module
RSIS International
 
Smart automatic petrol pump system based on internet of things
Smart automatic petrol pump system based on internet of things Smart automatic petrol pump system based on internet of things
Smart automatic petrol pump system based on internet of things
IJECEIAES
 
B03504008012
B03504008012B03504008012
B03504008012
theijes
 
Overview of the Functionalities of 4G Routers
Overview of the Functionalities of 4G RoutersOverview of the Functionalities of 4G Routers
Overview of the Functionalities of 4G Routers
E-Lins Technology Co. Ltd.
 

What's hot (19)

Network Based Data Acquisition and Logging System using PIC Microcontroller
Network Based Data Acquisition and Logging System using PIC MicrocontrollerNetwork Based Data Acquisition and Logging System using PIC Microcontroller
Network Based Data Acquisition and Logging System using PIC Microcontroller
 
IRJET- Design of a High Performance IoT QoS Transmission Mechanism and Middle...
IRJET- Design of a High Performance IoT QoS Transmission Mechanism and Middle...IRJET- Design of a High Performance IoT QoS Transmission Mechanism and Middle...
IRJET- Design of a High Performance IoT QoS Transmission Mechanism and Middle...
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
 
Android Based Switch Controlling Technique for LED BulbsUsing Bluetooth/Wi-Fi...
Android Based Switch Controlling Technique for LED BulbsUsing Bluetooth/Wi-Fi...Android Based Switch Controlling Technique for LED BulbsUsing Bluetooth/Wi-Fi...
Android Based Switch Controlling Technique for LED BulbsUsing Bluetooth/Wi-Fi...
 
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...
 
Installation of Sensors and Data loggers at project site
Installation of Sensors and Data loggers at project site Installation of Sensors and Data loggers at project site
Installation of Sensors and Data loggers at project site
 
AN DYNAMIC ENERGY MANAGEMENT ON FPGA FOR WIRELESS SENSOR NETWORK
AN DYNAMIC ENERGY MANAGEMENT ON FPGA FOR WIRELESS SENSOR NETWORKAN DYNAMIC ENERGY MANAGEMENT ON FPGA FOR WIRELESS SENSOR NETWORK
AN DYNAMIC ENERGY MANAGEMENT ON FPGA FOR WIRELESS SENSOR NETWORK
 
Home Automation with MATLAB and ARDUINO Interface
Home Automation with MATLAB and ARDUINO InterfaceHome Automation with MATLAB and ARDUINO Interface
Home Automation with MATLAB and ARDUINO Interface
 
IRJET- Passenger Indicator for Driver
IRJET- Passenger Indicator for DriverIRJET- Passenger Indicator for Driver
IRJET- Passenger Indicator for Driver
 
Yogesh
YogeshYogesh
Yogesh
 
IRJET- Ad-hoc Based Outdoor Positioning System
IRJET- Ad-hoc Based Outdoor Positioning SystemIRJET- Ad-hoc Based Outdoor Positioning System
IRJET- Ad-hoc Based Outdoor Positioning System
 
Smart Home Automation
Smart Home AutomationSmart Home Automation
Smart Home Automation
 
Performance Analysis of Mobile Security Protocols: Encryption and Authenticat...
Performance Analysis of Mobile Security Protocols: Encryption and Authenticat...Performance Analysis of Mobile Security Protocols: Encryption and Authenticat...
Performance Analysis of Mobile Security Protocols: Encryption and Authenticat...
 
Implementation of an Efficient Smart Home System using MQTT
Implementation of an Efficient Smart Home System using MQTTImplementation of an Efficient Smart Home System using MQTT
Implementation of an Efficient Smart Home System using MQTT
 
Network Telemetry
Network TelemetryNetwork Telemetry
Network Telemetry
 
Monitoring AC Drive by using RS485 & GSM Module
Monitoring AC Drive by using RS485 & GSM ModuleMonitoring AC Drive by using RS485 & GSM Module
Monitoring AC Drive by using RS485 & GSM Module
 
Smart automatic petrol pump system based on internet of things
Smart automatic petrol pump system based on internet of things Smart automatic petrol pump system based on internet of things
Smart automatic petrol pump system based on internet of things
 
B03504008012
B03504008012B03504008012
B03504008012
 
Overview of the Functionalities of 4G Routers
Overview of the Functionalities of 4G RoutersOverview of the Functionalities of 4G Routers
Overview of the Functionalities of 4G Routers
 

Viewers also liked

Lifi Technology
Lifi TechnologyLifi Technology
Lifi Technology
Subhrajit Sadhukhan
 
DIGITAL SIGNAL PROCESSING
DIGITAL SIGNAL PROCESSINGDIGITAL SIGNAL PROCESSING
DIGITAL SIGNAL PROCESSING
Snehal Hedau
 
Lifi ppt
Lifi pptLifi ppt
Lifi ppt
rr140688
 
Lecture: Digital Signal Processing Batch 2009
Lecture: Digital Signal Processing Batch 2009Lecture: Digital Signal Processing Batch 2009
Lecture: Digital Signal Processing Batch 2009
ubaidis
 
Li-Fi Technology (Perfect slides)
Li-Fi Technology (Perfect slides)Li-Fi Technology (Perfect slides)
Li-Fi Technology (Perfect slides)
UzmaRuhy
 
ppt on LIFI TECHNOLOGY
ppt on LIFI TECHNOLOGYppt on LIFI TECHNOLOGY
ppt on LIFI TECHNOLOGY
tanshu singh
 

Viewers also liked (6)

Lifi Technology
Lifi TechnologyLifi Technology
Lifi Technology
 
DIGITAL SIGNAL PROCESSING
DIGITAL SIGNAL PROCESSINGDIGITAL SIGNAL PROCESSING
DIGITAL SIGNAL PROCESSING
 
Lifi ppt
Lifi pptLifi ppt
Lifi ppt
 
Lecture: Digital Signal Processing Batch 2009
Lecture: Digital Signal Processing Batch 2009Lecture: Digital Signal Processing Batch 2009
Lecture: Digital Signal Processing Batch 2009
 
Li-Fi Technology (Perfect slides)
Li-Fi Technology (Perfect slides)Li-Fi Technology (Perfect slides)
Li-Fi Technology (Perfect slides)
 
ppt on LIFI TECHNOLOGY
ppt on LIFI TECHNOLOGYppt on LIFI TECHNOLOGY
ppt on LIFI TECHNOLOGY
 

Similar to Fpga implementation of wireless data logger system

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
 
Real time approach of piezo actuated beam for wireless
Real time approach of piezo actuated beam for wirelessReal time approach of piezo actuated beam for wireless
Real time approach of piezo actuated beam for wireless
eSAT Publishing House
 
Real time approach of piezo actuated beam for wireless seismic measurement us...
Real time approach of piezo actuated beam for wireless seismic measurement us...Real time approach of piezo actuated beam for wireless seismic measurement us...
Real time approach of piezo actuated beam for wireless seismic measurement us...
eSAT Journals
 
Smartphone fpga based balloon payload using cots components
Smartphone fpga based balloon payload using cots componentsSmartphone fpga based balloon payload using cots components
Smartphone fpga based balloon payload using cots components
eSAT Journals
 
Agriculture Sensing using IoT
Agriculture Sensing using IoTAgriculture Sensing using IoT
Agriculture Sensing using IoT
IRJET Journal
 
29
2929
F224450
F224450F224450
Zigbee sensor network integrated with 4 g for iot applications
Zigbee sensor network integrated with 4 g for iot applicationsZigbee sensor network integrated with 4 g for iot applications
Zigbee sensor network integrated with 4 g for iot applications
goodgood
 
Zigbee sensor network integrated with 4 g for iot
Zigbee sensor network integrated with 4 g for iotZigbee sensor network integrated with 4 g for iot
Zigbee sensor network integrated with 4 g for iot
eSAT Publishing House
 
Cloud Computing –Analysing Healthcare and ECG Monitoring system
Cloud Computing –Analysing Healthcare and ECG Monitoring systemCloud Computing –Analysing Healthcare and ECG Monitoring system
Cloud Computing –Analysing Healthcare and ECG Monitoring system
IJSRED
 
E010113235
E010113235E010113235
E010113235
IOSR Journals
 
Iot Based Society Automation Using GTBS Protocol
Iot Based Society Automation Using GTBS ProtocolIot Based Society Automation Using GTBS Protocol
Iot Based Society Automation Using GTBS Protocol
IRJET Journal
 
The pattern and realization of zigbee wi-fi
The pattern and realization of zigbee  wi-fiThe pattern and realization of zigbee  wi-fi
The pattern and realization of zigbee wi-fi
eSAT Publishing House
 
The pattern and realization of zigbee wi-fi wireless pathway
The pattern and realization of zigbee  wi-fi wireless pathwayThe pattern and realization of zigbee  wi-fi wireless pathway
The pattern and realization of zigbee wi-fi wireless pathway
eSAT Journals
 
Serial interface module for ethernet based applications
Serial interface module for ethernet based applicationsSerial interface module for ethernet based applications
Serial interface module for ethernet based applications
eSAT Journals
 
Beagle board
Beagle boardBeagle board
Beagle board
Ankit Sanghvi
 
Office Automation & Attendance System using IoT
Office Automation & Attendance System using IoTOffice Automation & Attendance System using IoT
Office Automation & Attendance System using IoT
IRJET Journal
 
Office Automation & Attendance System using IoT
Office Automation & Attendance System using IoTOffice Automation & Attendance System using IoT
Office Automation & Attendance System using IoT
IRJET Journal
 
Ku3419461949
Ku3419461949Ku3419461949
Ku3419461949
IJERA Editor
 
DESIGNING THE IOT BASESTATION FOR GREENHOUSE MONITORING
DESIGNING THE IOT BASESTATION FOR GREENHOUSE MONITORINGDESIGNING THE IOT BASESTATION FOR GREENHOUSE MONITORING
DESIGNING THE IOT BASESTATION FOR GREENHOUSE MONITORING
IAEME Publication
 

Similar to Fpga implementation of wireless data logger system (20)

Secure remote protocol for fpga reconfiguration
Secure remote protocol for fpga reconfigurationSecure remote protocol for fpga reconfiguration
Secure remote protocol for fpga reconfiguration
 
Real time approach of piezo actuated beam for wireless
Real time approach of piezo actuated beam for wirelessReal time approach of piezo actuated beam for wireless
Real time approach of piezo actuated beam for wireless
 
Real time approach of piezo actuated beam for wireless seismic measurement us...
Real time approach of piezo actuated beam for wireless seismic measurement us...Real time approach of piezo actuated beam for wireless seismic measurement us...
Real time approach of piezo actuated beam for wireless seismic measurement us...
 
Smartphone fpga based balloon payload using cots components
Smartphone fpga based balloon payload using cots componentsSmartphone fpga based balloon payload using cots components
Smartphone fpga based balloon payload using cots components
 
Agriculture Sensing using IoT
Agriculture Sensing using IoTAgriculture Sensing using IoT
Agriculture Sensing using IoT
 
29
2929
29
 
F224450
F224450F224450
F224450
 
Zigbee sensor network integrated with 4 g for iot applications
Zigbee sensor network integrated with 4 g for iot applicationsZigbee sensor network integrated with 4 g for iot applications
Zigbee sensor network integrated with 4 g for iot applications
 
Zigbee sensor network integrated with 4 g for iot
Zigbee sensor network integrated with 4 g for iotZigbee sensor network integrated with 4 g for iot
Zigbee sensor network integrated with 4 g for iot
 
Cloud Computing –Analysing Healthcare and ECG Monitoring system
Cloud Computing –Analysing Healthcare and ECG Monitoring systemCloud Computing –Analysing Healthcare and ECG Monitoring system
Cloud Computing –Analysing Healthcare and ECG Monitoring system
 
E010113235
E010113235E010113235
E010113235
 
Iot Based Society Automation Using GTBS Protocol
Iot Based Society Automation Using GTBS ProtocolIot Based Society Automation Using GTBS Protocol
Iot Based Society Automation Using GTBS Protocol
 
The pattern and realization of zigbee wi-fi
The pattern and realization of zigbee  wi-fiThe pattern and realization of zigbee  wi-fi
The pattern and realization of zigbee wi-fi
 
The pattern and realization of zigbee wi-fi wireless pathway
The pattern and realization of zigbee  wi-fi wireless pathwayThe pattern and realization of zigbee  wi-fi wireless pathway
The pattern and realization of zigbee wi-fi wireless pathway
 
Serial interface module for ethernet based applications
Serial interface module for ethernet based applicationsSerial interface module for ethernet based applications
Serial interface module for ethernet based applications
 
Beagle board
Beagle boardBeagle board
Beagle board
 
Office Automation & Attendance System using IoT
Office Automation & Attendance System using IoTOffice Automation & Attendance System using IoT
Office Automation & Attendance System using IoT
 
Office Automation & Attendance System using IoT
Office Automation & Attendance System using IoTOffice Automation & Attendance System using IoT
Office Automation & Attendance System using IoT
 
Ku3419461949
Ku3419461949Ku3419461949
Ku3419461949
 
DESIGNING THE IOT BASESTATION FOR GREENHOUSE MONITORING
DESIGNING THE IOT BASESTATION FOR GREENHOUSE MONITORINGDESIGNING THE IOT BASESTATION FOR GREENHOUSE MONITORING
DESIGNING THE IOT BASESTATION FOR GREENHOUSE MONITORING
 

More from eSAT Journals

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavements
eSAT Journals
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case study
eSAT Journals
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case study
eSAT Journals
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangalore
eSAT Journals
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
eSAT Journals
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...
eSAT Journals
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...
eSAT Journals
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizer
eSAT Journals
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources management
eSAT Journals
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
eSAT Journals
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concrete
eSAT Journals
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...
eSAT Journals
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
eSAT Journals
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabs
eSAT Journals
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in india
eSAT Journals
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...
eSAT Journals
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn method
eSAT Journals
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniques
eSAT Journals
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...
eSAT Journals
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...
eSAT Journals
 

More from eSAT Journals (20)

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavements
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case study
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case study
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangalore
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizer
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources management
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concrete
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabs
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in india
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn method
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniques
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...
 

Recently uploaded

ML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptxML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
JamalHussainArman
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
IJECEIAES
 
Wearable antenna for antenna applications
Wearable antenna for antenna applicationsWearable antenna for antenna applications
Wearable antenna for antenna applications
Madhumitha Jayaram
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
MDSABBIROJJAMANPAYEL
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
kandramariana6
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
VICTOR MAESTRE RAMIREZ
 
2. Operations Strategy in a Global Environment.ppt
2. Operations Strategy in a Global Environment.ppt2. Operations Strategy in a Global Environment.ppt
2. Operations Strategy in a Global Environment.ppt
PuktoonEngr
 
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
University of Maribor
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
Rahul
 
Literature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptxLiterature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptx
Dr Ramhari Poudyal
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
Madan Karki
 
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
Mukeshwaran Balu
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
Hitesh Mohapatra
 
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMSA SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
IJNSA Journal
 
basic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdfbasic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdf
NidhalKahouli2
 
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming PipelinesHarnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Christina Lin
 
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECTCHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
jpsjournal1
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
KrishnaveniKrishnara1
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
thanhdowork
 
digital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdfdigital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdf
drwaing
 

Recently uploaded (20)

ML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptxML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
 
Wearable antenna for antenna applications
Wearable antenna for antenna applicationsWearable antenna for antenna applications
Wearable antenna for antenna applications
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
 
2. Operations Strategy in a Global Environment.ppt
2. Operations Strategy in a Global Environment.ppt2. Operations Strategy in a Global Environment.ppt
2. Operations Strategy in a Global Environment.ppt
 
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
 
Literature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptxLiterature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptx
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
 
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
 
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMSA SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
 
basic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdfbasic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdf
 
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming PipelinesHarnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
 
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECTCHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
 
digital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdfdigital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdf
 

Fpga implementation of wireless data logger system

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 07 | July-2015, Available @ http://www.ijret.org 461 FPGA IMPLEMENTATION OF WIRELESS DATA LOGGER SYSTEM K Mahananda1 1 PG student, VTU Regional office, Kusnoor road Kalaburagi Abstract This Project describes the design and development of hardware and software modules for wireless data logger system using ZigBee.. FPGA firmware is developed in VHDL using Xilinx ISE 14.7 and the design is simulated using ModelSim Simulator and the code is synthesized on Altera Cyclone IV FPGA.End user can change remotely the data logger settings such as date and time. The Advent of Field Programmable Gate Arrays (FPGAs) has made compact realization of embedded system possible. As FPGAs are high density logic devices. It is possible to realize certain software functions in hardware in an efficient way. Keywords: Data logger; FPGA; ZigBee; Real time clock; ADC. --------------------------------------------------------------------***------------------------------------------------------------------ 1. INTRODUCTION The main aim of the project is to design and implementation of an wireless data logger on FPGA, which will accept physical parameters like temperature, humidity etc from the sensor and is converted into digital data by ADC and then stored in the memory that is in different latches that data can be used according to the different application. With emerging technology, researchers desire to obtain their sensor data faster and to make accepted data available over longer interval of time.The primary transformative trend of data loggers has been in size reduction. This is because of their primary role of remote data redemption. They need to be haulable to facilitate easy portage. Traditional general purpose processors [GPP] and wired communication devices requires high cost and long development cycle. As the GPP have the fixed architecture, limitation to data path width, so it may waste the hardware resources. FPGA gives the flexibility of reprogramming and have high level parallelism. Wired communication possess several limitations like complex cable connections, electromagnetic interference, wire cost and maintenance etc. There are several wireless communication technologies, such as Bluetooth, WSN, WI-FI, ZigBee, IrDA, GSM etc. Taking in to account the application range of various techniques, the cost of data transmission, security and reliability, Bluetooth and WSN are the most appropriate methods in the short range wireless data communication and data transmission. ZigBee is a low cost, low power built from small digital radios targeted at wide development of long battery life devices in wireless control and monitoring applications. The mobile communication devices are mostly focused on voice and short messaging. They have become one of the inseparable parts of the people life for contacting each other via text and voice and it also provides services like check mail, play game, send and receive file, etc. The combination of these two services is called as smart phone. The Android OS is the fastest growing OS on the mobile market. Furthermore, it is open source; thus allowing more ease and freedom when developing applications. One of the primary benefits of using data loggers is the ability to automatically collect data on a 24-hour basis, and time stamp of logging can be set (five minutes to one hour basis). Upon activation, data logger is left unattended to measure and record information for the duration of the monitoring period. 2. DESIGN METHODOLOGY Below Figure 2.1 shows the basic block diagram of Wireless data logger system, which divides the figure into two main parts one is called as Transmitter block system and the other is Receiver block system. The common wireless data logger system is Full Duplex communication. Fig 2.1: Basic Block Diagram of Wireless Data Logger System
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 07 | July-2015, Available @ http://www.ijret.org 462 2.1 Transmitter Block System In above figure 2.1 transmitter block consist of FPGA, PIC Microcontroller, ZigBee and Real time clock. In this block, information is transferred in both directions at a time so it is a “Full Duplex Communication”. Now we will see how the data is transferred in each block. FPGA takes Data from the sensor as well as from the microcontroller as the communication is a full duplex. First FPGA takes a data from the sensor as input which stores data continuously in the different channel memory block, as FPGA contains total 8 channel memory block these blocks are divided with respect to time slots allocated for the channel. Second FPGA takes 3bit channel address from the microcontroller, then the required data which is stored in the particular channel memory block the data is sent back to the micro controller which as an 8bit data. The switching action is controlled by the PIC microcontroller, the controls of these switching actions are programmed into memory and actions are executed by the FPGA. So this block is called as “Stored program control switching system”. Microcontroller takes channel address from the ZigBee and then decodes that channel address into three bit. The decoded channel address is sent to an FPGA by the Microcontroller. Then whatever the data which is of 8 bit stored in that channel address is sent back to the Microcontroller by the FPGA, as FPGA stores data in different memory block that is in different eight Latches. Now Microcontroller encodes this 8 bit data and transfers this data over the ZigBee. By implementing ZigBee protocol the communication between the hardware and the software unit of the system is made wireless easily so that the ZigBee takes DATA IN as channel address and DATA OUT as data for the selected channel. 2.2 Receiver Block System The Receiver Block System also consists of three main blocks ZigBee, PIC Microcontroller, and propeller LED as show in the above figure 2.1.Now we will see how the data transfer take place in this block as here the communication is half duplex. The microcontroller sends channel address to the ZigBee and by the wireless transmission it takes data from the transmitter as explained in the transmitter block system, as here the communication is a half duplex. And that data from the ZigBee is decoded and displayed on the propeller LED. The operation of ZigBee is controlled by the microcontroller by switching program. here First ZigBee Sends DATA OUT as this data contains channel address and takes DATA IN as this data contains data for the selected channel. 3. SIMULATION RESULTS Fig 3.1 Simulation result of data logger
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 07 | July-2015, Available @ http://www.ijret.org 463 Above fig 3.1 describes simulation results of Data logger. First give RESET as HIGH, START as HIGH and give CLK, now output is 00000000.Then make RESET as LOW and now we are assuming here continuous varying temperature shows as analog signal, for each 1 second the data will be stored in each channel, then after every 8 second the data will be updated in each channel. Suppose now if we are selected particular channel say channel address 110,whatever the data in sixth channel presently that will be the Data_out. Table 1: Design Summary Device utilization values(estimated values) Logic utilization Used Availabl e Utiliz ation Number of slices 46 960 4% Number of slice flip flops 14 1920 0% Number of 4 input LUTs 86 1920 4% Number of bonded IOBs 11 66 16% Number of GCLKS 1 24 4% 4. CONCLUSION AND FUTURE SCOPE This Project mainly deals with the Data logger system which plays an important role in diverse application such as chemical plants, process control industries, and satellites. An data logger system interacts continuously with its environment and carries out various tasks with certain timing constraints. The Data logger which has been implemented in hardware for redemption process and this reduces the software overhead and hence the execution cycle time that makes the system response faster in real-time. This leads to a better performance and accuracy. All the functional modules of Data Logger all functional blocks are successfully coded in VHDL, simulated and verified as per the functional requirement and timing specification and hardware implementation is done on the FPGA. The FPGA based wireless data logger presented in this project records temperature and humidity data over a period of time. It displays stored data on propeller LED when we selected particular channel address. This data can be used for future analysis of the environmental conditions at the place where data logger is installed. REFERENCES [1] C. A. Gómez-Pachón, M. Valderrama, F. Segura- Quijano, “Design and Implementation of a Wireless Tensiometer with Smartphone Interface” Health Care Exchanges (PAHCE), 2013 Pan American, pp. 1-3, April-May 2013. [2] Gopinath Shanmuga Sundaram, Bhanu Prasad Patibandala, “Bluetooth Communication using a Touch screen Interface with Raspberry Pi,” Southeastcon, 2013 Proceedings of IEEE,pp. 1-4, April 2013. [3] SamerHawayek, Claude Hargrove and Nabila A. BouSaba, “Real time Bluetooth Communication Between an FPGA Based Embedded System and an Android Phone,”Southeastcon, 2013 Proceedings of IEEE, pp. 1-4, April 2013. [4] LetianXu ; Ocean Coll., Zhejiang Univ., Hangzhou, China ; Jiawang Chen ; Ying Chen ; Xiaoping Hu "A multi-channel data logger of in-situ chemical sensors for cabled seafloor observatories"Oceans - San Diego, 2013 [5] Zhan Wei Siew ; “Design and development of a tablet based real time wireless data logger” Global High Tech Congress on Electronics (GHTCE), 2012 IEEE 18-20 Nov. 2012 [6] “Preliminary Design document of Data Acquisition and Command processing,” January 2008, Control System Group, ISRO Satellite Centre. [7] Swamy TN, Rashmi KM “Data Acquisition System Based On FPGA”-International Journal of Engineering Research and Applications [8] Engelberg, S. ; Kaminsky, T. ; Horesh, M.“A USB- Enabled, FLASH-Disk-Based Data Logger”Instrumentation & Measurement Magazine, IEEE (Volume:10 , Issue: 2 ) April 2007 [9] FPGA Implementation of Real Time Data Acquisition System Using Micro blaze Processor- D.SathishkumarR.Ganesh International Journal of Science and Engineering Applications Volume 2 Issue 7, 2013, ISSN-2319-7560 (Online) [10] Nkom, B. ; Eng. &Instrum. Design Sect., "Development of a Novel Microcontroller-based data logger" Adaptive Science & Technology, 2009. ICAST 2009. 2nd International Conference on 14-16 Jan. 2009