PIC12F675 LCD Interfacing Code and Proteus Simulation
This post provides the LCD[1] interfacing code using PIC12F675 microcontroller. This code is written in C language using MPLAB with HI-TECH C compiler. You can download this code from the ‘Downloads‘...
View ArticleMatrix Keypad interfacing with PIC microcontroller.
Matrix keypads are very useful when designing certain systems which needs user input. These keypads are constructed by arranging push button switches in rows and columns as shown in Fig.1. Scanning...
View ArticleInterfacing of PIC12F675 with (i2c based) 24LC64 EEPROM (code + Proteus...
This post provides the code for interfacing 24LC64 EEPROM with PIC12F675 microcontroller. This 24LC64 EEPROM has i2c based interface and PIC12F675 doesn’t have any built in i2c modules, so software i2c...
View ArticleLab 4: Interfacing a character LCD using PIC16F688
Description HD44780 based LCD displays are very popular among hobbyists because they are cheap and they can display characters. Besides they are very easy to interface with microcontrollers and most of...
View ArticleInterfacing Relay to Microcontroller
Figure 1 shows the basic relay driver circuit. As you can see an NPN transistor BC547 is being used to control the relay. The transistor is driven into saturation (turned ON) when a LOGIC 1 is written...
View ArticleLecture 43 : Interfacing PIC16F877 Microcontroller with an LCD
Aim To interface LCD (Displaytech 162A) with PIC16F877microcontroller and to display “IITK” in the Liquid Crystal Display (LCD). Components/Softwares MPLAB IDE (PIC microcontrollers simulator) PIC...
View ArticleMajor Electronic Peripherals Interfacing to Microcontroller 8051
Interfacing is one of the important concepts in microcontroller 8051 because the microcontroller is a CPU that can perform some operation on a data and gives the output. However to perform the...
View ArticleInterfacing DS1307 to PIC Microcontroller with C code and Circuit Diagram
This tutorial will help you to interface DS1307 RTC with PIC16F877 Microcontroller. The project is compiled in CCS Compiler and simulated with Proteus. The Real Time Clock is interfaced with PIC...
View ArticleInterfacing with UART of PIC microcontroller
This post provides the solution for using the PIC controller UART interface (e-g to connect PIC controller with PC using serial adapter). Complete code and simulation can be downloaded from the...
View ArticleInterfacing16X2 LCD with PIC Microcontroller
In this session we will see how to interface 16×2 LCD to PIC18F4550 microcontroller which is of family PIC18F. You can get information of 16×2 LCD in the session How to Interface 16X2 LCD with 8051...
View ArticleESP8266 wifi module interfacing with pic microcontroller
ESP8266 wifi module interfacing with pic microcontroller: Hi everyone I hope you are fine and doing well. In this tutorial, I will guide you how to interface ESP8266 wifi module with pic...
View Articleservo motor interfacing with 8051 using keil compiler
servo motor interfacing WITH 8051 MICROCONTROLLER: This article is about interfacing of servo motor with 8051 microcontroller. You will learn how to interface and control this motor using 8051...
View ArticleSTEPPER MOTOR INTERFACING WITH 8051 MICROCONTROLLER
STEPPER MOTOR INTERFACING WITH 8051 MICROCONTROLLER: Stepper motors are type of DC motors. Stepper motor has multiple electromagnetic coils that are arranged in group called phases. Motor rotates when...
View ArticleDC MOTOR INTERFACING WITH 8051 MICROCONTROLLER
DC MOTOR INTERFACING WITH 8051 MICROCONTROLLER: In many projects of embedded systems, we may need to control a DC motor using controller. It is not good to connect DC motor directly to the...
View ArticleINTERFACING LCD WITH 8051 MIROCONTROLLER with code
INTERFACING LCD WITH 8051 MIROCONTROLLER: In this article you will learn how to interface lcd with 8051 microcontroller. It is not very hard for interfacing lcd with 8051 microcontroller when you...
View ArticleINTERFACING ADC 0804 with 8051 MICROCONTROLLER
INTERFACING ADC USING 8051 MICROCONTROLLER: In this article you will learn how to interface, analog to digital converter with 8051 microcontroller. Unlike, pic microcontroller, Arduino and avr...
View ArticleBluetooth module HC 05 interfacing with pic microcontroller
Bluetooth module HC 05 interfacing with pic microcontroller: Hi Everyone, In this article I will explain you how to interface Bluetooth module HC 05 with pic16f877a microcontroller or any other...
View ArticleInterfacing Fingerprint Sensor with PIC Microcontroller
Finger Print Sensor, which we used to see in Sci-Fi movies a few years back, is now become very common to verify the identity of a person for various purposes. In present time we can see...
View ArticleThermal Printer interfacing with PIC16F877A
Thermal printer is often referred as receipt printer. It is widely used in restaurants, ATM, shops and many other places where receipts or bill is required. It is a cost-effective solution and very...
View ArticleRFID Interfacing with PIC Microcontroller
RFID stands for Radio Frequency Identification. RFID module can read or write small amount of data into a Passive RFID tag, which can be used in identification process in various systems like...
View Article