Search found 2 matches

by sudeep1310
Thu Jun 23, 2022 10:39 am
Forum: ESP32 Arduino
Topic: Getting issue to use ESP32 SPI both way communication.
Replies: 2
Views: 2741

Re: Getting issue to use ESP32 SPI both way communication.

Hi, Thanks for your response, It is great help from you. Again I have one question. If I don't want SPI two way communication at a time. I just want to transfer data from esp32 and after some time whenever required I need to receive some data from other MCU to esp32 via SPI. Is it possible? I mean H...
by sudeep1310
Tue Jun 21, 2022 12:51 pm
Forum: ESP32 Arduino
Topic: Getting issue to use ESP32 SPI both way communication.
Replies: 2
Views: 2741

Getting issue to use ESP32 SPI both way communication.

Hi, I want to use ESP32 SPI as slave. Want to interface with another MCU which is SPI Master. I want to transfer and receive both way communication in ESP32 SPI slave device. Is it possible with Arduino IDE? Is any particular library to use ? Please suggest and guide. I have tried ESP32 SPI (VSPI ) ...