PIC microcontrollers

Key Features of PIC16X84 Family of Microcontrollers

PIC microcontrollers are fabricated by Microchip Technology. PIC16C84 and PIC16F84 are the two microcontrollers in the PIC16X84 family of microcontrollers.…

1 year ago

Common Instructions Types in PIC Microcontrollers

Every microcontroller family has its own set of instructions that are typically carried out in a similar set of operations…

1 year ago

How to Interface PIC Microcontroller to Input & Output Devices

In this article, we discuss how to interface the PIC microcontroller to various types of input and output devices. A…

1 year ago

How to Interface LCD Display to a Microcontroller

LCD crystal displays allow a better user interface compared with LED displays as it is much easier to display text…

1 year ago

Interfacing LEDs & Electromechanical Relays to Microcontrollers

In this article, we briefly describe how to interface LEDs and electromechanical relays to microcontrollers. Note, a detailed description on…

1 year ago

Device Programmers for PIC Microcontrollers

Once the program is written and translated into executable code, the resulting HEX file is loaded to the target microcontroller’s…

1 year ago

An Overview of Assembly Language for Programming Microcontrollers

Introduction Software is the term used for the instructions that tells a microprocessor or microcontroller what to do. The collections…

1 year ago

Development Boards for PIC Microcontrollers Programming

Development boards are helpful microcontroller learning tools. Simple development boards contain just a microcontroller and the required clock circuitry. More…

1 year ago

PIC Microcontroller Input-Output Ports Programming in C

PIC microcontroller input-output ports are named PORTA, PORTB, PORTC, etc. depending on the type of microcontroller you are using. Port…

1 year ago

Basic Features of PIC16F84 Microcontroller

PIC is a short form for peripheral interface controller; this phrase is used by Microchip to refer to its line…

1 year ago