SPIESP32TOSTM32
Implemented two-way SPI communication between ESP32 (Master) and STM32 (Slave).
ESP32 sends a byte 0x42 every second, and STM32 responds with fixed values 0xAB.
For visual confirmation of the exchange - LED blinking on both microcontrollers.
The project demonstrates simple but reliable data exchange via SPI bus between different microcontrollers.
ESP32 sends a byte 0x42 every second, and STM32 responds with fixed values 0xAB.
For visual confirmation of the exchange - LED blinking on both microcontrollers.
The project demonstrates simple but reliable data exchange via SPI bus between different microcontrollers.