Select Page

STM32 to ESP32 Communication

In this project, we will setup UART and data capture between devices by communication between an STM32 microcontroller and an ESP32 using UART, ADC, and I2C. The goal is to read joystick inputs on the STM32, transfer the data to the ESP32, and display the results on a...