Circuit Lake

Electronic Project and Circuit Collection

Tutorial




Home Made PCB

September 21, 2009 By: admin Category: Tutorial No Comments →

PCB Before Etching

There are many ways to create PCB at home. You can manually laying out the traces with trace transfers (not recommended), photo reproduction (specialized, and expensive), or the use of a laser printer using the toner transfer method. During my experience, creating PCB using the toner transfer method is easiest and low cost.
The procedure [...]

Arduino Controlling Images on 4D OLEDS

September 18, 2009 By: admin Category: Arduino, Control, Interfacing, Tutorial No Comments →

interfacing arduino - OLED

This tutorial inspired by serial OLEDS from 4D Systems. Jenny has pulls it together to make you easy learning how to Controlling Images on 4D OLEDS using Arduino. This project uses µOLED-128-GMD. Before you do any coding you can test run to see if the images are on the card properly by loading images [...]

Free Schematic And PCB Editor

August 23, 2009 By: admin Category: Tools, Tutorial 2 Comments →

Free PCB and Schematic software

If you want to learn electronics for first time, you need to know about electronics theory, component, drawing schematic, and make PCB. You can get electronics theory reference from many sources like book or internet. To draw schematic and build a PCB you can try Eagle, schematic and PCB editor, to make it easy.
EAGLE (Easily [...]

AVR SONY RC Decoding

August 16, 2009 By: admin Category: AVR, Project, Remote, Tutorial No Comments →

SONY RC protocol

This tutorial shows you how to decode SONY Remote Control using microcontroller AVR. The project use external interrupt at the falling edge to detect the pulse. The project use AT MEGA 16 and vcd remote control sensor or you can use any type sensor that have filter of 38 KHz to 40 KHz on it. [...]