Everything you need to know about reading and using an oscilloscope
π What is an Oscilloscope?
An oscilloscope is a device that displays electrical signals as waveforms on a screen. Think of it as a "graph paper" that shows voltage (vertical axis) over time (horizontal axis).
Why it matters: It's the most important tool for understanding what's really happening in circuits!
π Understanding the Display
Grid Lines: Each square is one "division"
Vertical Scale: Volts per division (how tall the wave is)
Horizontal Scale: Time per division (how fast the wave repeats)
Example: If amplitude is 5V and scale is 2V/div, the wave is 2.5 divisions tall
π Wave Types Explained
Sine Wave: Pure AC signal, like wall power or audio tones
Square Wave: Digital signals, PWM, clocks
Triangle: Ramp generators, VCOs
Sawtooth: Oscillators, analog video
DC: Steady voltage, like a battery
Noise: Random signal for testing filter responses
β‘ Measuring Signals
Peak-to-Peak: Total voltage swing (top to bottom)
Frequency: How many cycles per second (Hz)
Period: Time for one complete cycle (1/frequency)
Duty Cycle: For square waves, % of time signal is high
π― Real-World Uses
Debug Arduino/microcontroller signals
Measure audio amplifier output
Check power supply ripple
Analyze PWM signals for motors/LEDs
Verify sensor outputs
Troubleshoot communication protocols (UART, SPI, I2C)
π‘ Pro Tips
Run/Stop: Use STOP to freeze and measure. Use RUN for live signals.