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 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...

Implementing Google reCAPTCHA in a Simple React and Node.js App

Implementing Google reCAPTCHA in a Simple React and Node.js App

Learn how to protect your React applications from bots and spam with Google reCAPTCHA integration! This step-by-step tutorial...

AWS Lambda Tutorial: Using Selenium with Chromedriver in Python

AWS Lambda Tutorial: Using Selenium with Chromedriver in Python

In this tutorial, I will guide you through the process of running Selenium with ChromeDriver inside an AWS...

How to Connect MLX90614 Infrared Thermometer to Raspberry Pi Pico W: MicroPython Tutorial!

How to Connect MLX90614 Infrared Thermometer to Raspberry Pi Pico W: MicroPython Tutorial!

Learn how to use the MLX90614 with the Raspberry Pi Pico W and get infrared values in MicroPython.

Raspberry Pi Pico/Pico W Free Simulator

Raspberry Pi Pico/Pico W Free Simulator

Discover how to simulate Raspberry Pi Pico projects using Wokwi, a free online simulator for Arduino and MicroPython....

Interfacing the MPU6050 with Raspberry Pi Pico W in C++

Interfacing the MPU6050 with Raspberry Pi Pico W in C++

Interface with the MPU6050 using the Raspberry Pi Pico W in C++.

How to Write your First C++ Program on the Raspberry Pi Pico W

How to Write your First C++ Program on the Raspberry Pi Pico W

Write your first C++ Program on the Pico W in a few simple steps.

Back to blog

Leave a comment

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