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

About: Arduino fan!

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.

Step 1: What You Will Need

  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

Step 2: 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 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]

Step 3: 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 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

Step 4: 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

Step 5: 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]

Step 6: Generate, Compile, and Upload the Arduino Code

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)

Step 7: 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 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