Skip to content

Python script reads data from BH1750 light sensor module on Raspberry Pi and reports value in lux.

License

Notifications You must be signed in to change notification settings

lleevveell66/BH1750-LightSensor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

BH1750_LightLevel

by LEVEL6 (https://github.com/lleevveell66)

Purpose:

This simple python script will read data from a BH1750 light sensor module on a Raspberry Pi and report back the value in lux.

Connections:

 BH1750:                  RPi:
 ------                   ---
 Vcc                      3v3 (pin 1)
 GND                      GND (pin 9)
 SCL                      GPIO2/I2C1 SCL (pin 5)
 SDA                      GPIO3/I2C1 SDA (pin 3)
 ADDR                     X (no connection)

About

Python script reads data from BH1750 light sensor module on Raspberry Pi and reports value in lux.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages