The File register of PIC Microcontroller Basically there is a program memory (code) and data memory in the PIC microcontroller. The data memory is a Read/Write memory (static RAM) and it is also called the file register of PIC microcontroller. Read More …
Category: PIC18f4550 Microcontroller
Serial communication project using PIC microcontroller

USART is also known as a Serial Communication Interface or SCI. The USART can be configured as a full-duplex asynchronous system that can be configured as a half-duplex synchronous system that can communicate with peripheral devices such as CRT terminals and personal computers, or it can be configured as a half-duplex synchronous system that can communicate with a peripheral device such as A/D or D/A integrated circuits, serial EEPROMs, etc.
What are the factors that Influence the selection of Embedded Microcontrollers?

What are the factors that Influence the selection of Embedded Microcontrollers? This article reports the factors that influenced the selection of embedded microcontrollers. The article analyses the data for capturing the important criteria and pattern in the selection of microcontroller Read More …
Revolution brought by Embedded Systems with Data Analytics

Revolution brought by Embedded Systems with Data Analytics. It is a combination of the electronic system. The whole assembly is orderly or informal which is basically depending on its given applications. This advancement set a world in a state of Read More …
How to interface LCD with PIC18f4550 microcontroller?

Introduction to LCD How to interface LCD with PIC18f4550 microcontroller? LCD also known as liquid displays are widely used these days for displaying characters, numbers, and graphics. They are more advanced displaying devices as compared to simple LEDs or Seven Read More …
How to program counters in microcontroller?

Counter Programming How to program counters in microcontroller? In this article you will learn about counter programming of PIC microcontroller. Throughout the discussion, we will consider PIC18F4550 microcontroller. There are basically 5 timers available in PIC18 and they can be Read More …
How to create first project in C on MPLAB software?

Creating First Project in C on MPLAB In this article I have explained the necessary steps required for creating first Project on MPLAB software. Usually when you install the MPLAB software, you can run the assembly language program on it Read More …