Conversation
Change pins, wire.begin with pins as parameters since esp8266 doesn’t have hw I2c
|
if someone has this issue (with a recent esp8266 library) you can try this modified version https://github.com/Dgemily/APDS-9960_Gesture_Sensor_esp8266_Library . it fixed my issue |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I get this error:
ctx: cont
sp: 3ffffdb0 end: 3fffffc0 offset: 01b0
3fffff60: 3ffe8591 3ffee434 0000001f 4020202b
3fffff70: 3ffe8591 00000001 3ffee434 3ffee48c
3fffff80: 3fffdad0 00000000 3ffee434 40100d88
3fffff90: feefeffe 00000000 3ffee434 402010b3
3fffffa0: feefeffe 00000000 3ffee45c 4020272c
3fffffb0: feefeffe feefeffe 3ffe850c 40101189
<<<stack<<<
ets Jan 8 2013,rst cause:2, boot mode:(3,6)
load 0x4010f000, len 1384, room 16
tail 8
chksum 0x2d
csum 0x2d
v8b899c12
~ld
SparkFun APDS-9960 - GestureTest
ISR not in IRAM!
Abort called
Envirorment Arduino IDE 1.8.9 esp8266 community ver:2.5.2
Help welcome