Home example

example

189 Articles

Interface LED dot matrix with STM32

This tutorial will cover How to interface the LED Dot Matrix Display with STM32. The Display is connected via the SPI Peripheral and...

ESP32 #4 || How to use I2C || PART2

The 4th tutorial in the ESP32 series will cover how to write and read data from a slave device. We will use the...

SH1106

Interface SH1106 OLED display with STM32

This tutorial will cover how to interface the 1.3" SH1106 based oled display with STM32. The display is connected via the I2C..

ESP32 #3 || How to use I2C || PART1

How to use the LCD1602 connected with the ESP32 via the I2C. We will see how to use the function to write the...

Control Servo RPM using Potentiometer

This is part 2 of the tutorial covering continuous servo motor with STM32. Here we will see how to control the RPM using...

ESP32 #2 || How to use UART || PART2

This tutorial will cover how to use the UART peripheral in ESP32 using the ESP-IDF to receive the command and control the LED...

Interface Continuous Servo with STM32

This tutorial will cover how to interface a continuous rotation servo with STM32. We will use the PWM to vary the RPM and...

Interface Passive Buzzer with STM32

This tutorial will cover how to interface the passive buzzer with STM32 and how to play a melody containing tones of different frequencies...

Display Clock on TM1637

This tutorial will cover how to display the clock on the TM1637 seven segment display using the internal RTC of STM32F103C8 MCU...