Home read

read

48 Articles

ESP32 #12 || ESP SPI LCD PART3

This tutorial will continue the ESP32 LCD series with SPI Displays. Today we will see how to add the touch interface to the...

ESP32 #11 || ESP SPI LCD PART2

This tutorial covers how to integrate LVGL to the ESP32. We will use the ESP32's builtin SPI LCD driver along with the LVGL...

ESP32 #10 || ESP SPI LCD PART1

This tutorial will cover how to initialise the SPI LCD Driver in ESP32 using the builtin library functions. We will also get the...

STM32 ADC #9. ADC Oversampling

This tutorial will cover how to use the oversampling in STM32 ADC to increase the resolution beyond the permitted range...

ESP32 #9 || How to use ADC || PART2

This tutorial will cover how to use ESP32 to read multiple ADC channels using ADC Continuous Conversion Mode. The DMA is used to...

ESP32 #8 || How to use ADC || PART1

This tutorial will cover how to use ESP32 to read multiple ADC channels using ADC One Shot Mode. We will convert each channel...

STM32 ADC #8. ADC Injected conversion

This tutorial will cover how to use the ADC injected conversions. We will use the injected channels in triggered mode and Auto Injection...

STM32 ADC #7. ADC External Trigger Source Selection

This tutorial will cover how to configure the External source (Timer) to trigger the ADC conversions. We will control the ADC sampling rate...

ESP32 #7 || How to use SPI || PART3

This tutorial will cover how the ESP32 will write and read data from the W25Q flash memory using the SPI peripheral...