Arduino UNO R4 Minima Introduction and GPIO Tutorial

Introduction to Arduino UNO R4 Minima The Arduino UNO R4 Minima is the latest version of the popular Arduino UNO development board. It is designed for beginners, students, hobbyists, and professionals who want to learn electronics, programming, and embedded system development. Although it has the same size and pin layout as the classic Arduino UNO … Read more

STM32F407 Timer Tutorial Using STM32CubeIDE

STM32F407 Timer Tutorial

This is the Series of tutorials on the STM32 Microcontroller. This series aims to provide easy and practical examples that anyone can understand. In this tutorial, we will see all the types of Timers available in STM32 and we will see about General Purpose Timers in detail. Then, we will write a program for the timer.Prerequisites Before starting … Read more

STM32F767 GPIO Tutorial using STM32CubeIDE

This is the Series of tutorials on the STM32 Microcontroller. The aim of this series is to provide easy and practical examples that anyone can understand.  In this tutorial, we are going to see the STM32F767 GPIO Tutorial using STM32CubeIDE.This tutorial aims to help beginners to understand the basics of STM32 GPIO programming using the higher-level abstractions, making it … Read more

STM32F103 GPIO Tutorial using STM32CubeIDE

STM32F103C8T6 GPI0 Tutorial

This is the Series of tutorials on the STM32 Microcontroller. The aim of this series is to provide easy and practical examples that anyone can understand.  In this tutorial, we are going to see the STM32F103 GPIO Tutorial using STM32CubeIDE.This tutorial aims to help beginners to understand the basics of STM32 GPIO programming using the higher-level abstractions, making it … Read more

STM32F411 GPIO Tutorial using STM32CubeIDE

This is the Series of tutorials on the STM32 Microcontroller. The aim of this series is to provide easy and practical examples that anyone can understand.  In this tutorial, we are going to see the STM32F411 GPIO Tutorial using STM32CubeIDE.This tutorial aims to help beginners to understand the basics of STM32 GPIO programming using the higher-level abstractions, making it … Read more

STM32F407 GPIO Tutorial using STM32CubeIDE

STM32F407 GPIO Tutorial

This is the Series of tutorials on the STM32 Microcontroller. The aim of this series is to provide easy and practical examples that anyone can understand.  In this tutorial, we are going to see the STM32F407 GPIO Tutorial using STM32CubeIDE.This tutorial aims to help beginners to understand the basics of STM32 GPIO programming using the higher-level abstractions, making it … Read more

ESP32 GPIO Tutorial Using ESP-IDF – LED Blinking and Push Button Example

This article is the continuation of the Series on the ESP32 Tutorials using ESP-IDF and carries the discussion on the ESP32 and its peripherals. The aim of this series is to provide easy and practical examples that anyone can understand. In our previous post, we have seen how to setup the Visual Studio Code for ESP-IDF and … Read more

Simple STM32 Bootloader Implementation – Bootloader Tutorial Part 3

Simple STM32 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.In this article, we are going to learn about STM32 Bootloader Implementation. We have attached the video explanation at the … Read more

PIC16F877A – Timer/Counter Tutorial

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 our previous tutorial, we have seen LED Interfacing with PIC16F877A (GPIO). Now we will see the PIC16F877A Timer Tutorial. If you read this tutorial, you could … Read more

Bootloader in STM32F76xxx (Bootloader Design) – Part 2

Bootloader in STM32

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 about the Bootloader in STM32F76xxx (Bootloader Design) where we discuss how to design a bootloader.We have attached … Read more