This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello
I am a student and doing a project with msp432p401r launchpad..at this point of my project I have to interface Bosch BME280 with my launchpad..I have the bme 280 shuttle board..I think i have to use pin 6,4 and 6,5 for i2c interfaceing of my launchpad but not sure what pins of the shuttle board to use and how it would be connected with the launchpad ...can you please help??
Hi Mohammed!
In the flyer for the shuttle board you find this picture which shows you the connections of the BMP280 and the pinout of the shuttle board it sits on:
The sensor can work with SPI or I²C. I would recommend to start with SPI, but this is my personal point of view. In the datasheet of the BMP280 you find this explanantion on how to select the desired communication mode:
So for SPI you need to connect seven pins to the MSP-EXP432P401R LaunchPad - here is an example when using UCB0 of the MSP432P401R:
Dennis
Mohammed Towhidun Nabi said:the image you provieded is of BMP 280, but I have BME 280
Yeah, right. But the pinout is the same.
Mohammed Towhidun Nabi said:I am instructed to interface via I2C
I²C on the BME280 has SDA on pin 3 and SCL on pin 4 which is pin 17 and 18 on the shuttle board, right. And those can be connected to 6.4 and 6.5 on the MSP-EXP432P401R. Five wires is correct, too. Don't forget the pull-up resistors for SCL and SDA.
Dennis
**Attention** This is a public forum