Projects

Know the Procedure of GSM Modem Interfacing with 8051

Know the Procedure of GSM Modem Interfacing with 8051

The acronym of the GSM modem is Global System for Mobile Communications, it is a wireless communication module, used toΒ  make a computer or any processor to communicate over a network. This modem uses a variation of TDMA(Time Division Multiple Access) and is the most commonly used of the digital wireless telephony technologies like TDMA, […]

nixie tube clock

IN-8 single nixie tube clock using PIC16F84

After receiving one IN-8 tube from a friend (thanks), I decided to build myself a clock. This clock is more an ornament than a useful machine because it consists of just one digit (tube) so it displays current time every minute for three times. It is built inside of an old wooden box and it’s […]

Latest Microcontroller Based Electronic Project Circuits in 2014

Latest Microcontroller Based Electronic Project Circuits in 2014

A microcontroller is a small computer on a single integrated chip that is programmed to control the devices. Most of the embedded-based projects require knowledge about programming the microcontroller. Once students get an idea about the circuit, schematics and their operations, it becomes really easy to program a microcontroller. This article provides a list of […]

Interfacing DC Motor with 8051 Microcontroller schematic

Interfacing DC Motor with 8051 Microcontroller

When we talk about controlling the robot, the first thing comes into the mind is controlling DC motors. Interfacing DC motor to the microcontroller is very important concept in Robotic applications. By interfacing DC motor to the microcontroller, we can do many things like controlling the direction of the motor, controlling the speed of the […]

PIC16F84A using seven segment display

How to implement free running counter in PIC16F84A using seven segment display

This post provides the implementation of free running counter ( using c language ) for PIC16F84A micro-controller. This code is written in such a way that, the counter starts from a value of ‘0’ ( displayed on the seven segment ) and then increments this value after every second. So, the seven segment display starts […]

8051 MICROCONTROLLER5

8051 MICROCONTROLLER

8051 Microcontroller based electronic lockerΒ system CIRCUIT DESCRIPTION Security is a prime concern in our day-today life. Everyone wants to be as much secure as possible.The issue of security is very paramount at home doors and safe. An access control for doors formsvital.link in a security chain. Therefore we intend to aid in security at home […]

PIC microcontroller power supply circuit by Chayapol schematic

PIC microcontroller power supply circuit by Chayapol

This is 5V portable power supply circuit for pic microcontroller experiments. or PIC microcontroller power supply circuit. As The PIC16F627A microcontroller use 5 volts DC power supply. My son need to build it as 5V portable power supply circuit, because of the need for safe and convenient use in all locations. How it works I […]

Book PIC Microcontrollers

Chapter 1: PIC16F887 Microcontroller – Device Overview

The PIC16F887 is one of the latest products from Microchip. It features all the components which modern microcontrollers normally have. For its low price, wide range of application, high quality and easy availability, it is an ideal solution in applications such as: the control of different processes in industry, machine control devices, measurement of different […]

PIC16F84A timer0

PIC16F84A timer0 code and Proteus simulation

This post provides the timer0Β code for PIC16F84A microcontroller. This code is written in C language using MPLAB with HI-TECH C compiler. You can download this code from the ‘Downloads‘Β section at the bottom of this page. It is assumed that you know how to blink an LED withΒ PIC16F84AΒ microcontroller. If you don’t then please readΒ this pageΒ first, before […]

ADC Module of PIC

How to work with inbuilt ADC Module of PIC18F4550

A microcontroller, a digital device, can read, execute and transmit only digital signals. On the contrary, the outputs of the most of the transducers are analog in nature. Thus it is hard to interface these transducers directly with controllers. Analog-to-digital convertor (ADC) ICs are one way to make the analog input compatible with the microcontroller. […]