Skip to content

RT-CUSTOMZ/oscilloscope-arduino-processing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oscilloscope using Arduino and Processing

Ins Deutsche Übersetzt

Description

Sampling oscilloscope with 4 channels (voltages from 0 to 5V), with frequencies up to 3kHz.

It has a PWM signal generator and a square wave output.

It can also automatically identify the resistor or capacitor value using 3 scales for better approximation.

The Garagino microcontroller was used, but it is fully compatible with the Arduino (www.arduino.cc).

I used the programming language "Processing" (www.processing.org) to create the program on the computer.

See a [demo] (https://www.youtube.com/watch?v=aw_kyDAiNak) on youtube.

Oscilloscope Capabilities

  • Monitor up to 4 voltage channels (0 to 5V).

  • Can display frequencies up to 3kHz.

  • Stabilizes the wave on the screen using a simple trigger.

  • Identify the frequency of the wave using the best criterion (square or sinusoidal).

  • Scales: volts / division and time / division adjusted individually for each channel.

  • Tool to measure voltage and time in each channel.

  • Combined display of channels in XYZ.

  • PWM signal generator.

  • Measure resistor or capacitor values on 3 scales (automatically)

For those who do not need to read values of Resistors and Capacitors (without electronic components)

You can have the oscilloscope functions, the PWM signal, and the Square Wave generator using only the programs (unchanged) and the Arduino.

Only Arduino and programs

The Oscilloscope

Imagem do Osciloscopio

Imagem do Osciloscopio

The circuit using Arduino

Imagem do Osciloscopio

The circuit using Garagino

Imagem do Osciloscopio

The resistor and capacitor reading circuit

Imagem do Osciloscopio

The 74HC4052 CI (analog multiplexer)

Imagem do Osciloscopio

The Processing program

Imagem do Osciloscopio

Improvements for the future

  • Measuring voltages 110/220 Vac

  • Increase frequency capacity using more powerful microcontrollers.

  • Use bluetooth connection to connect oscilloscope to mobile phone (Android)

Finishing

I really enjoyed developing oscilloscope programs and hardware.

I believe it has great potential for a more professional product.

About

Oscilloscope 4 channels using Arduino and Processing

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Processing 76.6%
  • C++ 23.4%