How to Connect BH1750 with Arduino: Measure Ambient Light

In this tutorial video, you'll learn how to physically connect the BH1750 light sensor to your Arduino board and use Arduino code to retrieve luminance values from the sensor in lux units. This knowledge is incredibly useful for various applications, from smart lighting systems to environmental monitoring setups. By following the steps carefully, you'll understand both the hardware setup and the code integration process, allowing you to incorporate the BH1750 sensor seamlessly into your projects.Before reading the remainder, be sure to subscribe and support the channel if you have not!
Subscribe:
Support:

Step 1-) Physical Connection

For this tutorial, we'll be using an Arduino Nano, but feel free to use any Arduino model you prefer. Just ensure that you map the same four connections for I2C.
Keep in mind that different Arduino models may have different pin arrangements, so match all connections appropriately according to your specific board's layout. Additionally, verify that the pinout matches your BH1750 sensor to ensure seamless integration.

Step 2-) Code Arduino IDE

Go to Arduino IDE and download the BH1750 library by Christopher Laws. You can download it from the Library Manager.
Next you can open an example file in File > Examples > BH1750 > BH1750test. If you did everything properly you can run this example which incrementally reads lux values from the sensor. Shine a light at your BH1750 and see how it reacts, the lux values should increase accordingly, pretty neat. This code is the building block of projects you can create with this sensor. I hope you got it to work
 

Conclusion

If you found this BH1750 tutorial helpful, consider subscribing to the channel. Your support enables us to create more simple and useful videos for the community.

Create a free account to access full content.

All access to code and resources on ShillehTek.

Signup Now

Already a member? Sign In

Explore More on Our Blog

How to Connect and Use the HCSR501 PIR Sensor with a Raspberry Pi Pico/Pico W

How to Connect and Use the HCSR501 PIR Sensor with a Raspberry Pi Pico/Pico W

Learn how to set up the HCSR501 PIR sensor with a Raspberry Pi Pico to detect motion and trigger...

Powering the Raspberry Pi Pico W with the MB102 Power Supply

Powering the Raspberry Pi Pico W with the MB102 Power Supply

Learn how to power your Raspberry Pi Pico W projects easily and flexibly with the MB102 Power Supply Module...

How to Use L298N Motor Driver with Pico W

How to Use L298N Motor Driver with Pico W

Learn how to use the L298N motor driver to control DC motors with the Raspberry Pi Pico W in MicroPython.

Controlling an LED with a Snap Using the KY-037 Sound Sensor and Raspberry Pi

Controlling an LED with a Snap Using the KY-037 Sound Sensor and Raspberry Pi

Discover how to set up, code, and activate the LED based on detected sound with the Raspberry Pi...

Getting Started with the KY-037 Sound Sensor and Raspberry Pi: Detecting Sound Using Python

Getting Started with the KY-037 Sound Sensor and Raspberry Pi: Detecting Sound Using Python

In this tutorial, I’ll guide you through setting up the KY-037 sound sensor with a Raspberry Pi using...

How to Post to Reddit Using Python

How to Post to Reddit Using Python

Post to reddit automatically using a Python script.

How to Create a Time-Lapse Video with a Raspberry Pi Camera

How to Create a Time-Lapse Video with a Raspberry Pi Camera

Learn how to make a timelapse with your Raspberry Pi in Python.

How to Integrate the MPU6050 with the STM32 Blue Pill

How to Integrate the MPU6050 with the STM32 Blue Pill

Learn how to measure acceleration with the STM32 and the MPU6050 in the Arduino IDE.

Getting Started with STM32 Blue Pill in Arduino IDE Using a USB to TTL Converter — Write Your First Program

Getting Started with STM32 Blue Pill in Arduino IDE Using a USB to TTL Converter — Write Your First Program

This comprehensive tutorial will guide you through the process of setting up and programming the STM32 Blue Pill...

Automate Task Scheduling in AWS with Lambda, Step Functions, and CloudWatch

Automate Task Scheduling in AWS with Lambda, Step Functions, and CloudWatch

In this tutorial, I'll show you how to automatically schedule tasks in AWS at regular intervals using AWS...

Back to blog

Leave a comment

Please note, comments need to be approved before they are published.