Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
6 years ago.
Hi, What does (CSB, Vcore, Vio) mean on BME280 pin assignment ?
I plugged the BME280 on an STM32 nucleo F401RE mbed µc and ran the hello BME program. I use pins PB_9, PB_8 as data and clock for I2C I allways get as a return: 0.05 degC, 1202.08 hPa, 0.00 % 0.05 degC, 1202.08 hPa, 0.00 % 0.05 degC, 1202.08 hPa, 0.00 % 0.05 degC, 1202.08 hPa, 0.00 % could you help me ? thanks, Philippe
Question relating to:
1 Answer
6 years ago.
Check the datasheet on the BME component page. It tells you that CSB is the SPI ChipSelect pin, which should be pulled high on power-up when you want to use the device in I2C mode. VCore and Vio are the supply voltages for the device core and its I/O pins.