0% found this document useful (0 votes)
111 views

Oscilloscope Using Arduino

This document describes building an oscilloscope using an Arduino microcontroller. It discusses the theory of operation, which involves programming the Arduino to read signals from an analog pin and display the waveform. The circuit connects the input signal to an analog pin and grounds the Arduino. Simulation and testing was done using Tinkercad and different waveforms. Software results differed slightly from hardware results due to errors and power losses.

Uploaded by

Mohamed Adel
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
111 views

Oscilloscope Using Arduino

This document describes building an oscilloscope using an Arduino microcontroller. It discusses the theory of operation, which involves programming the Arduino to read signals from an analog pin and display the waveform. The circuit connects the input signal to an analog pin and grounds the Arduino. Simulation and testing was done using Tinkercad and different waveforms. Software results differed slightly from hardware results due to errors and power losses.

Uploaded by

Mohamed Adel
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 12

OSCILLOSCOPE USING

ARDUINO
Made by:
Mohamed Adel Mokhtar 18104047
Ahmed Mohamed Hussein 18104434
1

Agenda
• Introduction
• Theory of Operation
• Circuit Analysis
• Simulation
• Results(Software and Hardware)
2

Introduction
• An oscilloscope is a device which measures voltage waves, then
display it on graph that can able you to analyze this waveform.

• Arduino is a microcontroller that can be programmed using a


specific interface called arduino ide.

• An oscilloscope using arduino could be built by programming the


arduino to sense the input signal on a specific analog pin.
3

Theory Of Operation
• Oscilloscope using arduino is based on programming the arduino
using arduino ide which is a software where we can write a certain
code and upload it on the arduino, and then we connect the
arduino specified pin to the signal to be measured
4

Circuit analysis
• The circuit is based on connecting the ground of the arduino to the
ground of the input signal and the input signal itself to the specified
analog pin.
• The arduino is dc supplied from the computer.
5

Simulation
• The simulation used was tinkercad.
6

Results
• Software Results
7

• Hardware Results
Different types of wave forms been used as inputs.
1.sinusoidal wave
8

2.Square wave
9

3.Ramp
10

Conclusion
• oscilloscope is a type of electronic test instrument that graphically
displays varying electrical voltages as a two-dimensional plot of one
or more signals as a function of time Oscilloscopes are used in the
sciences, medicine, engineering, automotive and the
telecommunications industry. This report will discuss how can we do
an oscilloscope.
• There are differences between software and hardware values due to
the error in the bits sent to the ide(0 is sent as a 1 and vice versa) as
well as power losses that occur in copper wires.
11

References
- Lecture notes

- Kularatna, Nihal (2003), "Fundamentals of Oscilloscopes", Digital


and Analogue Instrumentation: Testing and Measurement, Institution of
Engineering and Technology, pp. 165–208

- https://www.build-electronic-circuits.com/arduino-oscilloscope/

You might also like