• Add bookmark
EmbeddedExpertIO
  • Home

Using Micropython for STM32F411: Blinking LED

Posted February 15, 2025 by Husamuldeen

After we have learnt how to compile and flash the board with micropython, in this guide, we shall use micropython to control on the board LED. This guide shall cover the basic of GPIO control in output mode. In this guide, we shall cover the...

READ MORE

How to Compile and Flash micropython for STM32F411 Nucleo-64 Boards

Posted February 13, 2025 by Husamuldeen

In this guide, we shall see how to compile the micropython core for STM32F411 Nucleo-64 and burn the compiled version to the board. In this guide, we shall cover the following: 1. Compiling the Micropython: Note: Here we are assume that your...

READ MORE

Interfacing the 128×64 ST7920 GLCD with STM32F4 via SPI – Part 2: LCD Initialization and Drawing

Posted February 8, 2025 by Husamuldeen

In the second part of the ST7920 GLCD guide, we shall start the initialization sequence and display some strings and display pictures. In this guide, we shall cover the following: 5. Creating Source and Header File: After the project has been...

READ MORE

Getting Started with STM32H5 ARM Cortex M33: Timer in Encoder Mode 

Posted February 6, 2025 by Husamuldeen

In this guide, we shall see what is rotary encoder and how to use timer of the STM32H5 to read the pulses using hardware which will relief the MCU from processing the pulses of the encoder. In this guide, we shall cover the following: 1. What is...

READ MORE

Interfacing the 128×64 ST7920 GLCD with STM32F4 via SPI – Part 1: Introduction, Connection, and STM32CubeMX Setup

Posted February 1, 2025 by Husamuldeen

The ST7920-based 128×64 GLCD is a versatile graphical display commonly used in embedded systems for visualizing text and graphics. When interfaced with an STM32F4 using SPI, it enables efficient communication while minimizing pin usage. This...

READ MORE

Getting Started with STM32H5 ARM Cortex M33: SPI in TX with DMA

Posted January 31, 2025 by Husamuldeen

In this guide, we shall use DMA to transmit data over SPI bus to relief the CPU and make it free to do something else. In this guide, we shall cover the following: 1. Why to Use DMA with SPI: Using DMA with SPI in STM32 is highly...

READ MORE

Building a Library for 1602 LCD with STM32F4: Display Initialization and Display Characters (Part 2)

Posted January 25, 2025 by Husamuldeen

In the second part of building library for 1602 LCD, we shall intialize the LCD and start writing some data to the display. In this guide, we shall cover the following: 4. Creating Header and Source Files: After the project has been generated by...

READ MORE

Getting Started with STM32H5 ARM Cortex M33: SPI in Full Duplex Mode

Posted January 23, 2025 by Husamuldeen

In this guide, we shall cover how to transmit and receive data from a slave device connected to out STM32H5. The slave device is ADXL345 accelerometer. In this guide, we shall cover the following: 1. Configure the SPI for ADXL345: Open SPI_TX.ioc...

READ MORE

Building a Library for 1602 LCD with STM32F4: Features, Connections, and Initialization (Part 1)

Posted January 18, 2025 by Husamuldeen

This guide is part one of a two-part series that explains how to interface a 1602 Liquid Crystal Display (LCD) module with the HD44780 driver to an STM32F4 microcontroller. In this part, we focus on the LCD features, hardware connections, and...

READ MORE

Getting Started with STM32H5 ARM Cortex M33: SPI in TX Mode

Posted January 16, 2025 by Husamuldeen

The SPI (Serial Peripheral Interface) on the STM32H5 microcontroller provides a fast and flexible means of serial communication, ideal for connecting peripherals such as sensors or memory devices. In this guide, we focus on configuring the SPI...

READ MORE

Getting Started with STM32H5 ARM Cortex M33: Internal RTC

Posted January 11, 2025 by Husamuldeen

In this guide on RTC (Real-Time Clock), we shall explore the features of the RTC on STM32H5, its functional block diagram, and how to develop a driver using STM32CubeMX. In this guide, we shall cover the following: • What is RTC. • STM32CubeIDE...

READ MORE

Creating a Library for PCA9685 PWM module Part 2: Creating the library

Posted January 10, 2025 by Husamuldeen

In the second part of PCA9685 PWM module guide, we shall create the library that allow us to set the frequency and control the duty cycle of each individual channel. In this guide, we shall cover the following: 6. Creating the Header and Source...

READ MORE
12345…11-2021-3031-33
Categories
  • Data Structures
  • Deep Learning
  • Embedded Systems
  • LCD
  • Peripheral Drivers
  • State Machine
  • State Machines
  • STM32
  • TM4C123
  • Uncategorized

Get Our #1 Embedded Systems Bestseller on Amazon!

✅ Master Embedded Systems – Decode datasheets & build peripheral drivers from scratch.

✅ Hands-On Firmware Development – Work with GPIO, UART, SPI, I2C, ADC, DMA, and more.

✅ No More Blind Copying – Understand every line of code for real expertise.

✅ Advance Your Career – Gain confidence & independence in firmware development.

Join the EmbeddedExpertIO School

EmbeddedExpertIO School
Modern Bare-Metal Embedded C++ Programming from Ground Up™

Modern Bare-Metal Embedded C++ Programming from Ground Up™

No Libraries used, Embedded C++, ADC,UART,TIMERS, GPIO,SPI,I2C, Template Programming etc.

$69.99

Embedded Systems Bare-Metal Ethernet Programming

Embedded Systems Bare-Metal Ethernet Programming

Build Embedded Ethernet Firmware : UDP, TCP, HTTP, SSI, CGI etc

$79.99
Mastering the CAN Bus from Ground Up™

Mastering the CAN Bus from Ground Up™

Navigating the Intricacies of the Controller Area Network(CAN)

$79.78
Multicore Firmware Development from Ground Up™

Multicore Firmware Development from Ground Up™

Comprehensive Guide to Embedded Multicore Programming

$67
4G LTE IoT: Bare-Metal to HTTP, MQTT, SMS

4G LTE IoT: Bare-Metal to HTTP, MQTT, SMS

Mastering IoT from Ground Up: Build, Innovate, and Monetize with 4G LTE

$50.04
Master Firmware Updates with In-Application Programming(IAP)

Master Firmware Updates with In-Application Programming(IAP)

Keys to Implemementing Firmware Updates : IAP Host Application, Advanced Bootloader

$50.25
Recent Comments
  • Husamuldeen on Working with STM32 and NRF24L01 Wireless RF Part1: Configuration
  • Husamuldeen on Getting Started with STM32WB55: LED Control using BLE
  • Hugh on Working with STM32 and NRF24L01 Wireless RF Part1: Configuration
  • James on Getting Started with STM32WB55: LED Control using BLE
  • Husamuldeen on Getting Started with STM32WB55: BLE Advertising
Archives
Modern Embedded GUI with TouchGFX

Modern Embedded GUI with TouchGFX

Craft Next-Gen Embedded User Experiences with TouchGFX

$70.03
Advanced Audio Processing: Mastering I2S, Codecs, Audio Input, and Output

Advanced Audio Processing: Mastering I2S, Codecs, Audio Input, and Output

Develop Expert Skills in STM32-Based Audio Systems and Driver Integration

$99.78
Wireless Firmware Update: Mastering FOTA with STM32 and ESP8266

Wireless Firmware Update: Mastering FOTA with STM32 and ESP8266

Firmware Over-the-Air (FOTA) Update from Ground Up™

$129.78

 All Rights Reserved

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish.Learn more here
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Non-necessary
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
SAVE & ACCEPT