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

Create Tabular Product Descriptions on Your Shopify Store

Create Tabular Product Descriptions on Your Shopify Store

Enhance your Shopify store's product pages with our comprehensive guide on implementing tabular descriptions. Learn how to add a...

SSH Into Raspberry Pi with Tailscale VPN

SSH Into Raspberry Pi with Tailscale VPN

Effortlessly access and manage your Raspberry Pi from anywhere using Tailscale's secure mesh VPN.

Send Email with Lua and the ESP32

Send Email with Lua and the ESP32

In this tutorial, we delve into sending emails with the ESP32-S3 using Lua, focusing on the Xedge IDE's built-in SMTP...

How to Code with Lua on ESP32 with XEdge32

How to Code with Lua on ESP32 with XEdge32

Learn how to set up Xedge32 and start coding on the ESP32-S3 with Lua programming!

Stream Audio From Raspberry Pi to Local Computer

Stream Audio From Raspberry Pi to Local Computer

Discover the simplicity of streaming live audio directly from a USB microphone connected to your Raspberry Pi to...

SSH Raspberry Pi via Cell Phone

SSH Raspberry Pi via Cell Phone

This beginner-friendly guide will walk you through remotely controlling your Raspberry Pi using SSH through your cell phone.

Remotely Control Raspberry Pi via SSH from External Network

Remotely Control Raspberry Pi via SSH from External Network

Learn how to SSH into your Raspberry Pi from any network. This is critical in IoT since you can control...

Stream Video from Raspberry Pi Camera to YouTube Live

Stream Video from Raspberry Pi Camera to YouTube Live

Learn how to stream to YouTube from a Raspberry Pi Camera.

How to Connect BH1750 with Arduino: Measure Ambient Light

How to Connect BH1750 with Arduino: Measure Ambient Light

Learn how to measure ambient light for smart lighting control using Arduino and the BH1750 Light Intensity Module.

How to Connect MPU9250 and Raspberry Pi (Part 2 - Calibration)

How to Connect MPU9250 and Raspberry Pi (Part 2 - Calibration)

Learn how to calibrate the MPU9250 in Python with the Raspberry Pi to get more accurate acceleration and gyroscopic...

Back to blog

Leave a comment

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