Adafruit_APDS9960 icon indicating copy to clipboard operation
Adafruit_APDS9960 copied to clipboard

Arduino drivers for APDS9960 gesture sensor

Results 11 Adafruit_APDS9960 issues
Sort by recently updated
recently updated
newest added

- Arduino board: ESP32 - Arduino IDE version (found in Arduino -> About Arduino menu): 1.8.16 - List the steps to reproduce the problem below: In any condition a call...

Add support for more than one chip id and improve chip detection to initialize clones properly. Adafruit_APDS9960.h: Use defines to define more than one chip id and make handling of...

Improved lux calculation accuracy using https://www.allaboutcircuits.com/technical-articles/measuring-and-calculating-lux-values-part-1/ as a reference

- Arduino board: ESP32 - Arduino IDE version (found in Arduino -> About Arduino menu): 1.8.16 - List the steps to reproduce the problem below: In dark conditions a call...

Incredibly vital fix to typo in color_sensor.ino Thank you for creating a pull request to contribute to Adafruit's GitHub code! Before you open the request please review the following guidelines...

Hi, How can I use in same time all sensors: color sensor, gesture senor and proximity sensor?

If gestures are activated, neither color nor proximity can be detected

Hello, I state the problem, that I want to achieve a gesture detection with a proximity adjustment. The proximity value will not reach 0 and will be above 130 so...

Is there any possibility to make the gesture sensing non-blocking? At the moment, when gestures are enabled and something is in close proximity of the sensor, everything in the program...

I'm making a smart node that integrates display, BME280 (temperature/humidity/preassure), TSOP 32238 (38kHz IR sensor) and the apds9960. When i activate the geasure recognition or proximity sensor using ``` apds.enableProximity(true);...