PIC Programming

How to Create a PIC Tracing LEDs Project in C

I am creating this project in C language using MPLAB X IDE XC8 compiler. However, you may use any other…

3 months 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…

4 months 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…

5 months ago

How to Create a PIC Project using MPLAB X IDE

In this article, we look at the steps of developing a simple XC8-based project; we will go through the steps…

5 months ago

MPLAB X IDE and MPLAB XC8 Compiler

MPLAB X IDE The MPLAB X IDE is the integrated development environment that enables the user to create a source…

5 months ago