Reference: RBD-2083
Banner

This is a BH1750 light intensity sensor breakout board with a 16 bit AD converter built-in which can directly output a digital signal, there is no need for complicated calculations. This is a more accurate and easier to use version of the simple LDR which only outputs a voltage that needs to be calculated in order to obtain meaningful data. With the BH1750 Light Sensor intensity can be directly measured by the luxmeter, without needing to make calculations. The data which is output by this sensor is directly output in Lux (Lx). When objects which are lighted in homogeneous get the 1 lx luminous flux in one square meter ,their light intensity is 1lx. Sometimes to take good advantage of the illuminant, you can add a reflector to the illuminant. So that there will be more luminous flux in some directions and it can increase the ilumination of the target surface.Featured By RoboticsBD.
Product Images are shown for illustrative purposes only and may differ from the actual product.
RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD

#include <Wire.h> //BH1750 IIC Mode
#include <math.h>
int BH1750address = 0x23; //setting i2c address
byte buff[2];
void setup()
{
Wire.begin();
Serial.begin(57600);//init Serial rate
}
void loop()
{
int i;
uint16_t val=0;
BH1750_Init(BH1750address);
delay(200);
if(2==BH1750_Read(BH1750address))
{
val=((buff[0]<<8)|buff[1])/1.2;
Serial.print(val,DEC);
Serial.println("[lx]");
}
delay(150);
}
int BH1750_Read(int address) //
{
int i=0;
Wire.beginTransmission(address);
Wire.requestFrom(address, 2);
while(Wire.available()) //
{
buff[i] = Wire.receive(); // receive one byte
i++;
}
Wire.endTransmission();
return i;
}
void BH1750_Init(int address)
{
Wire.beginTransmission(address);
Wire.send(0x10);//1lx reolution 120ms
Wire.endTransmission();
}
RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD
| General Specification | |
| Type | GY-30 |
| Operating Voltage (VDC) | 3 ~ 5 |
| Analog to Digital Converter | Build-in 16-bit |
| Interface | I2C |
| Date Range | 0~65535 |
| Length (mm) | 33 |
| Width (mm) | 15 |
| Height (mm) | 2 |
| Weight (gm) | 3 |
| Shipment Weight | 0.005 kg |
| Shipment Dimensions | 6 × 9 × 1 cm |
Please allow 5% measuring deviation due to manual measurement.
RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD
1 x BH1750FVI Digital Light intensity Sensor.
RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD
RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD
Specific References
Your review appreciation cannot be sent
Report comment
Report sent
Your report cannot be sent
Write your review
Review sent
Your review cannot be sent
Reference: RBD-2083
Reference: RBD-0417
Reference: RBD-2103
Reference: RBD-0551
Reference: RBD-3715
Reference: RBD-0738
We'll slide into your inbox when the product is back in stock.
Reference: RBD-3821
Reference: RBD-2224
Reference: RBD-2507
Reference: RBD-0674
Reference: RBD-2675
Reference: RBD-3733
Reference: RBD-1740
Reference: RBD-2762
Reference: RBD-2236
Reference: RBD-2779
Reference: 0245
Reference: RBD-1042
Reference: RBD-0133
Reference: RBD-0120
Reference: RBD-2639
Reference: RBD-0768
Reference: RBD-0923
Reference: RBD-0195
Brand: RoboticsBD
Reference: RBD-0357
We'll slide into your inbox when the product is back in stock.
Reference: RBD-0823
Reference: RBD-0354
We'll slide into your inbox when the product is back in stock.
check_circle
check_circle