How to Wire & Use GY-30 BH1750 Light Sensor (GY30 / GY302) - Easy - Arduino Project!

by RonFrtek in Circuits > Arduino

10493 Views, 3 Favorites, 0 Comments

How to Wire & Use GY-30 BH1750 Light Sensor (GY30 / GY302) - Easy - Arduino Project!

How to Wire & Use GY-30 BH1750 Light Sensor (GY30 / GY302) - Easy - Arduino Project!

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

Watch a demonstration video.

What You Will Need

arduino.jpg
GY-30 BH1750.jpg
oled.jpg
FXQ4NRRJJ4ZYFIT.LARGE.jpg
jumper-wires.jpg
VisuinoAdvrtisementM5Stack5.jpg

  1. Arduino UNO (or any other Arduino)
  2. GY-30 BH1750 light intensity sensor
  3. OLED Display
  4. Breadboard
  5. Jumper wires
  6. Visuino program: Download Visuino

The Circuit

2019-12-11_12-58-15.jpg

  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 breadboard
  4. Connect Arduino pin [SDA] to 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 Light Sensor pin [SCL] to breadboard <same line where the Arduino pin [SCL] is connected
  10. Connect Light Sensor pin [SDA] to breadboard <same line where the Arduino pin [SDA] is connected
  11. Connect Light Sensor pin [VCC] to breadboard positive pin [Red Line]
  12. Connect Light Sensor pin [GND] to breadboard negative pin [BlueLine]

Start Visuino, and Select the Arduino UNO Board Type

FFR2XFGK1UXJLG8.LARGE.jpg
F8LR4HQK1UXJLG7.LARGE.jpg

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 Instructable will not work! If you have not done follow the steps in this Instructable to setup the Arduino IDE to program 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 on Picture 2

In Visuino Add & Set Components

2019-12-11_12-30-52.jpg
2019-12-11_12-30-26.jpg
2019-12-11_12-32-09.jpg
2019-12-11_12-32-49.jpg

  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 Connect Components

2019-12-11_12-37-21.jpg

  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]

Generate, Compile, and Upload the Arduino Code

FVS3Y85JJ4ZYH0Q.LARGE.jpg
F314C8EJJ4ZYH0D.LARGE.jpg

In Visuino, Press F9 or click on the button shown on 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)

Play

2019-12-11_12-47-05.jpg

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 dont have an OLED Display you can just wire the "ListSensor1" pin [Out] to Arduino Serial[0] pin [In] and monitor the Light intensity in Visuino Serial Tab (Picture1)

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