If I were to have two SPI bus interfaces (such as the microSD Card Module) in one ESP32 board, what would be the procedure for coding in Arduino IDE?
Hint:
The CS pin must connect to the ESP32’s GPIO 5 pin. The MISO pin must connect to the ESP32’s GPIO 19 pin. The MOSI pin must connect to the ESP32’s GPIO 23 pin. The CLK pin must connect to the ESP32’s GPIO 18 pin. The 3V3 pin must connect to the ESP32’s 3.3V pin or the VCC pin must connect to the ESP32’s 5V pin. The GND pin must connect to the ESP32’s GND pin.
I actually changed my mind. I would actually like to find out if I can connect an NRF24L01 module and a microSD Card Module to the same Arduino Uno Rev3 board instead.
Well you can have someone do it for you, or maybe a forum member will do it for you or you can try to learn how to do it yourself.
Would you like to learn?