Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By jonn26
#58044 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?