STM32 Bootloader Tutorial Part 6 - Wireless Firmware Update FOTA through BLE
#STM32 #Bootloader #Embedded #Microcontroller #ARM #CortexM4 #CortexM7 This is the continuation of the previous video (https://youtu.be/DMHwB4PLfW0). In our previous video, we have created a simple bootloader that updates the firmware or application using the computer. So, we were updating the firmware by the wired method. This tutorial demonstrates how to update the Firmware without wire (Firmware Update over the air OTA). Source Code Link - https://github.com/Embetronicx/STM32-Bootloader/tree/ETX_Bootloader_4.0 Android App Flashy Source Code - https://github.com/Embetronicx/STM32-Bootloader/tree/ETX_Bootloader_4.0/Bootloader_Example/HostApp/MobileApp/flashy The web version of this tutorial - https://embetronicx.com/tutorials/microcontrollers/stm32/bootloader/stm32-firmware-update-over-the-air-fota-wireless-firmware-update/ Buy me a coffee if you like (https://www.buymeacoffee.com/EmbeTronicX). *************************************************************************************** 0:00 Introduction 0:20 Previous Tutorial Concept 1:47 This Tutorial Concept 3:21 Adding OTA feature to the Application 6:19 Connection Diagram 6:35 Creating a new application 7:21 Demo 5:30 Code walk-through