-
-
Notifications
You must be signed in to change notification settings - Fork 383
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Internal connection problem #99
Comments
Thanks for opening your first issue here! 🎉 |
|
Didnt work for me either :( |
try increasing delay. I am using nodemcu, for me worked. for other user 10000ms worked, who is using a d1 mini. not facing internal connection issue any more. Also scripts working super smooth. |
i tried both of those times. I also have a dstike wifi duck V2 that has the same issue after updating. |
Tried both the 1000 and 10000 and i am having the same issue. |
Same issue for me. |
I have tried with Debug enabled and disabled. I tried on my DSTIKE board and now that board is no longer working. It appears to be an issue with I2C. I can run scripts via Serial between ESP and 32U4, albeit very slow. |
ok so that got me working... set both debugs to disable and both protocols to I2C. |
That seems to be working for me now too, thank you!
…________________________________
From: justusiv ***@***.***>
Sent: Monday, January 24, 2022 4:07:27 PM
To: SpacehuhnTech/WiFiDuck
Cc: Jason Granat; Comment
Subject: Re: [SpacehuhnTech/WiFiDuck] Internal connection problem (Issue #99)
ok so that got me working... set both debugs to disable and both protocols to I2C.
Gonna play around but thanks for the info!
—
Reply to this email directly, view it on GitHub<#99 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AFB2GSDFJTODFRF4ZEIIQGTUXXST7ANCNFSM5L53SJTQ>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Hopefully, that's it 🤞 . I updated the Wifi Duck AVR boards so that these options are set by default from now on. |
So far so good, I've reflashed a few times just to confirm and it's still working on both my DSTIKE board and DIY setup. Appreciate the help!
…________________________________
From: Stefan Kremser ***@***.***>
Sent: Monday, January 24, 2022 4:14:54 PM
To: SpacehuhnTech/WiFiDuck
Cc: Jason Granat; Comment
Subject: Re: [SpacehuhnTech/WiFiDuck] Internal connection problem (Issue #99)
Hopefully, that's it 🤞 . I updated the Wifi Duck AVR boards so that these options are set by default from now on.
—
Reply to this email directly, view it on GitHub<#99 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AFB2GSC5S6YDOBZSZMNT2ODUXXTP5ANCNFSM5L53SJTQ>.
You are receiving this because you commented.Message ID: ***@***.***>
|
I just tried on an ESP8266 connected to genuine Arduino Leonardo and it did not work, unfortunately. But the other setups are still working. Just wanted to let you know.
…________________________________
From: Jason Granat
Sent: Monday, January 24, 2022 4:19:14 PM
To: SpacehuhnTech/WiFiDuck; SpacehuhnTech/WiFiDuck
Cc: Comment
Subject: Re: [SpacehuhnTech/WiFiDuck] Internal connection problem (Issue #99)
So far so good, I've reflashed a few times just to confirm and it's still working on both my DSTIKE board and DIY setup. Appreciate the help!
________________________________
From: Stefan Kremser ***@***.***>
Sent: Monday, January 24, 2022 4:14:54 PM
To: SpacehuhnTech/WiFiDuck
Cc: Jason Granat; Comment
Subject: Re: [SpacehuhnTech/WiFiDuck] Internal connection problem (Issue #99)
Hopefully, that's it 🤞 . I updated the Wifi Duck AVR boards so that these options are set by default from now on.
—
Reply to this email directly, view it on GitHub<#99 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AFB2GSC5S6YDOBZSZMNT2ODUXXTP5ANCNFSM5L53SJTQ>.
You are receiving this because you commented.Message ID: ***@***.***>
|
try disabling debug on both sketches and hard set protocol to I2C on both sketches. That got me working with the same hardware from Amazon. |
I got it, i was dumb and had to use the "generic esp8266" board |
The solution works fine with disabling debug and selecting i2c. Also my board required generic esp8266 selection in ide before flash. works for both d1 wemos mini and esp8266. Thanks for help @spacehuhn |
WiFiDuck/esp_duck/esp_duck.ino
Line 19 in 4045626
please update the delay to 1000ms to resolve the internal connection issue
The text was updated successfully, but these errors were encountered: