Home button

button

13 Articles

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...

LVGL on STM32 || PART 6

This tutorial is the PART6 of the STM32 LVGL series. We will see how to store the assets into the external Flash mem...

STM32 FMC || LCD PART3 || Add LVGL & Create UI

This tutorial is the PART3 of the STM32 FSMC LCD series. We will see how to add the LVGL to our display which...

AVR #2. How to use input button || Ext. Interrupt

This tutorial covers how to read the Input button in AVR with and without using the Interrupt. We will also blink a LED...

Riverdi STM32 Display #2. LED Control using Buttons

This tutorial covers how to use the buttons on the GUI of the Riverdi STM32 display to control the LED connected to the...

STM32 Timers #10. Timer in Gated Mode

This tutorial covers how to use the Gated mode in STM32 Timer where both the start and stop of the counter is controlled...

TouchGFX #6. How to Build a Multiscreen Project

This tutorial will cover how to resolve the issues we face while building a project with multiple screens using the touchGFX.

TouchGFX#4. Sending data from another task || Gauge || Animation

This tutorial will cover how to send data to the touchGFX UI, while we sample from other tasks. It also covers the Gauge...

TouchGFX #3. Sending data to UI || MVP

This tutorial covers how to send the data from MCU to the UI in touchGFX. The data is sampled in the gui task...