Maker.io main logo

How to Wire & Use BH1750 Light Sensor (GY30 / GY302)

2026-04-21 | By Ron Cutts

License: GNU Lesser General Public License Bluetooth / BLE I2C / TWI Arduino ESP32

In this tutorial, we will learn how to quickly and easily use the BH1750 light intensity sensor with Arduino.

Watch a demonstration video.

What You Will Need

  1. Arduino UNO (or any other Arduino)

  2. BH1750 light intensity sensor

  3. OLED Display

  4. Breadboard

  5. Jumper wires

  6. Visuino program: Download Visuino

What You Will Need

What You Will Need photo 2

What You Will Need photo 3

What You Will Need photo 4

What You Will Need photo 5

What You Will Need photo 6

The Circuit

  1. Connect Arduino positive pin [5V] to breadboard positive pin [Red Line]

  2. Connect Arduino negative pin [GND] to breadboard negative pin [BlueLine]

  3. Connect Arduino pin [SCL] to the breadboard

  4. Connect Arduino pin [SDA] to the breadboard

  5. Connect OLED Display pin [SCL] to breadboard <same line where the Arduino pin [SCL] is connected

  6. Connect OLED Display pin [SDA] to breadboard <same line where the Arduino pin [SDA] is connected

  7. Connect OLED Display pin [VCC] to breadboard positive pin [Red Line]

  8. Connect OLED Display pin [GND] to breadboard negative pin [BlueLine]

  9. Connect the light sensor pin [SCL] to the breadboard <same line where the Arduino pin [SCL] is connected

  10. Connect the light sensor pin [SDA] to the breadboard <same line where the Arduino pin [SDA] is connected

  11. Connect the Light Sensor pin [VCC] to the breadboard positive pin [Red Line]

  12. Connect the Light Sensor pin [GND] to the breadboard negative pin [BlueLine]

The Circuit

Start Visuino, and select the Arduino UNO board type.

To start programming the Arduino, you will need to have the Arduino IDE installed from here: http://www.arduino.cc/.

Please be aware that there are some critical bugs in Arduino IDE 1.6.6. Make sure that you install 1.6.7 or higher; otherwise, this will not work! If you have not done so, follow the steps to set up the Arduino IDE to program the Arduino UNO! The Visuino: https://www.visuino.eu also needs to be installed. Start Visuino as shown in the first picture. Click on the "Tools" button on the Arduino component (Picture 1) in Visuino. When the dialog appears, select "Arduino UNO" as shown in Picture 2

Start Visuino, and Select the Arduino UNO Board Type

Start Visuino, and Select the Arduino UNO Board Type photo 2

In Visuino, add & set components.

  1. Add "ROHM BH1750 Ambient Light Sensor (I2C)" component

  2. Add "SSD1306/SH1106 OLED Display (I2C)" component

  3. Double-click on "DisplayOLED1" component and in the "Elements" window, drag "Text Field" to the left

  4. On the left side, then select "TextField1" and in the properties window set size:3

In Visuino Add & Set Components

In Visuino Add & Set Components photo 2

In Visuino Add & Set Components photo 3

In Visuino Add & Set Components photo 4

In Visuino Connect Components

  1. Connect "LightSensor1" component pin [Control] to Arduino I2C pin [In]

  2. Connect "LightSensor1" component pin [Out] to "DisplayOLED1>TextField1" component pin [In]

  3. Connect "DisplayOLED1" component pin [Out] to Arduino I2C pin [In]

In Visuino Connect Components

Generate, Compile, and Upload the Arduino Code

In Visuino, Press F9 or click on the button shown in Picture 1 to generate the Arduino code, and open the Arduino IDE

In the Arduino IDE, click on the Upload button to compile and upload the code (Picture 2)

Generate, Compile, and Upload the Arduino Code

Generate, Compile, and Upload the Arduino Code photo 2

Play

If you power the Arduino UNO module, the display will start to show a light intensity number that it gets from the light sensor.

Note: If you don't have an OLED display, you can just wire the "ListSensor1" pin [Out] to Arduino Serial[0] pin [In] and monitor the Light intensity in the Visuino Serial Tab (Picture1)

Congratulations! You have completed your project with Visuino. Also attached is the Visuino project that I created for this. You can download it here
and open it in Visuino: https://www.visuino.eu

Play

Have questions or comments? Continue the conversation on TechForum, DigiKey's online community and technical resource.