Circuit Lake

Electronic Project and Circuit Collection

AVR Project : Cheapest Dual Trace Scope

6:57 pm


I think this is Cool idea related to Microcontroller project created by J. Lepot. This USB scope is based on a Atmel Tiny45 cpu and cost less than 5€ with a homemade pcb. It has 2 analog inputs and can supply 5V on 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. As you can see, there is no crystal , the software sync the internal 16.5Mhz pll clock with the USB clock.

It has been designed to plug into a project breadboard so there is no need for a power supply. It does connect to a PC with usb in HID mode, without the need to install any specific driver. Data are diplayed on the PC with .NET C# software.

Download : Schematic, Eagle File, Firmwire, Hex File and Windows Software

term : USB Scope, Microcontroller Project, AVR, Tiny45 (src)



Related Electronics Project:
AVR Project : I2C Tiny USB
The i2c-tiny-usb project is an open source/open hardware project. The goal of i2c-tiny-usb is to provide a cheap generic...
20Mhz Dual Trace Oscilloscope
B+K Precision’s model 2120B is a dual trace oscilloscope that offers high performance. This unit is great for the hobbyist...
USB-CAN Dual Axis Motion Control System
This low cost distributed motion controller system consists of two units: a USB-CAN converter and a dual axis controller. The...