Product Overview
1/29/2018 ESP32 Thing Motion Shield Hookup Guide - learn.sparkfun.com
https://learn.sparkfun.com/tutorials/esp32-thing-motion-shield-hookup-guide?_ga=2.240586115.1022152466.1517244327-204410570.1509632255 13/17
SPI
SPI Data Rate: The SPI port is shared with the microSD card. The Arduino Board for the ESP32 doesn't allow
multiple data rates, so when using the SPI port for your own peripherals, the SD data rate will be constrained to
the lowest common speed capability.
Now wire the BME280 up to the ESP32’s SPI port.
Connect the BME280 SPI port
Here are the connections in the picture.
BME280 Pin
ESP32 Pin
CS 17
SDI
23
g g p g p
It has been modified from the original BME280 example to demonstrate I2C and
SPI operation on the ESP32 Motion board.
Original source:
https://github.com/sparkfun/SparkFun_BME280_Arduino_Library