LATEST STM32 TUTORIALS



EmbeddedHALI2CSTM32

Interface AHT20 Sensor with STM32 using I2C and HAL (CubeMX Tutorial)

This tutorial will cover how to interface the AHT20 Temperature and Humidity sensor with STM32. The sensor is connected via the I2C…

June 14, 2025






EmbeddedEthernetHALSTM32

STM32 Ethernet using Mongoose PART 4

This tutorial will cover how to use the mongoose ethernet library to update the STM32 firmware Over The Air (OTA). We will create…

May 31, 2025






EmbeddedEthernetHALSTM32

STM32 Ethernet using Mongoose PART 3

This tutorial will cover how to use the Mongoose Ethernet Library to create Weather Station using STM32. We will use the BME280 sensor…

May 17, 2025






EmbeddedEthernetHALSTM32

STM32 Ethernet using Mongoose PART 2

This tutorial will cover how to use the mongoose wizard to create Web UI and how to connect it to STM32. We will…

April 12, 2025






EmbeddedEthernetHALSTM32

STM32 Ethernet using Mongoose PART 1

This tutorial will cover how to use the mongoose networking library with STM32 to run a TCP/IP stack. We will also run a…

April 5, 2025






ADCEmbeddedHALSTM32STM32 ADC Series

STM32 ADC #11. ADC Differential Mode

This tutorial will cover how to use the ADC differential Mode is STM32. We will calculate the voltage difference between 2 inputs of…

March 15, 2025




load more

LATEST ESP32 TUTORIALS



EmbeddedESP32LVGL

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…

June 5, 2025






EmbeddedESP32LVGL

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…

March 29, 2025






EmbeddedESP32

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…

March 20, 2025






EmbeddedESP32

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…

February 10, 2025






EmbeddedESP32

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…

February 4, 2025






EmbeddedESP32

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…

January 10, 2025




load more

LATEST AVR TUTORIALS



AVREmbedded

AVR #8. I2C Master PART 4 || Read data from Slave

This tutorial covers how to use the AVR MCU as the I2C Master and read data from the I2C slave. We will use…

December 21, 2023






AVREmbedded

AVR #7. I2C Master PART 3 || Interface LCD1602 via I2C

This tutorial covers how to use the AVR MCU as the I2C Master and send data to the LCD1602, which is connected via…

December 18, 2023






AVREmbedded

AVR #6. I2C Master PART 2 || comm. with Slave Device

This tutorial covers how to configure the AVR MCU as the I2C Master. We will transmit the data to the PCF8574 and control…

December 15, 2023






AVREmbedded

AVR #5. I2C Master PART 1 || Configuration

This tutorial covers how to configure the AVR MCU as the I2C Master. We will also transmit the data to the slave device…

December 15, 2023






AVREmbedded

AVR #4. How to receive data via UART || Interrupt

This tutorial covers how to configure UART in AVR MCU, and how to receive the data via the uart using the interrupt..

November 15, 2023






AVREmbedded

AVR #3. How to Configure UART & Send Data

This tutorial covers how to configure UART in AVR MCU, and how to transmit a single byte or the entire string via the…

November 13, 2023




load more