• Add bookmark
EmbeddedExpertIO
  • Home

Creating a Library for PCA9685 PWM module Part 1: Getting the Required Information

Posted January 4, 2025 by Husamuldeen

In this guide, we shall see how to build a library to PCF9685. In this guide, we shall cover the following: 1. Introduction: The PCA9685 is a versatile 16-channel, 12-bit PWM controller widely used in applications requiring precise control of...

READ MORE

Creating a Library for PCF8591 AD/DA module Part 2: Building the Library

Posted January 2, 2025 by Husamuldeen

In the second part of the PCF8591 library, we shall build the library to interface the module with STM32F4. In this guide, we shall cover the following: 4. Creating the Header and Source File: After the project has been generated by STM32CubeMX...

READ MORE

Creating a Library for PCF8591 AD/DA module Part 1: Getting the Required Information

Posted December 29, 2024 by Husamuldeen

In this two part series guide on how to create a library for PCF8591 AD/DA (Analog to Digital/ Digital to Analog) that can be used with any microcontroller (STM32F4 in this case). In this guide, we shall cover the following: 1. Gathering the...

READ MORE

Getting Started with STM32H5 ARM Cortex M33: Timer Interrupt

Posted December 27, 2024 by Husamuldeen

In this guide, we shall use timer to generate interrupt for precise time control for our application. In this guide, we shall cover the following: 1. What is Timer Interrupt: A timer interrupt in a microcontroller is a mechanism where...

READ MORE

Getting Started with STM32H5 ARM Cortex M33: Timer in PWM Mode with DMA

Posted December 22, 2024 by Husamuldeen

In this guide, we shall use the DMA to update the duty cycle of the PWM to generate custom waveform like sinewave etc and the benefits of such approach. In this guide, we shall cover the following: 1. Why Update PWM Duty Cycle using DMA: Using...

READ MORE

How to Create Library for SPI Sensor Part 2: Creating the library

Posted December 20, 2024 by Husamuldeen

In the second part of creating a library for SPI sensor, we shall construct the source and header file to interface the sensor with STM32F4. In this guide, we shall cover the following: 4. Creating the Header and Source File: After the project...

READ MORE

Getting Started with STM32H5 ARM Cortex M33: Timer in Output Compare Mode

Posted December 7, 2024 by Husamuldeen

In the second part of timer series on STM32H5, we shall use timer in output compare to blink the LED using hardware level rather than software. In this guide, we shall cover the following: 1. What is Output Compare Mode: The Output...

READ MORE

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

Posted December 6, 2024 by Husamuldeen

In the first part of timer series on STM32H5, we shall use the timer to generate PWM signal to control the brightness of the LED connected to one of the timer channels. In this guide, we shall cover the following: 1. What is PWM: Pulse-width...

READ MORE

How to Create Library for SPI Sensor Part 1: Getting the Required information

Posted November 30, 2024 by Husamuldeen

In this guide series, we shall see how to create library for SPI sensor based to acquire data from MPU9250. In part 1, we shall cover the following: 1. Gathering the Required Data: The MPU9250 has two documentation, first one is the specification...

READ MORE

Getting Started with STM32H5 ARM Cortex M33: DAC with DMA and Timer

Posted November 27, 2024 by Husamuldeen

In the previous guide (here), we took a look how to configure DAC and we used polling mode to generate waveform using the DAC. In this guide, we shall use timer and DMA to generate faster waveform while maintaining maximum performance. In this...

READ MORE

Getting Started with STM32H5 ARM Cortex M33: DAC in Polling Mode

Posted November 23, 2024 by Husamuldeen

In this guide on DAC (Digital to Analog Converter), we shall see the feature of the DAC on STM32H5, the functional block diagram and how to develop the driver using STM32CubeMX. In this guide, we shall cover the following: In electronics...

READ MORE

How to Create a Library for sensors Part 3: Adding Interrupt capability

Posted November 19, 2024 by Husamuldeen

In the third part of creating a library for ADXL345, we shall study the interrupt capabilities of ADXl345 and improve the driver to utilitize the usage of the interrupt of STM32. In this guide, we shall cover the following: 8. Interrupts of...

READ MORE
…23456…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