APDS-9960 RGB and Gesture Sensor problems
Posted: Sat Nov 12, 2016 1:18 pm
Has anyone had any luck getting the GestureTest example in the sparkfun library here to work?
https://github.com/sparkfun/SparkFun_APDS-9960_Sensor_Arduino_Library/tree/master/examples
Affter changing interupt pin in the Wire.begin(); in the .h file to use differnet i2c pins like Wire.begin(D3,D1) I can get all of the other examples (ProximityInterrupt, ProximitySensor, etc.) work just fine but this one seems to be getting stuck in apds.readGesture() and never return.
I pulled out an old arduino 328p and the loaded the GestureTest example and it works great! Just can't get it to work on my wemos d1 mini
Anyone already had this issue and solved it?
https://github.com/sparkfun/SparkFun_APDS-9960_Sensor_Arduino_Library/tree/master/examples
Affter changing interupt pin in the Wire.begin(); in the .h file to use differnet i2c pins like Wire.begin(D3,D1) I can get all of the other examples (ProximityInterrupt, ProximitySensor, etc.) work just fine but this one seems to be getting stuck in apds.readGesture() and never return.
I pulled out an old arduino 328p and the loaded the GestureTest example and it works great! Just can't get it to work on my wemos d1 mini
Anyone already had this issue and solved it?