BME280 and SPI on PI4

Breakout boards, sensors, other Adafruit kits, etc.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
User avatar
adafruit_support_carter
 
Posts: 29457
Joined: Tue Nov 29, 2016 2:45 pm

Re: BME280 and SPI on PI4

Post by adafruit_support_carter »

Sorry, but it still might be soldering. Still a few pins that don't look wetted out on the pads. Like the "Insufficient Wetting" examples here:
https://learn.adafruit.com/adafruit-gui ... n-problems
Esp. since this is happening with both breakouts.

Just to make sure this should all work, I wired up a BME280 to a Pi 4 real quick:
bme280_test.jpg
bme280_test.jpg (285.4 KiB) Viewed 250 times
and ran a simple test:

Code: Select all

pi@raspberrypi:~ $ python3
Python 3.7.3 (default, Apr  3 2019, 05:39:12) 
[GCC 8.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import board
>>> import digitalio
>>> import adafruit_bme280
>>> cs = digitalio.DigitalInOut(board.D5)
>>> bme = adafruit_bme280.Adafruit_BME280_SPI(board.SPI(), cs)
>>> bme.pressure
1002.1136945002705
>>> bme.temperature
25.502734375
>>> 
and it worked OK.

Keep trying with the soldering. Focus on trying to get more heat on the pads - the copper rings on the breakout board itself.

User avatar
lankylad
 
Posts: 11
Joined: Mon Jan 20, 2020 10:05 am

Re: BME280 and SPI on PI4

Post by lankylad »

I have now managed to get the new BME280 to work, so it looks like the original one is faulty or the soldering is inadequate. I'll try the soldering again!

User avatar
lankylad
 
Posts: 11
Joined: Mon Jan 20, 2020 10:05 am

Re: BME280 and SPI on PI4

Post by lankylad »

It looks like my board is faulty. Is it possible to retutn it to Adafruit?

User avatar
dastels
 
Posts: 15817
Joined: Tue Oct 20, 2015 3:22 pm

Re: BME280 and SPI on PI4

Post by dastels »

It happens. Please email [email protected] with a link to this thread, your order number, and request a replacement of one BME280 breakout.

Dave

User avatar
lankylad
 
Posts: 11
Joined: Mon Jan 20, 2020 10:05 am

Re: BME280 and SPI on PI4

Post by lankylad »

Thanks, the replacement has arrived from Adafruit in the US. Terrific customer service. Very impressed.

Locked
Please be positive and constructive with your questions and comments.

Return to “Other Products from Adafruit”