All posts in the 'Oscilloscope projects' Category
Posted on 20 Mar 2008

The Scopetris is an AtMega32 was equipped with R-2R ladder D/A converters for controlling the beam of an old oscilloscope. To get some fun out of the setup, a Tetris clone with chain reactions was implemented. Beat the highscore[more]
Posted on 18 Mar 2008

The .Net Oscilloscope is a Virtual Oscilloscope using PIC Microcontroller.The heart of the .NET Scope is the GP-3 PC I/O Board PIC Microcontroller circuit. This is a kit brought from AWC that allows you to read digital an analog signals and return the results through the serial port of your PC. You can also create PWM signals, tones, high/low signals, pulses, and counters with GP-3 circuit and control them with your PC.[more]
Posted on 08 Mar 2008

This circuit dates back to at least 1935 and is a simple cheap adapter that converts just about any oscilloscope into a component tester. It causes a component’s current vs. voltage characteristics to be displayed on an oscilloscope’s screen. The name “Octopus” is attributed to a Marine Corporal who reinvented it in 1968 while working working on Tactical Navigation Systems at NAS Newriver, NC. He called it “The Octopus”[more]
Posted on 28 Feb 2008

miniscope v2 is a simple project but usefull miniature digital storage oscilloscope with USB interface. Additional data logger mode for long-term measuring. Based on AT91SAM7S64 microcontroller.
[more]
Posted on 19 Feb 2008

This is an Arduino-based oscilloscope.With this instruction int val_read = ((analogRead(0)*5) / 1024.0) you can see the signal as you want.The display of this oscilloscope is a color graphic LCD 240×320.(All documents in Spanish)[more]