ESP32-PICO-KIT Where and what are pin out numbers for SPI devices?
Posted: Tue Jan 19, 2021 6:35 am
Hi, I'm using this:
ESP32-PICO-KIT
https://www.digikey.com/en/products/det ... IT/9381703
I'm trying to figure out where the SPI pins are located on the board but the terminology on the ESP32 site is confusing.
I know there are 4 sets of SPI pins based on the site below.
HSPI and VSPI pins and another set (SPI 0 and SPI 1).
http://iot-bits.com/esp32/esp32-spi-tutorial-part-1/
I tried to find the pin outs here but the terminology is a bit confusing and images with pinouts listed are easier to follow:
https://docs.espressif.com/projects/esp ... oard-front
The best visual picture I can find so far is here. I really wish Espressif can provided some updated images for PICO KIT, rather than a table.
https://www.dfrobot.com/product-1941.html
I found potential pins for SPI based on a post I found online of another ESP32 module.
https://electronics.stackexchange.com/q ... p32-module
I'm trying to connect this:
https://randomnerdtutorials.com/micropy ... 2-esp8266/
Is the chip select pin correct?
For:
MISO/SDO I'm using GPIO pin 12
MOSI/SDI/SDA pin 13
SCL/SCK pin 14
CS pin ?? 15
ESP32-PICO-KIT
https://www.digikey.com/en/products/det ... IT/9381703
I'm trying to figure out where the SPI pins are located on the board but the terminology on the ESP32 site is confusing.
I know there are 4 sets of SPI pins based on the site below.
HSPI and VSPI pins and another set (SPI 0 and SPI 1).
http://iot-bits.com/esp32/esp32-spi-tutorial-part-1/
I tried to find the pin outs here but the terminology is a bit confusing and images with pinouts listed are easier to follow:
https://docs.espressif.com/projects/esp ... oard-front
The best visual picture I can find so far is here. I really wish Espressif can provided some updated images for PICO KIT, rather than a table.
https://www.dfrobot.com/product-1941.html
I found potential pins for SPI based on a post I found online of another ESP32 module.
https://electronics.stackexchange.com/q ... p32-module
I'm trying to connect this:
https://randomnerdtutorials.com/micropy ... 2-esp8266/
Is the chip select pin correct?
For:
MISO/SDO I'm using GPIO pin 12
MOSI/SDI/SDA pin 13
SCL/SCK pin 14
CS pin ?? 15