This tutorial covers how to use the W25Q Flash memory in QuadSPI mode. We will write, read, erase and use the flash in the memory mapped mode
STM32 Projects & Tutorials
STM32 microcontrollers are widely used in embedded and industrial systems. This section offers practical tutorials and tested code for STM32F103, STM32F4, and Nucleo boards. Programming is done using STM32CubeIDE with both HAL and LL drivers. Topics include GPIO, UART, ADC, timers, and other core functions—ideal for learners and developers working on real hardware.
In this LVGL tutorial we will see how to use the on screen keyboard. The data entered in the text fields will be retrieved by the MCU and…
In this LVGL tutorial we will send the UART and ADC data to the display, and retrieve the button states from the display to control the LEDs.
How to use Ethernet with Riverdi STM32 Displays
This tutorial covers how to use the ethernet on the riverdi STM32 H7 embedded displays with the help of the Riverdi POE Add-on..
LVGL on Riverdi STM32-H7 Display
This tutorial covers how to implement LVGL on the 7″ STM32H7 embedded Riverdi Display, and build the UI using the squareline studio…..
Riverdi STM32-U5 Embedded Display
This tutorial covers how to get started with the new Riverdi STM32-U5 Embedded Display. What are its advantages over the previous Riverdi…
This tutorial covers how to add the touch interface to the LVGL. We will create our first project in the squareline studio and use the UI in..
This tutorial covers how to integrate the LVGL with STM32 controllers. We will use the ILI9341 SPI display with STM32L496 controller….
STM32 Communication using HC-05
This tutorial covers the setup of HC-05 in the master and slave modes. Also how STM32 controllers can communicate with each other using them.