Circuit Lake

Electronic Project and Circuit Collection

USB Related Resources




PIC Based EPROM Reader

September 26, 2011 By: admin Category: Data Acquisition, Miscellaneous, PIC, Project, USB No Comments →

EPROM and Flash Reader

This project allows you to read many common EPROM and Flash memory chips. It’s equipped with USB interface that uses FTDI USB to serial chip. The PIC18F4550 microcontroller firmware handles the various differences of the range of EPROM chips. The project only uses HyperTerminal PC software to control and read the chips. Intel hex [...]

USB Interface for Parallel LCD

July 21, 2011 By: admin Category: AVR, Display, Interfacing, Microcontroller, Project Comments Off

Add USB to Parallel LCD - DIY project

The project shows you how to add a USB interface to a standard HD44780 compatible LCD and emulates the CrystalFontz serial protocol over a virtual COM port created by the FTDI chip. This enables you to use already existing software to speak to the LCD, for example the popular program LCD Smartie. The circuit [...]

USB Website Hit Counter

May 07, 2011 By: admin Category: AVR, Display, Interfacing, Microcontroller, Miscellaneous, Project, USB No Comments →

AVR based website hit counter

The project purpose is to build an AVR-based website total page hits counter and display it on 7-segments display instead of using only general scripts such as PHP, Java, CGI etc. The counter project consists of three main parts. First, PHP hit counter script run on website. This script will count the number of times [...]

AVR Based VGA Controller

April 10, 2011 By: admin Category: AVR, Control, Display, FPGA, Microcontroller, Project No Comments →

VGA Controller AVR Project

This AVR ATmega128-based VGA controller allows you to visualize images, text, lines and single pixel, on your pc monitor with a 640 x 480 pixels resolution, 64 colors, 60 Hz through USB-serial commands. Besides MCU, it uses FPGA Cyclone with a clock of 27.175 MHz to produce the synchronism signals for the video-vga and the [...]