STM32F1 Firmware Update using Custom Bootloader – Bootloader Development Tutorial Part 3

STM32F1 Firmware Update using Bootloader

This article is a continuation of the Series on STM32F103 Bootloader and carries the discussion on Bootloader design and implementation. The aim of this series is to provide easy and practical examples that anyone can understand. In our last post, we developed the bootloader which calls the application. In this post, we will implement STM32F1 Firmware Update … Read more

Simple STM32F103 Bootloader Implementation – Bootloader Development Tutorial Part 2

STM32F103 Bootloader

This article is a continuation of the Series on STM32 Bootloader and carries the discussion on Bootloader design and implementation. The aim of this series is to provide easy and practical examples that anyone can understand. This post is Simple STM32F103 Bootloader Implementation – Bootloader Tutorial Part 2. We have attached the video explanation also at the bottom of … Read more

Fixed: Prolific PL2303TA USB to Serial Windows 11 Problem

I have recently updated my machine’s OS from Windows 10 to Windows 11. Everything was working fine. Initially, I have not tested the USB to Serial converter (Prolific PL2303TA USB to Serial Converter). After some days, I was inserting the USB to serial converter into my machine, and it was not working. I have seen … Read more

STM32 Firmware Update using SD Card – Bootloader Part 7

Firmware Update using SD Card

This article is a continuation of the Series on STM32 Bootloader and carries the discussion on Bootloader design and implementation. The aim of this series is to provide easy and practical examples that anyone can understand. This post is STM32 Firmware Update using SD card – Bootloader Tutorial Part 7. We have attached the video explanation also … Read more

STM32 Bootloader Source Code – Bootloader Part 5

STM32 Bootloader Source Code

This article is a continuation of the Series on STM32 Bootloader and carries the discussion on Bootloader design and implementation. The aim of this series is to provide easy and practical examples that anyone can understand. This post is STM32 Bootloader Source Code – Bootloader Tutorial Part 5. We have attached the video explanation also at the … Read more

STM32 Bootloader UART – Bootloader Tutorial Part 4

STM32 Bootloader UART

This article is a continuation of the Series on STM32 Bootloader and carries the discussion on Bootloader design and implementation. The aim of this series is to provide easy and practical examples that anyone can understand. This post is STM32 Bootloader UART – Bootloader Tutorial Part 4. We have attached the video explanation also at the bottom … Read more

Bootloader Basics – Part 1

Bootloader basics

Recently, we have received the STM32 Nucleo-144 board. We thought of providing a Tutorial Series that explains How to design and write our own bootloader for STM32 Devices. Before start writing the code, we must know about what is the bootloader, and why it is required. This post will give you a basic understanding of … Read more

NRF24L01 interfacing with 8051 – Wireless Xbee

In our previous tutorial, we have seen a gas detection sensor interfacing with 8051. NRF24L01 interfacing with 8051 tutorial is intended to enable wireless data transfer for 8051.  So to do that, we will interface nRF24L10 with 8051. This will enable us to transfer the data wirelessly (by air) between two 8051 boards using NRF24L01. … Read more

Bluetooth Module Interfacing with PIC16F877A

This article is a continuation of the series of tutorials on the PIC16F877A Microcontroller. The aim of this series is to provide easy and practical examples that anyone can understand. In the previous tutorial, we have interfaced the IR sensor with PIC16F877A. In this tutorial, we are going to see Bluetooth Module Interfacing with PIC16F877A. Prerequisites Before starting … Read more

Bluetooth Interfacing with 8051

In our previous tutorial, we have interfaced the GPS with 8051. In this tutorial, we are going to see Bluetooth interfacing with 8051. Prerequisites Before starting this tutorial we should know the below topics. If you know already, please go further. 8051 UART Tutorial DC Motor Interfacing with 8051  Components Required 8051 Development Board Bluetooth … Read more