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 …
Category: PIC18f4550 Microcontroller
How to Interface LCD with PIC18f4550/PIC16F877A Microcontroller?
Introduction to LCD In this article, I have explained how to interface LCD with PIC18f4550 and PIC16F877A microcontroller? LCD also known as liquid displays are widely used these days for displaying characters, numbers, and graphics. They are more advanced displaying Read More …
How to Interface a Seven Segment Display with PIC16F877A Microcontroller?
Introduction Creating an UP counter with a seven-segment display and PIC microcontroller involves both hardware and software components. Here’s a breakdown: Hardware: PIC Microcontroller: Choose a PIC model with enough I/O pins for your display (common cathode or common anode) and Read More …
What is the File Register of PIC Microcontroller?
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 …
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 …
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 …