In this tutorial, I will show how to interface an xbee module with PIC microcontroller.Here MikroC Pro for PIC compiler is used to write the code. Xbee modules communicates with host devices using serial communication.Most of the PIC microcontroller have UART module to support serial communication. First of all we have to understand the two […]
Projects
Getting started with PIC18F Microcontrollers
After writing quite a bit of experimental tutorials on PIC16F series of microcontrollers, I thought of moving forward to the enhanced-range family of PIC microcontrollers, the PIC18F, which was introduced by Microchip in late 90s. Although PIC16F series are excellent general purpose microcontrollers, certain limitations have emerged, such as, they have limited program and data […]
PIC 12F675 Microcontroller Tutorial.
A tutorial on the 12F675 PIC microcontroller which shows you how to program and use it with a series of projects starting out with a simple LED flasher and progressing on to more advanced projects.To use the tutorial files you need to have a PIC programmer with an ICSP output connector and the components shown in […]
Digital Barometer using PIC Microcontroller and MPX4115A Pressure Sensor – XC8
The Motorola MPX4115A is an atmospheric pressure sensor powered by 5V and delivers and output from ~0.25V to ~4.75V based on the pressure detected at room temperature (25°C). The device provides a linear output based on pressure. As the pressure rises, the output voltage of the sensor rises as well with ~0.25V represents <15 kPa […]
Metal detector robot using pic microcontroller
This project describes hardware and software I have developed which allows a small 8 bit PIC microprocessor to function as a single frequency detector or tone decoder. Such a circuit can be used to detect the presence of a certain frequency within an analog signal, such as an audio signal. I could be used in […]
Alarm Phone Dialer with MT8880 and PIC 16F84A
Just hook this Alarm Phone Dialer up to something you would like to monitor, for example, a high water alarm, low temperature alarm, back window, garage door, etc. When the system is activated it will call a number of programmed numbers to let you know the alarm has been activated. This would be great to […]
Fire Fighting Controlling Robots Used in Dangerous Situations
Robots can be used in many applications in industries, military, domestic. One of the major uses of Robots is an asset to human beings. Whether it is any kind of hazardous situations like a fire breaking out or a place full of landmines, Robots can easily work out a way out of these problems. So […]
Speed Synchronization of Multiple Motors In Industries using PIC Microcontroller
The aim of this project is synchronization of multiple motors using wireless technology. This project uses radio frequency to synchronize motor speeds. This is applicable to many industries like textile mills, steel plants, and paper plants wherein all the motors used on conveyor are desired to be synchronized. For example, in textile mills where multiple […]
Mini project board for PIC12F series microcontrollers
The 12F series of PIC microcontrollers are handy little 8-pin devices designed for small embedded applications that do not require too many I/O resources, and where small size is advantageous. These applications include a wide range of everyday products such as hair dryers, electric toothbrushes, rice cookers, vacuum cleaners, coffee makers, and blenders. Despite their […]
Interfacing LCD with PIC Microcontroller – CCS C
In this tutorial we will see How to interface a 16×2 character LCD Module with PIC 16F877A Microcontroller using CCS C Compiler. 16×2 character LCD is a very commonly used LCD module in electronic projects and products. 16×2 means it can display 2 rows of 16 characters. It is a very basic and low cost […]