Learn how to interface the GP2Y0A41SK0F IR distance sensor with STM32 using ADC. Includes circuit diagram, code example, and distance measurement explanation.
Learn how to interface the AHT20 temperature and humidity sensor with STM32 using I2C. Includes circuit diagram, datasheet-based code, and project files.
Implement OTA (Over‑The‑Air) firmware updates on STM32 using the Mongoose Ethernet library. Learn setup, HTTP transfer, and safe flashing.
Create a weather station using STM32 and the Mongoose library. Learn to read sensor data and serve it over Ethernet via a dynamic...
Build a web server on STM32 using the Mongoose library. Learn how to serve web pages, handle HTTP requests, and expand Ethernet functionality.
Learn how to set up Ethernet on STM32 using the Mongoose networking library. Step-by-step guide with code, connection details, and configuration tips.
Learn how to add a touch interface to an SPI LCD using ESP32. Step-by-step guide with code and circuit to create interactive touch-enabled...
Learn to interface an SPI LCD with ESP32 and display graphics using the LVGL library. This guide includes code, setup, and working demo...
Learn how to connect and program an SPI LCD with ESP32 using Espressif IDE. Includes wiring, code, and display tips for your embedded...
Learn to configure ESP32 ADC in continuous mode using DMA and interrupts in ESP‑IDF. Includes code setup, callback, and data handling.
Learn ESP32 ADC one-shot mode to read multiple ADC1/ADC2 channels, configure attenuation & calibration in ESP-IDF, and display raw & voltage readings.
Master ESP32 SPI Part 3: Learn to write and read data from W25Q flash memory using Espressif-IDF. Includes code walkthrough and downloadable project.
This tutorial covers how to use the AVR MCU as the I2C Master and read data from the I2C slave. We will use...
This tutorial covers how to use the AVR MCU as the I2C Master and send data to the LCD1602, which is connected via...
This tutorial covers how to configure the AVR MCU as the I2C Master. We will transmit the data to the PCF8574 and control...
This tutorial covers how to configure the AVR MCU as the I2C Master. We will also transmit the data to the slave device...
This tutorial covers how to configure UART in AVR MCU, and how to receive the data via the uart using the interrupt..
This tutorial covers how to configure UART in AVR MCU, and how to transmit a single byte or the entire string via the...
Subscribe to our newsletter to get our news