SlideShare a Scribd company logo
1 of 4
Download to read offline
Aditi Trivedi Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 3, ( Part -1) March 2015, pp.106-109
www.ijera.com 106 | P a g e
ARM Based Handy and Portable Oscilloscope Using Graphical
Display
Aditi Trivedi*, Mukti Awad**
*(Department of ECE, AITR, Indore, Madhya Pradesh, India
** (Senior Assistant Professor, Department of ECE, AITR, Indore, Madhya Pradesh, India
Abstract
The need to have a visual perception of signals in order to monitor events in time and value brought about the
development of a measuring instrument referred to as oscilloscope. This is a design of handy and low cost
oscilloscope. The user can start/stop the display, adjust the time division and adjust the voltage division. The
requirements of the oscilloscope were three-fold: 1) low cost design, 2) capture frequencies at the medium range
and 3) construct able with a basic skill of PCB designing.
Keywords: Oscilloscope, ARM Scope, Handy Oscilloscope, ARM
I. Introduction
Oscilloscope is a measuring device which can
show various waveforms & voltages, Frequency,
time period, wavelength on screen. Graph show the
variation of signal amplitude (Y-axis) with time (X-
axis). The oscilloscope accepts voltage signals at its
input, but virtually any type of signal (vibration,
heartbeat, ECG, speed of objects, sound, light ashes,
etc.) can be viewed in an oscilloscope with the use of
transducers. Today world is moving towards
digitization & now days Advanced RISC Machine
(ARM) is the most important building blocks in lots
of applications. The digital oscilloscopes takes the
input signal and convert it into a digital signal,
through an analog-to-digital converter (ADC), which
is then analyzed and used to plot an image of the
original signal on liquid crystal display (LCD)
screen. The digital oscilloscope produces every
waveform as a sequence of samples. These samples
are then saved until it accumulates enough samples to
portray a waveform. The advantage of these types of
scopes is that a trace can be store and displayed
along-side others for comparison or calibration.
Digital oscilloscope can allow you to capture and
view events that may happen only once transient
event. Thus, digital oscilloscopes are widely used all
over the world due to its advantages.
The primary parts are microprocessor and
display device. ARM microprocessor is used as a
controlling element and this will produce output at
very fast speed when compared to microcontrollers.
ARM consists of in-build ADC thus there is no need
to externally interface it. Graphical Display is used
for displaying signals because of its better features.
The basic parts of oscilloscopes are probes for
sensing signal values, and switches to make device
user friendly. Switches are provided for adjusting
Voltages, Frequency and its time base. This is a
design of oscilloscope for medium range frequencies.
II. System Overview
ARM LPC2138 is used as a controlling device
and graphical display for displaying signals. Probes
will be there for testing circuit. The probes will be
similar to as used in bigger oscilloscopes. By using
ARM it will be an easier task to sense a particular
signal and control it.
Block Diagram of ARM based Handy and
Portable Oscilloscope
As ARM consists of in-build ADC, there is no
need to externally interface it. So the sensed signals
from probe are directly send to the microprocessor,
where it is converted to its digital value. ARM
processor will sit ideal until a new data or digital
value is sensed at probes. Then it will pass the data to
being displayed on GLCD. At some point of time
tuning and altering of waveform is also required, for
its proper demonstration. Switches are provided for
adjusting voltages, frequency and its time base. The
values of voltage and frequency are chosen such that
the waveform is displayed in an appropriate manner.
Triggering is also an important factor because if its
value is not properly set then waveforms will not be
shown. This will be a design of auto triggering. In
RESEARCH ARTICLE OPEN ACCESS
Aditi Trivedi Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 3, ( Part -1) March 2015, pp.106-109
www.ijera.com 107 | P a g e
this type of designs user does not have to take care of
horizontal and vertical triggering.
III. Hardware Platform
A. LPC2138
LPC2138 (ARM7) is a 32-bit RISC processor
with two 8-channels 10-bit ADC, one 8-channel 10-
bit DAC, two UART, two I2C , two SPI, three 32-bit
Timers, Watch-Dog Timer, Real Time Clock(RTC)
with optional battery back-up. It has several
advantages such as low power consumption, high
speed, and high functionality solutions.
B. A/D Converter
ARM provides an advantage of in-built ADC.
This will minimize the hardware requirements of
device. ARM has two in-built analog to digital
converter, with the features as 10 bit successive
approximation method is used for conversion in
ARM7, input multiplexing approximation analog to
digital converter and Measurement ranges 0 V to
VREF (typically 3 V).
Smallest Resolution =
𝑉
2 𝑛 −1
here V= voltage and n= number of Bits of ADC
Smallest Resolution ≈ 0.003
C. Comparator Circuit
In the comparator circuit, input is captured from
an external source via BNC connector. This input
signal may be AC or DC. Thus, firstly signal is
passed through one op-amp to convert an input signal
to DC signal and then the next operational amplifier
will compare the input DC signal with a predefined
voltage. If input signal is weak then it will amplify
with respect to Vref, on the other hand if signal
carries some sort of noise or errors it is also
attenuated by using comparator. The output of
comparator circuit is given to ADC0.0 channel. Only
a single channel of Analog to digital converter is used
because this is a single channel oscilloscope. Thus a
single waveform will display at a time.
Comparator Circuit
D. Display Device
LCDs are used in a wide range of applications
including televisions, computer monitors, aircraft
cockpit displays, instrument panels, and signage.
Display Circuit
Consumer devices such as clocks, video players,
calculators, gaming devices, watches, and telephones
are also some application of LCD. Graphical display
devices replaced cathode ray tube (CRT) displays in
most applications. Wider range of screen sizes is
available for GLCD than CRT and plasma displays,
and they do not use phosphors. The LCD screen is
more energy efficient and can be disposed of more
safely than a CRT.
IV. Software Implementation
Flowchart
After the display of welcome screen, program
will be at pause state until a "start" button is pressed.
When program shifts from pause state to start state, a
grid along with waveform is displayed on the front
panel of oscilloscope. Whenever a new digital value
appear at Analog to Digital Converter after real time
sampling of input signal, that particular digital value
is displayed on Graphical Display as a form of pixels.
Aditi Trivedi Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 3, ( Part -1) March 2015, pp.106-109
www.ijera.com 108 | P a g e
Graphical Display is of 128 x 64 pixels; in this
project we are using 100 pixels for displaying signal
and remaining 28 pixels for displaying digital values
of voltage, frequency and time base. This process
will continue until device is in switch on mode.
V. Prototype and Experimental Results
Snapshot of Hardware
Welcome Screen
Comparative Analysis of 2V and 100Hz Sinosodal
Wave
Comparative Analysis of 2V and 100Hz Triangular
Wave
Comparative Analysis of 3V and 1KHz Square
Wave
Comparative Analysis of 3V and 1KHz Sinosodal
Wave
Comparative Analysis of 2V and 1KHz Triangular
Wave
Aditi Trivedi Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 3, ( Part -1) March 2015, pp.106-109
www.ijera.com 109 | P a g e
Comparative Analysis of 2.5V and 1KHz Sinosodal
Wave
Comparative Analysis of 3V and 10Hz Square
Wave
VI. Conclusion and Future Scope
The GLCD oscilloscope is low cost and void of
the complexity use in the development of
conventional scopes. It produces comparative results.
It is a choice for all non-critical work that goes on
everyday in the laboratory and in out-of-lab
measurements due to its portability. Initially the
ARM-Oscilloscope was tested feeding the signals
from function generator. Provided facility for having
different sampling rate and variable voltage divisions.
The kind of input waveform, like sine wave,
triangular wave, square wave or any other function
can be continuously changed and tested in this
oscilloscope.
In future, handy oscilloscopes can be designed
with dual or more channel options. With this
approach many additional features like delay,
magnifier, and intensity can be added to make device
more serviceable. The range of operating frequency
can also be increased. By adding these more features
it can fully substitute the available bulky
oscilloscopes at very low cost.
REFERENCE
[1]. M.C Ndinechi, G.O. Uzedhe & O.A.
Ogungbenro(Sep, 2012), “An Approach to
Low-Cost Oscilloscope Development at
Medium Frequencies Using LED Screen”,
National Agency for Science and
Engineering Infrastructure, Federal Ministry
of Science and Technology Abuja, Nigeria,
ISSN 2006-1781.
[2]. Sachin Shinde, Sapna Prabhu(Feb,2013),
“Labview Based Digital CRO For
Electronic Measurement Techniques”, Fr.
Conceicao Rodrigues College Of
Engineering, Bandra (w.) pp.693-698 ISSN:
2248-9622.
[3]. Delphi Display System, “Comparison of
LCD and LED Display Technology for QSR
Drive‐Thru Order Confirmation
Applications”, www.DelphiDisplay.com
[4]. S.H. Chen, V. Ramakrishnan, R. Chen, S.Y.
Hu, Y. Zhuang, C.C. Ko, Ben M. Chen, “A
Large Scale Web-Based Virtual
Oscilloscope Laboratory Experiment”,
Department of Electrical Engineering,
National University of Singapore.
[5]. Morgan D. Jones (2008), “Low Cost, Audio
Speed- Digital Oscilloscope”, Engineering
Division of the Graduate School of Cornell
University.
[6]. Praveen Kumar.C.K. (2006), “PIC+
Graphical LCD based Mini-Oscilloscope for
frequency stabilization of the External
Cavity Diode Laser”, International School of
Photonics Cochin University of Science and
Technology.

More Related Content

What's hot

IRJET- Direct Digital Synthesizer
IRJET- Direct Digital SynthesizerIRJET- Direct Digital Synthesizer
IRJET- Direct Digital SynthesizerIRJET Journal
 
Pulse Generator with Adjustable duty cycle
Pulse Generator with Adjustable duty cycle Pulse Generator with Adjustable duty cycle
Pulse Generator with Adjustable duty cycle Ami Goswami
 
Design and simulation of passive uhf rfid temperature sensor tag using 3 d em...
Design and simulation of passive uhf rfid temperature sensor tag using 3 d em...Design and simulation of passive uhf rfid temperature sensor tag using 3 d em...
Design and simulation of passive uhf rfid temperature sensor tag using 3 d em...eSAT Publishing House
 
Data Teknis Gossen Metrawatt Multimeter : METRAHIT T-COM PLUS
Data Teknis Gossen Metrawatt Multimeter : METRAHIT T-COM PLUSData Teknis Gossen Metrawatt Multimeter : METRAHIT T-COM PLUS
Data Teknis Gossen Metrawatt Multimeter : METRAHIT T-COM PLUSPT. Siwali Swantika
 
Simulation of 3 bit Flash ADC in 0.18μmTechnology using NG SPICE Tool for Hig...
Simulation of 3 bit Flash ADC in 0.18μmTechnology using NG SPICE Tool for Hig...Simulation of 3 bit Flash ADC in 0.18μmTechnology using NG SPICE Tool for Hig...
Simulation of 3 bit Flash ADC in 0.18μmTechnology using NG SPICE Tool for Hig...ijsrd.com
 
Accelerometer and LED Sensor Array Based Remote Control Car
Accelerometer and LED Sensor Array Based Remote Control CarAccelerometer and LED Sensor Array Based Remote Control Car
Accelerometer and LED Sensor Array Based Remote Control CarAbhijeet kapse
 
Real-Time Signal Processing: Implementation and Application
Real-Time Signal Processing:  Implementation and ApplicationReal-Time Signal Processing:  Implementation and Application
Real-Time Signal Processing: Implementation and Applicationsathish sak
 
ADC using single slope technique
ADC using single slope  techniqueADC using single slope  technique
ADC using single slope techniquePoojashreeG
 
Electronics counter
Electronics counterElectronics counter
Electronics counterkanusinghal3
 
gesture recognition robot
gesture recognition robot gesture recognition robot
gesture recognition robot Faheem Mir
 
Robotics Report final.compressed (1)
Robotics Report final.compressed (1)Robotics Report final.compressed (1)
Robotics Report final.compressed (1)Kael Kristjanson
 
EXFO Maxtester 715B Single-mode Handheld OTDR – SPI Engineers
EXFO Maxtester 715B Single-mode Handheld OTDR – SPI EngineersEXFO Maxtester 715B Single-mode Handheld OTDR – SPI Engineers
EXFO Maxtester 715B Single-mode Handheld OTDR – SPI EngineersSPI Engineers
 
Master Thesis, Tomas Elgeryd, IR-SB-EX-0224
Master Thesis, Tomas Elgeryd, IR-SB-EX-0224Master Thesis, Tomas Elgeryd, IR-SB-EX-0224
Master Thesis, Tomas Elgeryd, IR-SB-EX-0224Tomas Elgeryd Ahnlund
 

What's hot (20)

LDR Counter
LDR CounterLDR Counter
LDR Counter
 
Autonomous temperature sensor
Autonomous temperature sensor Autonomous temperature sensor
Autonomous temperature sensor
 
IRJET- Direct Digital Synthesizer
IRJET- Direct Digital SynthesizerIRJET- Direct Digital Synthesizer
IRJET- Direct Digital Synthesizer
 
Pulse Generator with Adjustable duty cycle
Pulse Generator with Adjustable duty cycle Pulse Generator with Adjustable duty cycle
Pulse Generator with Adjustable duty cycle
 
Design and simulation of passive uhf rfid temperature sensor tag using 3 d em...
Design and simulation of passive uhf rfid temperature sensor tag using 3 d em...Design and simulation of passive uhf rfid temperature sensor tag using 3 d em...
Design and simulation of passive uhf rfid temperature sensor tag using 3 d em...
 
Direct analog
Direct analogDirect analog
Direct analog
 
Data Teknis Gossen Metrawatt Multimeter : METRAHIT T-COM PLUS
Data Teknis Gossen Metrawatt Multimeter : METRAHIT T-COM PLUSData Teknis Gossen Metrawatt Multimeter : METRAHIT T-COM PLUS
Data Teknis Gossen Metrawatt Multimeter : METRAHIT T-COM PLUS
 
B04420812
B04420812B04420812
B04420812
 
Simulation of 3 bit Flash ADC in 0.18μmTechnology using NG SPICE Tool for Hig...
Simulation of 3 bit Flash ADC in 0.18μmTechnology using NG SPICE Tool for Hig...Simulation of 3 bit Flash ADC in 0.18μmTechnology using NG SPICE Tool for Hig...
Simulation of 3 bit Flash ADC in 0.18μmTechnology using NG SPICE Tool for Hig...
 
Accelerometer and LED Sensor Array Based Remote Control Car
Accelerometer and LED Sensor Array Based Remote Control CarAccelerometer and LED Sensor Array Based Remote Control Car
Accelerometer and LED Sensor Array Based Remote Control Car
 
Real-Time Signal Processing: Implementation and Application
Real-Time Signal Processing:  Implementation and ApplicationReal-Time Signal Processing:  Implementation and Application
Real-Time Signal Processing: Implementation and Application
 
ADC using single slope technique
ADC using single slope  techniqueADC using single slope  technique
ADC using single slope technique
 
Electronics counter
Electronics counterElectronics counter
Electronics counter
 
gesture recognition robot
gesture recognition robot gesture recognition robot
gesture recognition robot
 
Robotics Report final.compressed (1)
Robotics Report final.compressed (1)Robotics Report final.compressed (1)
Robotics Report final.compressed (1)
 
Object counter
Object counterObject counter
Object counter
 
Introduction to digital signal processing
Introduction to digital signal processingIntroduction to digital signal processing
Introduction to digital signal processing
 
EXFO Maxtester 715B Single-mode Handheld OTDR – SPI Engineers
EXFO Maxtester 715B Single-mode Handheld OTDR – SPI EngineersEXFO Maxtester 715B Single-mode Handheld OTDR – SPI Engineers
EXFO Maxtester 715B Single-mode Handheld OTDR – SPI Engineers
 
Gate driver design and inductance fabrication
Gate driver design and inductance fabricationGate driver design and inductance fabrication
Gate driver design and inductance fabrication
 
Master Thesis, Tomas Elgeryd, IR-SB-EX-0224
Master Thesis, Tomas Elgeryd, IR-SB-EX-0224Master Thesis, Tomas Elgeryd, IR-SB-EX-0224
Master Thesis, Tomas Elgeryd, IR-SB-EX-0224
 

Viewers also liked

Definitief programma Raedelijn 2015-2016
Definitief programma Raedelijn 2015-2016 Definitief programma Raedelijn 2015-2016
Definitief programma Raedelijn 2015-2016 Raedelijn
 
Synchronizing Parallel Tasks Using STM
Synchronizing Parallel Tasks Using STMSynchronizing Parallel Tasks Using STM
Synchronizing Parallel Tasks Using STMIJERA Editor
 
Investigation of various orthogonal wavelets for precise analysis of X-ray im...
Investigation of various orthogonal wavelets for precise analysis of X-ray im...Investigation of various orthogonal wavelets for precise analysis of X-ray im...
Investigation of various orthogonal wavelets for precise analysis of X-ray im...IJERA Editor
 
Isotherm Studies for Performance Evaluation of Functionalized Carbon Nanotube...
Isotherm Studies for Performance Evaluation of Functionalized Carbon Nanotube...Isotherm Studies for Performance Evaluation of Functionalized Carbon Nanotube...
Isotherm Studies for Performance Evaluation of Functionalized Carbon Nanotube...IJERA Editor
 
Blue cowboy boots(2)
Blue cowboy boots(2)Blue cowboy boots(2)
Blue cowboy boots(2)BriannaNevaeh
 
Sql Server 2005 Basic02
Sql Server 2005 Basic02Sql Server 2005 Basic02
Sql Server 2005 Basic02ziliang hu
 
Информационные технологии в деятельности психолога практика: повышение квалиф...
Информационные технологии в деятельности психолога практика: повышение квалиф...Информационные технологии в деятельности психолога практика: повышение квалиф...
Информационные технологии в деятельности психолога практика: повышение квалиф...Ilya Perminov
 
A review on TIG welding for optimizing process parameters on dissimilar joints
A review on TIG welding for optimizing process parameters on dissimilar jointsA review on TIG welding for optimizing process parameters on dissimilar joints
A review on TIG welding for optimizing process parameters on dissimilar jointsIJERA Editor
 
Root Cause Analysis of Water Wastage in Hot - Cold Water Dispenser
Root Cause Analysis of Water Wastage in Hot - Cold Water DispenserRoot Cause Analysis of Water Wastage in Hot - Cold Water Dispenser
Root Cause Analysis of Water Wastage in Hot - Cold Water DispenserIJERA Editor
 
Three Dimensional Modelling of MISFET
Three Dimensional Modelling of MISFETThree Dimensional Modelling of MISFET
Three Dimensional Modelling of MISFETIJERA Editor
 
Technical Review on Live Virtual Machine Migration Techniques for Eucalyptus ...
Technical Review on Live Virtual Machine Migration Techniques for Eucalyptus ...Technical Review on Live Virtual Machine Migration Techniques for Eucalyptus ...
Technical Review on Live Virtual Machine Migration Techniques for Eucalyptus ...IJERA Editor
 
Seismic Response of RC Framed Buildings with Open Ground Storey
Seismic Response of RC Framed Buildings with Open Ground StoreySeismic Response of RC Framed Buildings with Open Ground Storey
Seismic Response of RC Framed Buildings with Open Ground StoreyIJERA Editor
 

Viewers also liked (17)

E502032432
E502032432E502032432
E502032432
 
Definitief programma Raedelijn 2015-2016
Definitief programma Raedelijn 2015-2016 Definitief programma Raedelijn 2015-2016
Definitief programma Raedelijn 2015-2016
 
A53020104
A53020104A53020104
A53020104
 
Pres ru-telesmotr-tv7
Pres ru-telesmotr-tv7Pres ru-telesmotr-tv7
Pres ru-telesmotr-tv7
 
Synchronizing Parallel Tasks Using STM
Synchronizing Parallel Tasks Using STMSynchronizing Parallel Tasks Using STM
Synchronizing Parallel Tasks Using STM
 
Investigation of various orthogonal wavelets for precise analysis of X-ray im...
Investigation of various orthogonal wavelets for precise analysis of X-ray im...Investigation of various orthogonal wavelets for precise analysis of X-ray im...
Investigation of various orthogonal wavelets for precise analysis of X-ray im...
 
Comercio
ComercioComercio
Comercio
 
Planning Images
Planning ImagesPlanning Images
Planning Images
 
Isotherm Studies for Performance Evaluation of Functionalized Carbon Nanotube...
Isotherm Studies for Performance Evaluation of Functionalized Carbon Nanotube...Isotherm Studies for Performance Evaluation of Functionalized Carbon Nanotube...
Isotherm Studies for Performance Evaluation of Functionalized Carbon Nanotube...
 
Blue cowboy boots(2)
Blue cowboy boots(2)Blue cowboy boots(2)
Blue cowboy boots(2)
 
Sql Server 2005 Basic02
Sql Server 2005 Basic02Sql Server 2005 Basic02
Sql Server 2005 Basic02
 
Информационные технологии в деятельности психолога практика: повышение квалиф...
Информационные технологии в деятельности психолога практика: повышение квалиф...Информационные технологии в деятельности психолога практика: повышение квалиф...
Информационные технологии в деятельности психолога практика: повышение квалиф...
 
A review on TIG welding for optimizing process parameters on dissimilar joints
A review on TIG welding for optimizing process parameters on dissimilar jointsA review on TIG welding for optimizing process parameters on dissimilar joints
A review on TIG welding for optimizing process parameters on dissimilar joints
 
Root Cause Analysis of Water Wastage in Hot - Cold Water Dispenser
Root Cause Analysis of Water Wastage in Hot - Cold Water DispenserRoot Cause Analysis of Water Wastage in Hot - Cold Water Dispenser
Root Cause Analysis of Water Wastage in Hot - Cold Water Dispenser
 
Three Dimensional Modelling of MISFET
Three Dimensional Modelling of MISFETThree Dimensional Modelling of MISFET
Three Dimensional Modelling of MISFET
 
Technical Review on Live Virtual Machine Migration Techniques for Eucalyptus ...
Technical Review on Live Virtual Machine Migration Techniques for Eucalyptus ...Technical Review on Live Virtual Machine Migration Techniques for Eucalyptus ...
Technical Review on Live Virtual Machine Migration Techniques for Eucalyptus ...
 
Seismic Response of RC Framed Buildings with Open Ground Storey
Seismic Response of RC Framed Buildings with Open Ground StoreySeismic Response of RC Framed Buildings with Open Ground Storey
Seismic Response of RC Framed Buildings with Open Ground Storey
 

Similar to ARM Based Handy and Portable Oscilloscope Using Graphical Display

PC based Oscilloscope
PC based OscilloscopePC based Oscilloscope
PC based OscilloscopeSayyed Z
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Scienceresearchinventy
 
IRJET- Design Analysis of Land Surveying Robot using Arduino UNO
IRJET- Design Analysis of Land Surveying Robot using Arduino UNOIRJET- Design Analysis of Land Surveying Robot using Arduino UNO
IRJET- Design Analysis of Land Surveying Robot using Arduino UNOIRJET Journal
 
Iaetsd real time implementation of railway
Iaetsd real time implementation of railwayIaetsd real time implementation of railway
Iaetsd real time implementation of railwayIaetsd Iaetsd
 
Analog to digital converter (ACD)
Analog to digital converter (ACD)Analog to digital converter (ACD)
Analog to digital converter (ACD)Luckysaw
 
18 digital
18 digital18 digital
18 digitalsm0302
 
IRJET- Design & Implementation of Black Box in Automobiles System
IRJET-  	  Design & Implementation of Black Box in Automobiles SystemIRJET-  	  Design & Implementation of Black Box in Automobiles System
IRJET- Design & Implementation of Black Box in Automobiles SystemIRJET Journal
 
IOT Based Three Phase Transmission Line Fault Detection and Classification
IOT Based Three Phase Transmission Line Fault Detection and ClassificationIOT Based Three Phase Transmission Line Fault Detection and Classification
IOT Based Three Phase Transmission Line Fault Detection and ClassificationIRJET Journal
 
Low cost low speed oscilloscope using graphical lcd and a tmega128 microcontr...
Low cost low speed oscilloscope using graphical lcd and a tmega128 microcontr...Low cost low speed oscilloscope using graphical lcd and a tmega128 microcontr...
Low cost low speed oscilloscope using graphical lcd and a tmega128 microcontr...eSAT Publishing House
 
Iaetsd vlsi based implementation of a digital
Iaetsd vlsi based implementation of a digitalIaetsd vlsi based implementation of a digital
Iaetsd vlsi based implementation of a digitalIaetsd Iaetsd
 
IRJET- Automatic License Issuing System
IRJET-  	  Automatic License Issuing SystemIRJET-  	  Automatic License Issuing System
IRJET- Automatic License Issuing SystemIRJET Journal
 
Design of a unified timing signal generator (utsg) for pulsed radar
Design of a unified timing signal generator (utsg) for pulsed radarDesign of a unified timing signal generator (utsg) for pulsed radar
Design of a unified timing signal generator (utsg) for pulsed radarIAEME Publication
 
IRJET - Zigbee based Street Light Control System
IRJET - Zigbee based Street Light Control SystemIRJET - Zigbee based Street Light Control System
IRJET - Zigbee based Street Light Control SystemIRJET Journal
 
digital-oscilloscope 8051 Microcontroller.docx
digital-oscilloscope 8051 Microcontroller.docxdigital-oscilloscope 8051 Microcontroller.docx
digital-oscilloscope 8051 Microcontroller.docxSajidHossainKhan1
 
Design and Implementation of Low Power 3-Bit Flash ADC Using 180nm CMOS Techn...
Design and Implementation of Low Power 3-Bit Flash ADC Using 180nm CMOS Techn...Design and Implementation of Low Power 3-Bit Flash ADC Using 180nm CMOS Techn...
Design and Implementation of Low Power 3-Bit Flash ADC Using 180nm CMOS Techn...IJERA Editor
 

Similar to ARM Based Handy and Portable Oscilloscope Using Graphical Display (20)

PC based Oscilloscope
PC based OscilloscopePC based Oscilloscope
PC based Oscilloscope
 
Am044253258
Am044253258Am044253258
Am044253258
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
 
IRJET- Design Analysis of Land Surveying Robot using Arduino UNO
IRJET- Design Analysis of Land Surveying Robot using Arduino UNOIRJET- Design Analysis of Land Surveying Robot using Arduino UNO
IRJET- Design Analysis of Land Surveying Robot using Arduino UNO
 
Iaetsd real time implementation of railway
Iaetsd real time implementation of railwayIaetsd real time implementation of railway
Iaetsd real time implementation of railway
 
Analog to digital converter (ACD)
Analog to digital converter (ACD)Analog to digital converter (ACD)
Analog to digital converter (ACD)
 
18 digital
18 digital18 digital
18 digital
 
IRJET- Design & Implementation of Black Box in Automobiles System
IRJET-  	  Design & Implementation of Black Box in Automobiles SystemIRJET-  	  Design & Implementation of Black Box in Automobiles System
IRJET- Design & Implementation of Black Box in Automobiles System
 
IOT Based Three Phase Transmission Line Fault Detection and Classification
IOT Based Three Phase Transmission Line Fault Detection and ClassificationIOT Based Three Phase Transmission Line Fault Detection and Classification
IOT Based Three Phase Transmission Line Fault Detection and Classification
 
Low cost low speed oscilloscope using graphical lcd and a tmega128 microcontr...
Low cost low speed oscilloscope using graphical lcd and a tmega128 microcontr...Low cost low speed oscilloscope using graphical lcd and a tmega128 microcontr...
Low cost low speed oscilloscope using graphical lcd and a tmega128 microcontr...
 
A to D Convertors
A to D ConvertorsA to D Convertors
A to D Convertors
 
Iaetsd vlsi based implementation of a digital
Iaetsd vlsi based implementation of a digitalIaetsd vlsi based implementation of a digital
Iaetsd vlsi based implementation of a digital
 
IRJET- Automatic License Issuing System
IRJET-  	  Automatic License Issuing SystemIRJET-  	  Automatic License Issuing System
IRJET- Automatic License Issuing System
 
Ijetcas14 562
Ijetcas14 562Ijetcas14 562
Ijetcas14 562
 
Design of a unified timing signal generator (utsg) for pulsed radar
Design of a unified timing signal generator (utsg) for pulsed radarDesign of a unified timing signal generator (utsg) for pulsed radar
Design of a unified timing signal generator (utsg) for pulsed radar
 
IRJET - Zigbee based Street Light Control System
IRJET - Zigbee based Street Light Control SystemIRJET - Zigbee based Street Light Control System
IRJET - Zigbee based Street Light Control System
 
digital-oscilloscope 8051 Microcontroller.docx
digital-oscilloscope 8051 Microcontroller.docxdigital-oscilloscope 8051 Microcontroller.docx
digital-oscilloscope 8051 Microcontroller.docx
 
Motion_ppt_final[1].pptx
Motion_ppt_final[1].pptxMotion_ppt_final[1].pptx
Motion_ppt_final[1].pptx
 
Design and Implementation of Low Power 3-Bit Flash ADC Using 180nm CMOS Techn...
Design and Implementation of Low Power 3-Bit Flash ADC Using 180nm CMOS Techn...Design and Implementation of Low Power 3-Bit Flash ADC Using 180nm CMOS Techn...
Design and Implementation of Low Power 3-Bit Flash ADC Using 180nm CMOS Techn...
 
Meter SCADA
Meter SCADAMeter SCADA
Meter SCADA
 

Recently uploaded

GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)Dr SOUNDIRARAJ N
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfAsst.prof M.Gokilavani
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...Chandu841456
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 
DATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage exampleDATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage examplePragyanshuParadkar1
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvLewisJB
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 

Recently uploaded (20)

GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 
DATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage exampleDATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage example
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvv
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 

ARM Based Handy and Portable Oscilloscope Using Graphical Display

  • 1. Aditi Trivedi Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 3, ( Part -1) March 2015, pp.106-109 www.ijera.com 106 | P a g e ARM Based Handy and Portable Oscilloscope Using Graphical Display Aditi Trivedi*, Mukti Awad** *(Department of ECE, AITR, Indore, Madhya Pradesh, India ** (Senior Assistant Professor, Department of ECE, AITR, Indore, Madhya Pradesh, India Abstract The need to have a visual perception of signals in order to monitor events in time and value brought about the development of a measuring instrument referred to as oscilloscope. This is a design of handy and low cost oscilloscope. The user can start/stop the display, adjust the time division and adjust the voltage division. The requirements of the oscilloscope were three-fold: 1) low cost design, 2) capture frequencies at the medium range and 3) construct able with a basic skill of PCB designing. Keywords: Oscilloscope, ARM Scope, Handy Oscilloscope, ARM I. Introduction Oscilloscope is a measuring device which can show various waveforms & voltages, Frequency, time period, wavelength on screen. Graph show the variation of signal amplitude (Y-axis) with time (X- axis). The oscilloscope accepts voltage signals at its input, but virtually any type of signal (vibration, heartbeat, ECG, speed of objects, sound, light ashes, etc.) can be viewed in an oscilloscope with the use of transducers. Today world is moving towards digitization & now days Advanced RISC Machine (ARM) is the most important building blocks in lots of applications. The digital oscilloscopes takes the input signal and convert it into a digital signal, through an analog-to-digital converter (ADC), which is then analyzed and used to plot an image of the original signal on liquid crystal display (LCD) screen. The digital oscilloscope produces every waveform as a sequence of samples. These samples are then saved until it accumulates enough samples to portray a waveform. The advantage of these types of scopes is that a trace can be store and displayed along-side others for comparison or calibration. Digital oscilloscope can allow you to capture and view events that may happen only once transient event. Thus, digital oscilloscopes are widely used all over the world due to its advantages. The primary parts are microprocessor and display device. ARM microprocessor is used as a controlling element and this will produce output at very fast speed when compared to microcontrollers. ARM consists of in-build ADC thus there is no need to externally interface it. Graphical Display is used for displaying signals because of its better features. The basic parts of oscilloscopes are probes for sensing signal values, and switches to make device user friendly. Switches are provided for adjusting Voltages, Frequency and its time base. This is a design of oscilloscope for medium range frequencies. II. System Overview ARM LPC2138 is used as a controlling device and graphical display for displaying signals. Probes will be there for testing circuit. The probes will be similar to as used in bigger oscilloscopes. By using ARM it will be an easier task to sense a particular signal and control it. Block Diagram of ARM based Handy and Portable Oscilloscope As ARM consists of in-build ADC, there is no need to externally interface it. So the sensed signals from probe are directly send to the microprocessor, where it is converted to its digital value. ARM processor will sit ideal until a new data or digital value is sensed at probes. Then it will pass the data to being displayed on GLCD. At some point of time tuning and altering of waveform is also required, for its proper demonstration. Switches are provided for adjusting voltages, frequency and its time base. The values of voltage and frequency are chosen such that the waveform is displayed in an appropriate manner. Triggering is also an important factor because if its value is not properly set then waveforms will not be shown. This will be a design of auto triggering. In RESEARCH ARTICLE OPEN ACCESS
  • 2. Aditi Trivedi Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 3, ( Part -1) March 2015, pp.106-109 www.ijera.com 107 | P a g e this type of designs user does not have to take care of horizontal and vertical triggering. III. Hardware Platform A. LPC2138 LPC2138 (ARM7) is a 32-bit RISC processor with two 8-channels 10-bit ADC, one 8-channel 10- bit DAC, two UART, two I2C , two SPI, three 32-bit Timers, Watch-Dog Timer, Real Time Clock(RTC) with optional battery back-up. It has several advantages such as low power consumption, high speed, and high functionality solutions. B. A/D Converter ARM provides an advantage of in-built ADC. This will minimize the hardware requirements of device. ARM has two in-built analog to digital converter, with the features as 10 bit successive approximation method is used for conversion in ARM7, input multiplexing approximation analog to digital converter and Measurement ranges 0 V to VREF (typically 3 V). Smallest Resolution = 𝑉 2 𝑛 −1 here V= voltage and n= number of Bits of ADC Smallest Resolution ≈ 0.003 C. Comparator Circuit In the comparator circuit, input is captured from an external source via BNC connector. This input signal may be AC or DC. Thus, firstly signal is passed through one op-amp to convert an input signal to DC signal and then the next operational amplifier will compare the input DC signal with a predefined voltage. If input signal is weak then it will amplify with respect to Vref, on the other hand if signal carries some sort of noise or errors it is also attenuated by using comparator. The output of comparator circuit is given to ADC0.0 channel. Only a single channel of Analog to digital converter is used because this is a single channel oscilloscope. Thus a single waveform will display at a time. Comparator Circuit D. Display Device LCDs are used in a wide range of applications including televisions, computer monitors, aircraft cockpit displays, instrument panels, and signage. Display Circuit Consumer devices such as clocks, video players, calculators, gaming devices, watches, and telephones are also some application of LCD. Graphical display devices replaced cathode ray tube (CRT) displays in most applications. Wider range of screen sizes is available for GLCD than CRT and plasma displays, and they do not use phosphors. The LCD screen is more energy efficient and can be disposed of more safely than a CRT. IV. Software Implementation Flowchart After the display of welcome screen, program will be at pause state until a "start" button is pressed. When program shifts from pause state to start state, a grid along with waveform is displayed on the front panel of oscilloscope. Whenever a new digital value appear at Analog to Digital Converter after real time sampling of input signal, that particular digital value is displayed on Graphical Display as a form of pixels.
  • 3. Aditi Trivedi Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 3, ( Part -1) March 2015, pp.106-109 www.ijera.com 108 | P a g e Graphical Display is of 128 x 64 pixels; in this project we are using 100 pixels for displaying signal and remaining 28 pixels for displaying digital values of voltage, frequency and time base. This process will continue until device is in switch on mode. V. Prototype and Experimental Results Snapshot of Hardware Welcome Screen Comparative Analysis of 2V and 100Hz Sinosodal Wave Comparative Analysis of 2V and 100Hz Triangular Wave Comparative Analysis of 3V and 1KHz Square Wave Comparative Analysis of 3V and 1KHz Sinosodal Wave Comparative Analysis of 2V and 1KHz Triangular Wave
  • 4. Aditi Trivedi Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 3, ( Part -1) March 2015, pp.106-109 www.ijera.com 109 | P a g e Comparative Analysis of 2.5V and 1KHz Sinosodal Wave Comparative Analysis of 3V and 10Hz Square Wave VI. Conclusion and Future Scope The GLCD oscilloscope is low cost and void of the complexity use in the development of conventional scopes. It produces comparative results. It is a choice for all non-critical work that goes on everyday in the laboratory and in out-of-lab measurements due to its portability. Initially the ARM-Oscilloscope was tested feeding the signals from function generator. Provided facility for having different sampling rate and variable voltage divisions. The kind of input waveform, like sine wave, triangular wave, square wave or any other function can be continuously changed and tested in this oscilloscope. In future, handy oscilloscopes can be designed with dual or more channel options. With this approach many additional features like delay, magnifier, and intensity can be added to make device more serviceable. The range of operating frequency can also be increased. By adding these more features it can fully substitute the available bulky oscilloscopes at very low cost. REFERENCE [1]. M.C Ndinechi, G.O. Uzedhe & O.A. Ogungbenro(Sep, 2012), “An Approach to Low-Cost Oscilloscope Development at Medium Frequencies Using LED Screen”, National Agency for Science and Engineering Infrastructure, Federal Ministry of Science and Technology Abuja, Nigeria, ISSN 2006-1781. [2]. Sachin Shinde, Sapna Prabhu(Feb,2013), “Labview Based Digital CRO For Electronic Measurement Techniques”, Fr. Conceicao Rodrigues College Of Engineering, Bandra (w.) pp.693-698 ISSN: 2248-9622. [3]. Delphi Display System, “Comparison of LCD and LED Display Technology for QSR Drive‐Thru Order Confirmation Applications”, www.DelphiDisplay.com [4]. S.H. Chen, V. Ramakrishnan, R. Chen, S.Y. Hu, Y. Zhuang, C.C. Ko, Ben M. Chen, “A Large Scale Web-Based Virtual Oscilloscope Laboratory Experiment”, Department of Electrical Engineering, National University of Singapore. [5]. Morgan D. Jones (2008), “Low Cost, Audio Speed- Digital Oscilloscope”, Engineering Division of the Graduate School of Cornell University. [6]. Praveen Kumar.C.K. (2006), “PIC+ Graphical LCD based Mini-Oscilloscope for frequency stabilization of the External Cavity Diode Laser”, International School of Photonics Cochin University of Science and Technology.