Search found 3 matches

by binsad
Fri Apr 21, 2017 6:21 am
Forum: Hardware
Topic: Need more details about HSPI and VSPI
Replies: 3
Views: 29792

Re: Need more details about HSPI and VSPI

Any idea about the driver release date ?
by binsad
Fri Apr 21, 2017 6:18 am
Forum: ESP-IDF
Topic: ESP32 SPI
Replies: 1
Views: 3553

Re: ESP32 SPI

An update:-
The pin configuration is as below.
sck = 18;
miso = 19;
mosi = 23;
ss = 5;

Using VSPI.
by binsad
Thu Apr 20, 2017 12:15 pm
Forum: ESP-IDF
Topic: ESP32 SPI
Replies: 1
Views: 3553

ESP32 SPI

Hi, I am using ESP32 with SPI communication and needs ESP32 to be a wifi module which can act as an SPI slave. The host should be able to send/receive data to/from ESP32. I did not find slave driver and I tried to write one. There is very less documentation in TRM (Technical reference manual) relate...