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

Moderator: igrr

User avatar
By reaper7
#58474 tested and almost everything works ok :)
gesture example works and detect all except "NEAR"

processGestureData() Lines 943-949 detect NEAR stete
the same
decodeGesture() Lines 991-997 detect and return true for DIR_NEAR

but readGesture() not return this state :(
User avatar
By liebman
#63355 I found that one issue is that when the APDS-9960 lights the IR led it can draw too much current and disrupt the stability of the esp8266 causing hangs/resets/crashes (this was tested with a nodemcu 1.0). Using a separate 3.3v supply fixed that issue.