• Add bookmark
EmbeddedExpertIO
  • Home

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

Working with STM32 and Timers part 6: Output Compare

Posted November 22, 2021 by Husamuldeen

In the pervious guide (here), we took a look how to configure the timer in encoder mode to read the pulses generated by the encoder. In this guide we cover the following: What is output compare mode Required parts Code Demo 1. What is output...

READ MORE

Working with STM32F7 and ADC part 2: Single channel Continuous Conversion

Posted November 18, 2021 by Husamuldeen

In the previous guide (here), we took a look how to configure the ADC in STM32F7 for single channel single conversion. In this guide, we shall configure the ADC in continuous mode conversion. In this guide, we will cover the following: Difference...

READ MORE

Working with STM32 and I2C: Writing Multiple Bytes

Posted November 15, 2021 by Husamuldeen

In the pervious guide, we took a look how to read multiple bytes using I2C (here). In this guide, we shall cover how to use I2C to write multiple bytes to I2C slave which in our case is DS3231. (for connect diagram from here and I2C initialize...

READ MORE

Working with STM32F7 and ADC part 1: Single channel Single Conversion

Posted November 11, 2021 by Husamuldeen

In the previous guide, we took a look at the STM32F7 blinking LED (here) and how to change the core frequency to push it to max 216MHz (here). In this guide, we shall use the ADC module to read the voltage applied to pin PA3 of the MCU. In this...

READ MORE

Working with DMA and STM32: Memory to Memory Mode

Posted November 8, 2021 by Husamuldeen

In pervious multiple guides, we took look at ADC with DMA (here), USART with DMA (here) and SPI-TX with DMA (here). In this guide, we shall use DMA to transfer data from one location to another using DMA. In this guide, we will cover the...

READ MORE

Working with STM32 and I2C: Reading Multiple Bytes

Posted November 4, 2021 by Husamuldeen

In the pervious guid (here), we took a look how to write/read single byte using I2C and the slave device is DS3231 In this guide, we shall see how to read multiple byte of DS3231 which they are seconds, minutes and hours and display them on the...

READ MORE

Working with STM32 and Motors part 2 : DC Motors

Posted November 1, 2021 by Husamuldeen

In the pervious guide (here), we took a look at how to control stepper motor. This guide is about DC motor interfacing with STM32F411 Nucleo-64. We will learn to control the speed of a DC motor using a pulse width modulation module (PWM) of...

READ MORE

Changing core frequency of STM32F767 using registers only

Posted October 28, 2021 by Husamuldeen

In this guide, we shall use registers to change the core frequency from default 16MHz to 216MHz (maximum for F767ZIT). We shall use CubeMX to determine the values required to reach the 216MHz operation. 1. Getting required settings from CubeMX We...

READ MORE

Working with STM32 and I2C: Writing a single Byte

Posted October 25, 2021 by Husamuldeen

In the pervious guide (from here), we took a look at DS3231 hardware and we read the second register and display the seconds on the terminal through UART. In this guide, we shall see how to write a single byte to a specific register. In this...

READ MORE
Getting started with STM32F7: Blinking LED

Getting started with STM32F7: Blinking LED

Posted October 21, 2021 by Husamuldeen

In this new guide series, we shall start developing peripheral for ARM Cortex M7 based MCU with STM32F7 specially STM32F767Zi Nucelo-144. In this guide, we will cover the following: Getting the documents Developing bare metal GPIO output Demo 1...

READ MORE
1-1011-20…2728293031-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