Projects

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 »

Using Transistor as a Switch

Using Transistor as a Switch

Most of microcontrollers work within 5 volt environment and the I/O port can only handle current up to 20mA; therefore if we want to attach the microcontroller’s I/O port to different voltage level circuit or to drive devices with more than 20mA; we need to use the interface circuit. One of the popular method is

Using Transistor as a Switch Read More »

MultiKey – One Wire Keypad

MultiKey – One Wire Keypad

Introduction This is a simple and easy to make serial keypad. The microcontroller will output the number of the push button pressed. This project can be used for many different purposes. Probably the most used application would be to interface to any electronic project that requires a keypad. There are several ready made keypads on

MultiKey – One Wire Keypad Read More »

Extend PIC Microcontroller‘s RAM by without using EMI

Extend PIC Microcontroller‘s RAM by without using EMI

Introduction Virtually all PIC microcontrollers have some banking mechanism to extend addressing to additional memory space. But this external data memory is not directly addressable (except in some high versions of PIC18 devices, which include PIC18F8520, PIC18F6620, etc.). In this post we describe easy to implement external memory interface for PIC microcontrollers. Theoretically most of

Extend PIC Microcontroller‘s RAM by without using EMI Read More »