Microcontroller Programmer Projects

Microcontroller Clapper Switch

Microcontroller Clapper Switch

Introduction I always thought the clapper so cool. For those who are lazy like me, turn on or off the bedroom light without getting out of bed, simple clap your hands is amazing. Thinking about it I projected one for me. Several projects of clappers can be found on the Internet, and most of them

Microcontroller Clapper Switch Read More »

PicChess

PicChess

This project is a micro controller chess game. The objective has to be able to play chess on a VGA monitor, including an intelligent computer to play against. This all has been accomplished with a microcontroller. I started this as a project for the college ( I am a Electrical Engineering student ), but it

PicChess Read More »

PIC micro Timer Code

PIC micro Timer Code

Here’s the minimal code to make timer 1 (a 16 bit timer) work using PICBasic. General descriptions of PIC timer variables used to control the timer: (you should be able to use these no matter what programming language you use): T1CON.0 is the first bit of the timer configuration byte, this bit is used to

PIC micro Timer Code Read More »

PIC programmers for parallel port

PIC programmers for parallel port

uni5_a.bmp – PCB of parallel programmer UNIPROG V-A uni5_as1.bmp – schematic diagram of G.Tait’s programmer with 4066 uni5_ao1.bmp – layout of components of G.Tait’s programmer with 4066 List of components: 1 x slot for ISO card (eight pins are enough) 1 x female Centronix connector 36pin 1 x 74LS06 (7406) or 74LS07 (7407) 1 x

PIC programmers for parallel port Read More »