SD Card Interfacing with STM32 using Arduino IDE

SD Card Interfacing with STM32 using Arduino

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 our last tutorial, we saw the basic STM32 SPI Communication using the Arduino IDE. In this tutorial, we will see SD Card Interfacing with STM32 using Arduino IDE. Why use SPI … Read more

STM32 SPI using Arduino IDE Tutorial

STM32 SPI using Arduino

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. This is the STM32 SPI using Arduino IDE Tutorial. In this tutorial, we will learn how to use the SPI (Serial Peripheral Interface) communication protocol with STM32 microcontrollers using the Arduino framework.  … Read more

STM32 SD Card Interfacing with Example – STM32F103C8T6 Blue Pill Board

STM32 SD Card Interfacing

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 article, we are going to Interface the SD card with STM32 (STM32 SD Card) using SPI communication. In this demo, we have used the STM32F103C8T6 Blue Pill board. You … Read more

How wireless nRF24L01+ module works?

nRF24L01+ PA LNA

Nowadays, wireless communication rules the entire world. There are many wireless communication technologies available like Bluetooth, Wifi, RF, etc. The NRF24L01 is one of the wireless transceiver RF modules used for SPI communication with a 2Mbps transmission speed. If you want to know or learn how the nRF24L01+ module works, then you are at the … 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

SPI Device Driver Tutorial – Linux Device Driver Tutorial Part 47

SPI Device Driver

This article is a continuation of the Series on Linux Device Drivers and carries the discussion on Linux device drivers and their implementation. The aim of this series is to provide easy and practical examples that anyone can understand. This is the SPI Device Driver Tutorial (SPI Protocol Driver) – Linux Device Driver Tutorial Part … Read more

SPI – Serial Peripheral Interface Protocol Basics

Multi Slave SPI

When I was a newbie in Embedded Systems, I used to wonder how the microcontroller is communicating with other devices like sensors, displays, and SD cards, etc. I heard about UART already, but not the SPI, and I2C. Then I got to know that, there are many other serial communications are available other than UART. … Read more

NuttX RTOS SPI Tutorial using ESP32 and SSD1306 OLED Display

NuttX SPI

Welcome to EmbeTronicX, Embedded Tutorials World. This article is a continuation of the series on NuttX RTOS tutorials using the ESP32 Dev board and carries the discussion on NuttX RTOS and their usage. The aim of this series is to provide easy and practical examples that anyone can understand. In this tutorial, we are going to … 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