-
Hi,
Using UDE 2.0.3 and library BH1750 by Christopher Laws, version 1.3.0
------------------------
In file included from C:\Users\Nigel\Documents\Arduino\lightmeter-master\lightmeter-master\src\lig…
-
Create a simple lightmeter from the built in camera. This needs quite some testing but we could invesitgate how this can be done. Either a global ilumination or bright area (histogram) should used to …
daar updated
10 years ago
-
## Summary
Version 1.0 of Lightmeter Control Center was [just released](https://gitlab.com/lightmeter/controlcenter/-/releases). As manually digging through Postfix logs is tedious I think this would…
-
The library for the BH1750 has been updated. Rather than calling the method write8 to change the light meter state.
lightMeter.write8(BH1750_POWER_DOWN);
You should now call the configure method…
-
my code:
```#include
#include
BH1750 lightMeter(0x5C);
void setup() {
// put your setup code here, to run once:
Wire.begin();
Serial.begin(115200);
lightMeter.begin(BH1750::CONTI…
-
TLDR : Add feature to make flexible data logging template, header insertion.
Sometimes, Community created standarization for their open-collective data, As for example in [SKYGLOW_DEFINITIONS](http…
-
Hi guys,
First of all sorry for my English. I have a problem with the BH1750, it tells me that it is not well in fact with the i2cdetec, it does not detect it and I no longer know what to do. I ha…
-
I'm trying to make a reflected lightmeter these days, and seeking for the algorithm. I don't understand the (250 / ISO) part in your code? Could you give a clue, plz?
-
Hi All,
So I've seen people having this issue "device not configured" for me, I know it's not hardware issue because I've been running MicroPython without a problem and the BH1750 sensor is soldered …
-
I use the newest version of the app 0.18.0 on the honor magic 5 pro. I paid for pro version. Sadly it doesn't work at all anymore and just tells me : there are no exposure pairs for the selected setti…