Connecting PIC16F877A with an LCD screen
In this tutorial we will see what an LCD-screen is, how it works and how it is used. We will continue by connecting it to the PIC16F877A microcontroller with its GPIOs in 8-bit mode. Later on, we will take a quick look at the 4-bit mode, so both can be ...
Connecting PIC16F877A with 7-Segment display
In this tutorial we will see what a 7-Segment display is, how it works and what it is used for. We will continue by connecting it to the PIC16F877A microcontroller, using its GPIO pins.
Connecting PIC16F877A with LEDs
In this tutorial we will explore the concept of connecting your microcontroller with LEDs. This exercise is ideal for beginners who want to gain insight into the practical application of a microcontroller. Throughout the tutorial, you will learn fundamental skills such as configuring GPIO and programming the MCU to blink ...