Home admin
Written by

213 Articles
ESP32 SPI Tutorial Part 3: W25Q Flash Read/Write Guide

ESP32 SPI Tutorial Part 3: W25Q Flash Read/Write Guide

Master ESP32 SPI Part 3: Learn to write and read data from W25Q flash memory using Espressif-IDF. Includes code walkthrough and downloadable project.

ESP32 SPI Tutorial Part 2: Read Data from Slave

ESP32 SPI Tutorial Part 2: Read Data from Slave

Master ESP32 SPI Part 2: Configure bus to read data from a W25Q flash slave, retrieve its ID, and access downloadable project files. Step-by-step...

ESP32 SPI Tutorial Part 1: Configure & Transmit

ESP32 SPI Tutorial Part 1: Configure & Transmit

Learn how to configure ESP32 SPI as master, initialize the bus & device, and transmit data using Espressif-IDE. Step-by-step guide in this Part...

STM32 ADC | PART 6 Conversion Time Explained

STM32 ADC | PART 6 Conversion Time Explained

Uncover how to calculate and measure STM32 ADC conversion time. Includes sampling, resolution, ADC clock formula, CubeMX setup, and logic analyzer demo.

STM32 ADC | PART 5 Multi‑Channel without DMA using CubeIDE

STM32 ADC | PART 5 Multi‑Channel without DMA using CubeIDE

Master STM32 ADC reading on multiple channels without DMA. Includes CubeMX setup and HAL C code for STM32F1, F4, and H7 to read...

STM32 ADC | PART 4 Multi‑Channel Circular DMA Mode using HAL

STM32 ADC | PART 4 Multi‑Channel Circular DMA Mode using HAL

Explore STM32 ADC multi‑channel setup with DMA in circular mode. Step‑by‑step CubeMX configuration, HAL C code, and STM32F1/F4/H7 examples.

STM32 ADC | PART 3 Multi-Channel DMA (Normal Mode)

STM32 ADC | PART 3 Multi-Channel DMA (Normal Mode)

Learn to configure STM32 ADC for multi-channel readings using DMA in normal mode. Includes CubeMX setup, HAL code, and support for STM32F1/F4/H7 series.

STM32 ADC | PART 2 Single‑Channel Interrupt & DMA using HAL

STM32 ADC | PART 2 Single‑Channel Interrupt & DMA using HAL

Discover how to set up STM32 ADC1 for single‑channel analog-to-digital conversion using interrupt and DMA modes. Includes CubeMX config and tested HAL C...

STM32 ADC Single Channel Polling Mode using HAL & CubeMX

STM32 ADC Single Channel Polling Mode using HAL & CubeMX

Learn to configure STM32 ADC1 in single channel polling mode using HAL and CubeMX. Step-by-step guide with code example for STM32F1, F4, and...