Featured image of the PIC16F877A analog to digital converter
Core tutorial

PIC16F877A Analog to Digital Converter (ADC)

The ADC module in microcontrollers indeed allows them to interface with the analog world by converting continuous analog signals into discrete digital values. This capability is crucial for various applications

Read More »
Featured image of using PWM in PIC16F877A
Core tutorial

Using PWM in PIC16F877A

Digital signals (0 or 1) and analog signals (range of values) are both used in electronics. Analog inputs can be converted to digital through an ADC. To control analog devices

Read More »
Featured image of the timer2 tutorial in PIC16F877A
Core tutorial

PIC16F877A Timer2 tutorial

The Timer2 module is an 8-bit timer/counter within most PIC MCU devices. Timer2 can increment up to a value of 255 before it overflows back to zero. Timer2 has other

Read More »
Featured image of the timer1 tutorial in PIC16F877A
Core tutorial

PIC16F877A Timer1 Tutorial

The Timer1 module is a 16-bit timer/counter within most PIC MCU devices. Timer1 can increment up to a value of 65535 before it overflows back to zero. Because the timer

Read More »
Featured image of how to use timers in PIC16F877A
Core tutorial

PIC Microcontrollers Timers

In this tutorial, we will learn what are “Timers”; we will explain this with examples using the Microcontroller PIC16F877A. For this tutorial is may be helpful to understand the basics

Read More »