Home example

example

189 Articles

ESP32 #5 || How to use SPI || PART1

This tutorial will cover how to configure the SPI in ESP32. We will also see how to transmit any amount of data to...

STM32 ADC #6. ADC Conversion Time

This tutorial will cover how to measure the conversion time of a single channel or multiple channels of the ADC.

STM32 ADC #5. Multiple Channels without DMA

This tutorial will cover how to read the data from Multiple channels of the ADC without using the DMA. We will read a...

STM32 ADC #4. Multiple Channels with DMA Circular Mode

This tutorial will cover how to read the data from Multiple channels of the ADC continuously using the DMA in Circular Mode...

STM32 ADC #3. Multiple Channels with DMA Normal Mode

This tutorial will cover how to read the data from Multiple channels of the ADC using the DMA in Normal Mode. The DMA...

STM32 ADC#2. Single Channel Interrupt & DMA

This tutorial will cover how to read the data from ADC single channel using the interrupt and DMA mode...

STM32 ADC#1. Single Channel Polling Mode

This tutorial will cover how to configure the ADC and how to read the single channel of the ADC using the polling mode...

How to Print & Scroll string on Dot Matrix Display

This tutorial will cover how to print and scroll string on the dot matrix display connected to STM32 via the SPI. We will...

How to Cascade Dot Matrix Displays

This tutorial will cover how to cascade the dot matrix displays and connect them to STM32 via the SPI, using only 3 wires....