BH1750 Digital Light Sensor
I2C lux sensor that outputs calibrated light readings — no ADC or calibration required.
The BH1750 is a 16-bit digital ambient light sensor that talks over I2C and returns a lux value directly — no ADC, no voltage divider, and no manual calibration curve like a raw LDR needs. Internally it uses a photodiode plus an integrating ADC and outputs a number already scaled to real-world lux.
It's the sensor to reach for whenever a project needs an actual lux measurement rather than a rough "bright vs dark" signal — automatic display brightness, greenhouse light logging, or camera exposure decisions. The catch that trips people up is the ADDR pin: leaving it floating gives unpredictable address behavior, so it should always be tied firmly to GND (address 0x23) or VCC (address 0x5C), especially useful when running two BH1750s on the same bus.
Specifications
| Interface | I2C, up to 400kHz |
| I2C address | 0x23 (ADDR to GND) or 0x5C (ADDR to VCC) |
| Operating voltage | 2.4–3.6V (many breakout boards add a regulator for 5V tolerance — check yours) |
| Measurement range | 1–65535 lux, direct digital output |
| Resolution | 1 lux (standard mode), 0.5 lux (high-resolution mode 2) |
| Measurement modes | Continuous or one-time, selectable resolution mode |
| Conversion time | ~120ms (high-res mode), ~16ms (low-res mode) |
| Current draw | ~120µA active, ~1µA power-down |
Pinout
| Pin | Name | Description |
|---|---|---|
| 1 | VCC | Power, 2.4–3.6V (check breakout for 5V tolerance) |
| 2 | GND | Ground |
| 3 | SCL | I2C clock |
| 4 | SDA | I2C data |
| 5 | ADDR | Address select — tie to GND for 0x23, or VCC for 0x5C. Never leave floating. |
Always tie ADDR to a defined level (GND or VCC) rather than leaving it floating — a floating ADDR pin can cause an unreliable or wrong I2C address at power-up.
Variants
| Variant | Temp range | Hum range | Accuracy | Protocol | Price |
|---|---|---|---|---|---|
| GY-30 / GY-302 breakout | ~$1–2 | ||||
| LDR (photoresistor) | ~$0.10–0.20 | ||||
| TSL2561 | ~$2–4 |