2017-06-12 13:57:21 +08:00
|
|
|
.. _apds9960:
|
2017-04-05 03:13:21 +08:00
|
|
|
|
2017-06-12 13:57:21 +08:00
|
|
|
APDS9960 RGB, Ambient Light, Gesture Sensor
|
|
|
|
###########################################
|
2017-01-11 00:58:06 +08:00
|
|
|
|
|
|
|
Overview
|
2017-01-21 07:58:05 +08:00
|
|
|
********
|
2017-01-11 00:58:06 +08:00
|
|
|
|
2017-06-12 13:57:21 +08:00
|
|
|
This sample application demonstrates how to use the APDS9960 sensor to get
|
|
|
|
ambient light, RGB, and proximity (or gesture) data. This sample checks the
|
|
|
|
sensor in polling mode (without an interrupt trigger).
|
2017-01-11 00:58:06 +08:00
|
|
|
|
2017-06-12 13:57:21 +08:00
|
|
|
Building and Running
|
|
|
|
********************
|
2017-01-11 00:58:06 +08:00
|
|
|
|
2019-06-13 20:31:56 +08:00
|
|
|
This sample application uses an APDS9960 sensor connected to a board
|
2017-06-12 13:57:21 +08:00
|
|
|
(for example as shown in this
|
|
|
|
`Sparkfun APDS9960 tutorial`_).
|
2017-01-11 00:58:06 +08:00
|
|
|
|
2017-11-12 17:13:52 +08:00
|
|
|
.. zephyr-app-commands::
|
2019-10-08 01:12:11 +08:00
|
|
|
:zephyr-app: samples/sensor/apds9960
|
2019-06-13 20:31:56 +08:00
|
|
|
:board: reel_board
|
2017-11-12 17:13:52 +08:00
|
|
|
:goals: flash
|
|
|
|
:compact:
|
2017-01-11 00:58:06 +08:00
|
|
|
|
2017-06-12 13:57:21 +08:00
|
|
|
Sample Output
|
|
|
|
=============
|
2017-01-11 00:58:06 +08:00
|
|
|
|
|
|
|
.. code-block:: console
|
|
|
|
|
2017-06-12 13:57:21 +08:00
|
|
|
ambient light intensity without trigger is 387
|
|
|
|
proxy without trigger is 115
|
|
|
|
ambient light intensity without trigger is 386
|
|
|
|
proxy without trigger is 112
|
|
|
|
ambient light intensity without trigger is 386
|
|
|
|
|
|
|
|
.. _Sparkfun APDS9960 tutorial: https://www.sparkfun.com/products/12787
|