MikroEleketronika demonstrates how to build a simple home alarm system that has the capability of sending SMS to a predefined cell phone number when intrusion is detected. This project is based on StartUSB for PIC board, a small development board for PIC18F2550, which is preprogrammed with an USB bootloder so that no additional programmer is […]
Projects
Make your own motion sensor alarm with SMS feature using PIC18F2550
Temperature sensor using PIC16F877A microcontroller
In this tutorial, we are making a Digital Thermometer using PIC microcontroller and LM35 Temperature Sensor. In this project, we will sense the temperature using LM35 and display it on 16×2 LCD. LM35 Temperature Sensor is accurate and cheaper and doesn’t require any external calibration. The output voltage is proportional to Celsius temperature scale and changes by 10mV […]
Photo film processor
On this page you will find the technical information for building the electronic control unit of my homemade film processing machine. To see the rest of this film developing apparatus, look at the relevant article in the photography section of this site. Developing a color film is a simple procedure of putting it in a […]
Digital frequency meter using pic microcontroller
Here you will see how easily we can make Digital frequency meter by PIC microcontroller using timer 1. To make this project we need clear idea on timer 1 module of PIC16F877 microcontroller. We need to know how we can configure timer 1 module to do our desire work. For that I suggest please refer […]
Interfacing 16×2 Lcd With 8051 Circuit Pin Diagrams
Microcontroller based electronic circuit diagrams, Electronic circuit diagrams / circuit schematics. if you would like general assistance with a specific design question you may like to try the electrical engineering. Interfacing lcd modules pic microcontrollers., In this tutorial we will learn how we can use lcd modules with microchip pic microcontrollers. here i will […]
PIC16F84A internal EEPROM code and Proteus simulation
This post provides the internal EEPROM reading and writing code for PIC16F84A microcontroller. As we know[1], PIC16F84A microcontroller has 64 bytes of built in EEPROM data space with an address range of 0x00 to 0x3F. 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 […]
AC Voltage measurement using PIC16F877A microcontroller
Note: Microcontroller PIC16F73 can be used instead of pic16f877a. This time we will see how to measure AC voltage parameters with the help of micro-controller. First we will know about AC voltage parameters, then we will do the whole work step by step. What is AC(Alternating Current): “In alternating current (AC, also ac), the flow of electric charge periodically reverses direction. […]
Transmit & Receive Infrared Signals With Your PC Serial Port using PIC12F508
We no longer manufacture or sell the original Air-Byte IR transceiver, so we’re releasing the code & circuit design here for hobbyists and students looking to build a simple IR transceiver. Note that the parts used here are not critical. I.E. the NPN darlington transistor driving the infrared LEDs, PNP transistor used for inverting the […]
PIC16F877 timer0 code and Proteus simulation
This PIC16F877 microcontroller tutorial answers the question, ” How to use timer0 of PIC16F877 and how to handle its interrupts? ” Using PIC16 simulator (Proteus) you can verify this PIC timer0 code and change it according to your needs. This code is written in C language using MPLAB with HI-TECH C compiler. You can download this […]