BME280 STOPPED WORKING

Thread Starter

flashadam

Joined Jun 26, 2019
1
I had an MKR Wifi 1010[https://store.arduino.cc/usa/mkr-wifi-1010] board connected to a new BME280 sensor[https://store.ncd.io/product/bme280...ssure-and-temperature-sensor-i2c-mini-module/]. It was successfully sending readings for a couple of weeks and then seemed to stop working. By not working I mean when the sensor is connected, the boards CHRG light blinks rapidly, my IDE no longer can find the port the board is on and no data is sent from the board via Wifi.

Removing the wire connected to the SCL seems to at least let me connect to the IDE again but as soon as I connect the wire again everything goes pear-shaped.

The sensor (using I2C) was connected to the boards VCC pin which outputs 3.3V and the board was connected to an mobile phone charger for power.

Things I've looked into:
- tried the same setup on an Arduino Uno Rev3 and experienced the same issue.
- changed the wires to eliminate them as an issue.
- the soldering looks good
- the sensor was indoors is a dry environment

Any ideas on what may have caused the issue? or how it can be fixed? Is it possible the sensor would become faulty by itself over time?

Thanks for any suggestions!
 

danadak

Joined Mar 10, 2018
4,057
The mobile charger may have a minimum load requirement to stay in
regulation.

The sensor has I2C pullups on it, does the board also have pullups
on pins, if so one set of pullups has to be disabled.


Regards, Dana.
 
Top