Projects

VCR Pong

pic12f675 Microcontroller 8-PIN PONG

This project is based on ideas from Rickard’s electronic projects page and David B. Thomas VCR Pong. However, I have developed the simplicity even further, eliminating most of the external components. Using microcontrollers with internal 4MHz clock generator there is no need for the xtal. The 12f675 part also operates on wide voltage range, and

pic12f675 Microcontroller 8-PIN PONG Read More »

Embedded System for Automatic Washing Machine using Microchip PIC18F Series Microcontroller schematic

Embedded System for Automatic Washing Machine using Microchip PIC18F Series Microcontroller

The design uses the PIC18F series microcontroller. All the control functionalities of the system are built around this. Upgradeability is the unique feature of this system. Control card hardware and software allows the manufacturer to add or remove the features as per customer requirement and model. Thus once the whole system is designed it is

Embedded System for Automatic Washing Machine using Microchip PIC18F Series Microcontroller Read More »

Isolated RS232C

Isolated RS232C for PIC16F84

Another method that helps program development besides a dot LED as the output device is a serial bit. With a serial transmission to a terminal emulator program, developer may then test program running easier than a dot LED. One of my circuit uses PIC16F84 having one bit for sending ascii character with “printf” function. The

Isolated RS232C for PIC16F84 Read More »