Circuit Lake

Electronic Project and Circuit Collection
Subscribe

Hands-On FPGA Based Digital Oscilloscope

September 15, 2008 By: admin Category: Digital, FPGA, project No Comments →

Hands-on - A digital oscilloscope

Let’s build a simple digital oscilloscope.

  • Single channel 100MHz/100MSPS (100 mega-samples-per-second)
  • RS-232 based (we’ll look into USB too)
  • Inexpensive!

A simple digital oscilloscope recipe
(more…)

Microcontroller AVR Oscilloscope

December 31, 2007 By: admin Category: microcontroller, project No Comments →

by Vassilis Serasidis

Microcontroller AVR Oscilloscope

This is one of great project based on AVR microcontroller. It use ATmega 32 as processor and LCD 128×64 pixels for display. If you need to measure low frequency i thought this project, AVR oscilloscope, will be usefull. Maksimum frequency for AVR oscilloscope is 5 kHz (square signal), other signals (sine or triangle) the frequency is lower ( almost 1 kHz) for having clear view of the signal. Voltage input range is 24V AC / 30V DC.
This project use C language and WinAVR as compiler. So, it will be more easy to understand than assembly.

Download the source code, hex, schematic and PCB of AVR oscilloscope

link

Related Project :

Digital Oscilloscope based on AT90S8535