You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working with a custom PCB with an ESP32 Wroom and a BH1750 and using this library to make the readings, most of the times it works perfectly, however eventually the readLightLevel function returns 27 thousand lux, even though it's in a very low level light environment, normally 15 lux. This happens when the I2C clock is at 100k, but doesn't happen in 400k, which seems kinda strange to me, usually the problems happen at higher frequencies, so I think it might be a good idea to see what could be the root of the problem. Ideally I would like to use 100k since the I2C cable is reasonably long, 25cm.
Thank you in advance, and congrats on the great library.
The text was updated successfully, but these errors were encountered:
You could use temporarily an other library to check whether it is a problem of this library.
Otherwise you can use any cheap logic analyzer (e.g. https://sigrok.org/wiki/Supported_hardware#Logic_analyzers) to sniff the i2c lines.
As you use a custom pcb, did you use the bare BH1750 with it? Or do you use the common BH1750 module and have this one conncted?
I'm working with a custom PCB with an ESP32 Wroom and a BH1750 and using this library to make the readings, most of the times it works perfectly, however eventually the readLightLevel function returns 27 thousand lux, even though it's in a very low level light environment, normally 15 lux. This happens when the I2C clock is at 100k, but doesn't happen in 400k, which seems kinda strange to me, usually the problems happen at higher frequencies, so I think it might be a good idea to see what could be the root of the problem. Ideally I would like to use 100k since the I2C cable is reasonably long, 25cm.
Thank you in advance, and congrats on the great library.
The text was updated successfully, but these errors were encountered: