Embedded Systems Tutorials Blog (Arduino, ESP32, Raspberry Pi, STM32)

USB-TTL Converter

USB-TTL Converter Tutorial | PC Control For PIC Microcontrollers

In this tutorial, you’ll learn how to create a communication channel between your PC & the Microcontroller via UART serial port. We’ll be using a serial USB-To-TTL converter module as we can’t just hook the RX/TX pins to the D+/D- pins of a USB Port.

Embedded Systems Tutorials Blog (Arduino, ESP32, Raspberry Pi, STM32)

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

Embedded Systems Tutorials Blog (Arduino, ESP32, Raspberry Pi, STM32)

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.

Embedded Systems Tutorials Blog (Arduino, ESP32, Raspberry Pi, STM32)

DC Motor Speed Control - PWM With L293D IC

DC Motor Speed Control With PIC Microcontroller PWM And L293D

In this tutorial, you’ll learn how DC motors work, How to control both speed & direction of a DC motor. You’ll also get familiar with the required hardware driving circuitry. We’ll develop the required firmware code in order to control a DC motor as a practical Lab at the end of this tutorial