All posts in the 'Oscilloscope projects' Category

The Soundcard Oscilloscope receives its data from the Soundcard with 44.1kHz and 16 Bit resolution. The data source can be selected in the Windows mixer (Microphone, Line-In or Wave). The frequency range depends on the sound card, but 20-20000Hz should be possible with all modern cards. The low frequency end is limited by the AC coupling of the line-in signal. Be aware, that most microphone inputs are only mono. Donwload from link below.[more]


This submini USB scope is based on a Atmel Tiny45. It has 2 analog inputs and can supply 5V ont the 4 pins header on the right. One of the inputs can be scaled down with the trim pot.The firmware in the Tiny45 is written in C and compiled with Winavr and usb source code from obdev.[more]

The result summarized on this web page is a fully functional (memory)scope that samples the analogue input signal and subsequently displays it on a normal TV. Unfortunately the ยตSCOPE works only on 625 line PAL standard TVs, and It was never the intention to build a sophisticated measurement instrument. Nevertheless, signals up to a few kHz are reasonably well displayed by this simple circuit that can be build for only a few euro.[more]

It uses a matrix of 100 LED’s for a display, and does suffer from being slow and having rather poor resolution. Still we could display a sine wave running at 500Hz without trouble, that that’s not all that dissimilar to commercial solid state osscilloscopes.The circuit displays an understanding of the mechanics of displaying an analogue waveform. The timebase is simply a 555 generating a horizontal sweep, while the vertical amplifier is 3914 with a trimpot on the front. It’s extremely simple, but it works. [more]

his is a student project from Cornell University.It designed by Reid Gurnee.He writes:
My senior project is to design and build a digital oscilloscope for Professor Land. This project involves a number of design challenges. On the analog side, I need a fast, low noise A/D converter. In addition, the circuit requires a -20V bias from a 5V supply. In the realm of digital, it involves interfacing two micro-controllers with each other, an LCD display, and an analog to digital converter. With such a broad range of challenges, I searched for help from my professors and contacts I made on the web. I was successful in getting help on floating point arithmetic for an 8 bit micro-controller and LCD interfacing.