Embedded Systems
Embedded Systems Tutorials
Learn Embedded Systems With DeepBlue From The Very Basic Fundamentals To The Frontiers & Create Your Own Projects.
It’s highly recommended to read the article right below. In order to get an overview of embedded systems and choose your favorite (free) learning path to actually get started!
SPI Tutorial With PIC Microcontrollers | Serial Peripheral Interface
In this tutorial, we’ll be discussing the SPI (serial peripheral interface) bus. How it works and how to establish serial communication between 2 PIC microcontrollers via SPI
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.
Bluetooth Module HC-05 With PIC Microcontroller Tutorial
In this tutorial, we’ll control the PIC microcontroller using a smartphone and a PC via Bluetooth module HC-05 interfacing.
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