ESP32-Arduino: How to use SD library with VSPI
Posted: Tue Dec 04, 2018 1:25 pm
Hello,
what changes exactly do I need to perform in sd.h and sd.cpp of the SD library to change the SD-Drive connection references from standard HSPI to VSPI. Im using a ESP32 Devkit board:
https://github.com/espressif/arduino-es ... braries/SD
I have a kind of Mode 1 SPI Sensor on HSPI which does not accept other devices on the same bus.
I want to use both SPI (sensor and sdcard reader) with this method:
https://github.com/espressif/arduino-es ... _Buses.ino
Sorry for this probably easy question, but Im a newbie.
Thank you very much for your help.
what changes exactly do I need to perform in sd.h and sd.cpp of the SD library to change the SD-Drive connection references from standard HSPI to VSPI. Im using a ESP32 Devkit board:
https://github.com/espressif/arduino-es ... braries/SD
I have a kind of Mode 1 SPI Sensor on HSPI which does not accept other devices on the same bus.
I want to use both SPI (sensor and sdcard reader) with this method:
https://github.com/espressif/arduino-es ... _Buses.ino
Sorry for this probably easy question, but Im a newbie.
Thank you very much for your help.