Skip to content

Latest commit

 

History

History
60 lines (36 loc) · 1.21 KB

README.rst

File metadata and controls

60 lines (36 loc) · 1.21 KB

.. _bh1749:

BH1749: Ambient Light Sensor IC

This sample application sets up the BH1749 color sensor to provide 8-bit measurement data every time a set threshold value (>50) is reached for the RED color channel. It also shows how to enable interrupt every time data is ready, instead of threshold trigging.

The sample supports the following nRF9160-based device:

.. table-from-sample-yaml::

This project outputs sensor data to the console. It requires a BH1749 sensor. It should work with any platform featuring a I2C peripheral interface. It does not work on QEMU. The example below uses the Thingy:91.

The following output is displayed in the terminal:

J-Link RTT Viewer

 device is 0x20022384, name is BH1749

 Threshold trigger

 BH1749 RED: 387

 BH1749 GREEN: 753

 BH1749 BLUE: 397

 BH1749 IR: 81

 (continues when trigger level reached)

`BH1749NUC-E`_