• Add bookmark
EmbeddedExpertIO
  • Home

Working with STM32 and display: Nokia 5110 Graphic LCD

Posted January 3, 2022 by Husamuldeen

In this guide, we shall interface Nokia 5110 graphic LCD with STM32. In this guide, we will cover the following : Nokia 5110 graphic LCD LCD connection with STM32 Code Demo 1.1 Nokia 5110 Graphic LCD: Remember the days when cell phones were still...

READ MORE

Working with STM32F7 and UART part 2: Receiving a single character

Posted December 30, 2021 by Husamuldeen

In the previous guide (here), we took a look how to configure the PD8 to work as USART3 TX. In this guide, we shall use PD9 to receive characters over UART and echo back the received characters. In this guide, we shall cover the following...

READ MORE

Working with STM32 and Liquid Crystal display: I2C mode

Posted December 27, 2021 by Husamuldeen

In the pervious guide (here), we took a look how to interface Liquid Crystal Display (LCD) in 4-bit mode which requires 4-line of data, RS line and Enable line, in total 6 lines of the mcu has to be reserved for the LCD. In this guide, we shall...

READ MORE

Working with STM32 and sensors: DHT11

Posted December 23, 2021 by Husamuldeen

In this article, we shall look at the dth11 temperature and humidity sensor and how does it work and interface it with STM32F4 Nucleo-64 board. In this guide, we shall cover the following: DHT11 Connection Code Demo 1. DHT11: The DHT11...

READ MORE

Working with STM32F7 and UART part 1: Sending a single character

Posted December 20, 2021 by Husamuldeen

In this guide, we shall discuss how to use the UART module on STM32F7xx specifically, STM32F767ZI Nucleo. In this guide we will cover the following: What is UART How to configure the UART on STM32F767Zi Nucleo Code Demo 1. What is UART To...

READ MORE

Working with STM32 and sensors: MPU9250

Posted December 16, 2021 by Husamuldeen

Ever heard of MPU-9250? It is a multi-chip module (MCM) which consists of 2 dies, and houses the 3-Axis gyroscope and the 3-Axis accelerometer! Still unsure about how it works? Read on to find out! Hope that this article will help you understand...

READ MORE

Working with STM32F7 and Timers: Delay using timer

Posted December 13, 2021 by Husamuldeen

In this guide, we shall investigate how to use timer to generate precise delay in down to microseconds ( will use 1 second delay here for demonstrations purposes only). In this guide, we will cover the following: What is the timer and how it...

READ MORE

Working with STM32 and I2C: Using DMA Mode

Posted December 10, 2021 by Husamuldeen

In the previous guides, we took a look how to scan the i2c bus for peripherals (here), read single byte (here), write single byte (here), read multiple-bytes (here) and multiple-bytes(here). In this guide, we shall use DMA to transfer the data...

READ MORE

Working with STM32 and Displays: SSD1306 I2C OLED display

Posted December 6, 2021 by Husamuldeen

This tutorial teaches you how to interface an OLED display with STM32F411. In this article, we will show how to use SSD1306 0.96 inch I2C OLED with STM32F411-Nucleo64. This modern organic light emitting diode based display can be used...

READ MORE

Working with STM32F7 and ADC part 3: Single channel Continuous Conversion with interrupt

Posted December 3, 2021 by Husamuldeen

In the previous guide (here), We took a look for how the continuous conversion working in polling mode, in this guide, we shall use interrupt for to update the value in the interrupt handler rather than manually. In this guid will cover the...

READ MORE

Working with STM32 and Liquid Crystal display: 4-bit mode

Posted November 29, 2021 by Husamuldeen

In this guide, we shall see how to use alphanumeric display. In this guide, we shall cover the following: Liquid Crystal display Initializing sequence Parts and connection Code Demo 1. Liquid Crystal Display Character display LCD ares used in so...

READ MORE

Working with STM32 and Motors part 3 : NEMA 17 Stepper Motors

Posted November 25, 2021 by Husamuldeen

In the previous guide (here), we took a look how to control 28BYJ-48 stepper Motor. In this guide, we shall see how control NEMA17 stepper motor which is the most used stepper motor in 3D printers, CNC, robots etc. In this guide, we will cover...

READ MORE
1-1011-20…28293031-35
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 Getting Started with STM32F103: Timer in PWM Mode with DMA
  • Husamuldeen on STM32 and Nextion Display Part 2: Sending Strings
  • Husamuldeen on STM32 and Nextion Display Part 1: Environment Setup
  • Frank on Getting Started with STM32F103: Timer in PWM Mode with DMA
  • yash on STM32 and Nextion Display Part 2: Sending Strings
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