Microcontroller Programming

Interfacing an LCD Display with PIC16F877A Microcontroller

Reading Time: 9 minutes Today we are going to discuss interfacing an LCD display with PIC16F877A microcontroller. For any microcontroller project, there are inputs to the microcontroller and outputs from it to the user. One of the most important ways to give outputs to the user is through visual feedback, an LCD. Interfacing an LCD to your microcontroller is …

Interfacing an LCD Display with PIC16F877A Microcontroller Read More »

Software for Programming PIC Microcontrollers

Reading Time: 3 minutes Microcontroller programming seems really hard for most of the beginners. But it doesn’t have to be. It’s just using some software to get some hardware to do something, say for example lighting an LED. You can see how to do just that in my blog post http://20.187.108.42/beginners-guide-to-blinking-an-led-with-microcontroller-pic16f877a/. In today’s short guide, let’s take a look …

Software for Programming PIC Microcontrollers Read More »

Beginner’s guide to blinking an LED with Microcontroller (PIC16F877A)

Reading Time: 7 minutes Microcontrollers are a really useful piece of technology. We can do really amazing stuff with them. But if you are a beginner in the field of Microcontroller programming, don’t worry. I’ll guide you through the very basics of microcontroller programming for a simple LED blinking project. So let’s see what we have for our beginner’s …

Beginner’s guide to blinking an LED with Microcontroller (PIC16F877A) Read More »