Search found 1 match
- Mon Oct 05, 2020 3:44 am
- Forum: General Discussion
- Topic: SPI interface between two ESP32
- Replies: 2
- Views: 5244
SPI interface between two ESP32
Hi all, From last week i am implementing SPI communication between two ESP-WROOM-32D. I am using the code examples given by espressif itself. C:\esp\esp-idf\examples\peripherals\spi_slave\sender ( Master) C:\esp\esp-idf\examples\peripherals\spi_slave\reciever(slave) I am able to read the data from M...