APDS-9960_RGB_and_Gesture_Sensor icon indicating copy to clipboard operation
APDS-9960_RGB_and_Gesture_Sensor copied to clipboard

Breakout board for the Avago APDS-9960 proximity, light, RGB, and gesture sensor, made by SparkFun Electronics.

Results 9 APDS-9960_RGB_and_Gesture_Sensor issues
Sort by recently updated
recently updated
newest added

I tried to use the library on esp8266, but it was constantly rebooting....

The version now in the Arduino Library Manager is 1.4.2 of the [SparkFun APDS9960 RGB and Gesture Sensor Arduino Library](https://github.com/sparkfun/SparkFun_APDS-9960_Sensor_Arduino_Library) repo. It cannot accept the device id of 0xA8. Would...

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

I tried the library on Arduino Nano Every and I got one compilation error for the use of Wire.requestFrom(int,int), [here](https://github.com/wemos/WEMOS_SHT3x_Arduino_Library/issues/10) I found a solution that solved my problem.

There is a duplicate of the GestureTest sketch in the example directory, removed the older sketch. Furthermore, the interrupt pin appears to be still hardcoded in the main `loop()` function,...

I seem to be getting the following error when compiling on ESP8266 (NodeMCU 1.0). What's also weird is that the ESP8266WiFi "-" error only appears when I utilize your library....

I tried to use a Wemos D1 mini with your example code. I found that the attachInterrupt() function is called on pin 0 which is Arduino compatible but does not...

I've set GFIFOTH to trigger an interrupt when the fifolevel is greater than 8 datasets. In the interrupt handler I read the U,L,D,R registers until GFLVL is zero within a...

Tested with v1.1.5 of https://github.com/SpenceKonde/ATTinyCore Arduino Uno works with level converters Attiny85 works when using 3.3v and 5v w/ level converter. Attiny84 and Attiny841 do not work at 3.3v or...