01-18-2021 08:36 AM
Hi, i want to readout the data of my BME280 environment sensor but somehow i don't get any results. I only found, that you have to connect CSB to VDDIO, for I2C to be active and pulled SDO to GND.
What else do i have to do?
Thanks for your support! 🙂
01-18-2021 10:21 AM
Hello nicoheggli,
For BME280 I2C hardware connection, you could refer the following diagram froom BME280 datasheet.
For BME280 SW driver, you could refer github link. https://github.com/BoschSensortec/BME280_driver
01-18-2021 11:12 AM
Thanks, I've already made the hardware connections but I still have trouble with initializing the sensor. Which values have to be set for the sensor to be initialized?
01-19-2021 02:55 AM
Hello nicoheggli,
You could use the driver code and example code in github.