How To Update The Firmware In Microcontroller’s Using An Android Phone
In this tutorial, I want to show you how to flash the code using a mobile phone application. Nearly every embedded system needs the ability to have its firmware updated…
In this tutorial, I want to show you how to flash the code using a mobile phone application. Nearly every embedded system needs the ability to have its firmware updated…
Real-time clock A real-time clock (RTC) is an electronic device (most often in the form of an integrated circuit) that measures the passage of time. Although the term often refers…
HAL. USART. Data transfer In this tutorial, we’ll be discussing the USART / UART hardware in STM32 microcontrollers. Starting with an introduction to UART serial communication. And we’ll get a…
Hi everyone, this blog is to send a data to ThingSpeak server using the STM32 microcontroller. What are AT commands? AT commands are commands which are used to control the…