-
-
Notifications
You must be signed in to change notification settings - Fork 374
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 #94
Comments
Thanks for opening your first issue here! 🎉 |
Hi, same issue need help please. |
I have the same problem, but I figured out, that it works, if I power both boards via USB and connect the I2C and GND from board to board. |
same issue for me too. im using with nodemcu still same issue as above |
Hi, same issue need help please. |
same :( |
Try to increase the first delay (line 19) in the esp_duck.ino file. I tried 10 seconds (delay(10000);) and it works well for me. This is maybe to long, so you can try to decrease it. I haven't watch the code, but it would be helpful, if there were a reconnect function. |
i have this isssue on both of my wifi ducks. one is the dstike and the other is the WeMos D1 Mini and AITRIP Pro Micro ATmega32U4. i tried aklehms method to no avail. |
changing delay to 1000 works for me on line number 19 esp_duck.ino. Due to initialiasation taking more time |
Does not work... |
in |
update: it could not work just on my atmega cuz i kinda broke it, the micro usb port just tore off when i was trying to take the cable out :/ |
I tried this and appeared to have the same result as you. No "internal connection problem" however my scripts do not type anything as well. |
Hi, there seem to be multiple open issues about this so I'm just going to repeat what I found here: Disabling Debug and setting the protocol to I2C (instead of Auto) on the atmega_duck seems to lead to improvements: |
This didn't solve my problem. Is there something else I can do to solve this issue? |
Yeah is there another method to fix this issue |
Hi, i have the same problem, i have fixed it with "serial" protocol. do you have an issue for this please? thanks |
I am getting same issue, still don't know how can I resolve this but I think this issue is generated by Arduino pro micro(or any other version you are using). cause I programmed it before ESP12F(nodemcu or any other) and Arduino pro micro and it worked fine for a time, then I broke my pro micro port , so I had to change my pro micro , since then, I am getting this error. I haven't programmed ESP12F or wrongly wired them. |
OK I Figured out the issue. If you bought one recently most likely you will need to reflash the atmega. |
Is there still no fix? |
ok i found the error. You sould read the docs. |
Have a look at my fork. I've had the same problem and maybe my solution also fit for you: |
I have the same problem "internal connection problem" with the latest version. This repo works for me: But I needed to use some additional steps from @NULL-BITS as described in the readme.
|
my script is not running on computer. it shows running but nothing happens |
Is there an existing issue for this?
Describe your problem
i think its because of atmega32u4
Steps to reproduce
my wiring its ok but it doesn't run any thing and show internal connection problem error
What hardware are you using?
pro micro d1 mini
Anything else?
my wiring its ok but it doesn't run any thing and show internal connection problem error and when i remove config.h line 17 when i run command like:
DELAY 1000
GUI R
STRING CMD
ENTER
in serial monitor 115200 baud it come :
RECEIVED [SOT] 'DELAY 1000
' [EOT]
Interpreting: DELAY 1000
Replying with status {wait: 0,repeat: 0} [04 00 00 00 ]
RECEIVED [SOT] '' [EOT]
i dont know how to fix my wifiduck pls help.
The text was updated successfully, but these errors were encountered: