File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
examples/BH1750autoadjust Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -12,19 +12,6 @@ lux < 10 ==> MTreg = 138
1212Remember to test your specific sensor! Maybe the MTreg value range from 31
1313up to 254 is not applicable to your unit.
1414
15- A calculated theoretical example of the minimum resolution and maximum lx values:
16- At CONTINUOUS_HIGH_RES_MODE and ONE_TIME_HIGH_RES_MODE,
17- with BH1750_MTREG_MIN, BH1750_DEFAULT_MTREG and BH1750_MTREG_MAX:
18- setMTreg( 31) ==> min.: 1.85 lx, max.: 121556.85 lx
19- setMTreg( 69) ==> min.: 0.83 lx, max.: 54612.50 lx
20- setMTreg(254) ==> min.: 0.23 lx, max.: 14835.68 lx
21-
22- At CONTINUOUS_HIGH_RES_MODE_2 and ONE_TIME_HIGH_RES_MODE_2,
23- with BH1750_MTREG_MIN, BH1750_DEFAULT_MTREG and BH1750_MTREG_MAX:
24- setMTreg( 31) ==> min.: 0.93 lx, max.: 60778.43 lx
25- setMTreg( 69) ==> min.: 0.42 lx, max.: 27306.25 lx
26- setMTreg(254) ==> min.: 0.11 lx, max.: 7417.84 lx
27-
2815Connections
2916
3017 - VCC to 3V3 or 5V
You can’t perform that action at this time.
0 commit comments