Login
Start Free Trial Are you a business?? Click Here

BH1745 Luminance and Colour Sensor Breakout Reviews

4.6 Rating 9 Reviews
Read Pimoroni Ltd Reviews

About Pimoroni Ltd:

The ultimate Maker store — a curated range of the best of breed Maker products. Worldwide delivery. Personal support.

Visit Product Page
The sensor works just as described. Libraries are up to date and installation works without issues. The sensor provides consistent readings.
Helpful Report
Posted 1 year ago
Ciprian Manea
Verified Reviewer
Author didn't leave any comments.
Helpful Report
Posted 3 years ago
Didier Belin
Verified Reviewer
Author didn't leave any comments.
Helpful Report
Posted 4 years ago
Rainer Distelrath
Verified Reviewer
schnelle Lieferung.
Helpful Report
Posted 4 years ago
Andrei Drutu
Verified Reviewer
Very good breakout, easy enough to interface and with good instructions and library.
Helpful Report
Posted 4 years ago
Richard Whiteside
Verified Reviewer
The BH1745 chip and the breakout board both perform very well. There is one item, however that is missing from the documentation, and that is how to switch on the LEDs. It would be useful to have a note somewhere explaining how this works. The LEDs are connected to the BH1745 Interrupt line. This is activated by a threshold mechanism that is fully documented in the BH1745 chip manual. You can select which of the four light sensor channels to use and you can set a high and a low threshold. The Interrupt is enabled when the light is above the high level or below the low level. Write 0x1D to register 0x60 to enable Interrupts and select the unfiltered light sensor. Write 0xFF to the four registers starting at 0x62 to force the LEDs on. With the default settings in these registers, the LEDS will be off.
Helpful Report
Posted 5 years ago
Andrew Beasley
Verified Reviewer
Just starting to play with this. I was surprised how bright the LEDs are and look forward to comparing the figures to my calibrated monitor next year :-) Software drivers are simple to use in your own Python program - just use sudo pip3 install bh1745 for Python3 and not pip (as that's Python 2).
Helpful Report
Posted 5 years ago
The BH1745 seems to work nice so far. All the few example Python programs (from GitHub) works fine out of the box. I would appreciate if Pimoroni could give better instructions and quides of the possibilities when using of the breakout (to someone like me: Raspberry newbie): like example codes how to read the luminance values and and other library functions available...
Helpful Report
Posted 5 years ago