UART Serial Communication Tutorial With PIC Microcontroller

UART | Serial Communication With PIC Microcontrollers Tutorial

In this tutorial, we’ll be discussing UART. You’ll get to know what is the UART serial communication protocol? How does it work? What are the typical applications for UART? We’ll also discuss in detail the process of creating the required firmware to drive the UART module in our PIC Microcontrollers

EEPROM Memory in Microcontroller Tutorial

EEPROM Memory (Internal)

In this tutorial, you’ll learn what are EEPROM memories? How do they work? What are their applications? And how to interface the internal EEPROM memory within our PIC Microcontroller chip. We’ll also develop the required firmware drivers for EEPROM memory to perform Write/Read operations at any memory locations we want.

ultrasonic-sensor-interfacing

Ultrasonic Sensor HC-SR04 With PIC Microcontrollers Tutorial

in this tutorial, you’ll learn how ultrasonic sensors work, what are their applications and how to use this sort of sensors with microcontrollers. We’ll also develop the necessary firmware to interface the ultrasonic sensor and display the readings on a breadboard.