This project demonstrates full-duplex SPI communication between an ESP32-S3 (running Zephyr RTOS) and an Arduino Uno. The goal is to send one full string from the master (ESP32-S3) and receive one ...
It was designed and tested around an ESP32, but will work with any Arduino-based devied that has a UDP object available. For non-ESP Arduino's, you will have to also ...