Comments: SparkFun BME280 Breakout Hookup Guide
Looking for answers to technical questions?
We welcome your comments and suggestions below. However, if you are looking for solutions to technical questions please see our Technical Assistance page.
If you've found an issue with this tutorial content, please send us your feedback!
Hello I'm trying to hook up the sensor to the ESP32THING but I get a SPI.setBitOrder(MSBFIRST);
The ESP32 have 2 register I2C of 4KB at I2C0 0x3FF5_3000 0x3FF5_3FFF and I2C1 0x3FF6_7000 0x3FF6_7FFF
Thanks for the help. b
The ESP32's SPI library has some different names than the Arduino SPI library. I've updated the SparkFunBME280.cpp file with some directives that cause the sensor's .begin function to operate differently if the ESP32 architecture is detected.
The changes can be found in the github for now, and will be in a release in the future. link to github
I'm having the same problem, any help in this?
Problem resolved... please read the other comment!