Search found 2 matches

by RonKremborg
Tue May 28, 2024 1:28 pm
Forum: ESP32 Arduino
Topic: Dual SPI on ESP32-WROOM-32E
Replies: 2
Views: 714

Re: Dual SPI on ESP32-WROOM-32E

Good idea. I'll try that tomorrow.
Regards, Ron
by RonKremborg
Tue May 28, 2024 7:05 am
Forum: ESP32 Arduino
Topic: Dual SPI on ESP32-WROOM-32E
Replies: 2
Views: 714

Dual SPI on ESP32-WROOM-32E

In a PlatformIO and Arduino environment, I have 2 SPI devices: An SDCard and a stepper motor controller. The former is SPI_MODE0 and the latter SPI_MODE3. The board I am using (Sparkfun ESP32 RedBoard) does not bring GPIO12 to a connector, so I need to put both devices on VSPI. Here is how I have se...