-
-
Notifications
You must be signed in to change notification settings - Fork 36
Loading forever when trying to connect esp32-c3 #64
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
Comments
@ningelsohn |
Having used the arduino micropython flash tool with autochosen image, I am having the same issue. The Arduino Lab for Micropython IDE just keeps loading forever when trying to connect. Ubuntu 23.02 Fixed using |
@benj5378 I'd love to setup a test and see if I can spot where it breaks Thank you :) |
Arduino Nano ESP32. Build of micropython not relevant as it has to do with internal permissions on Linux. Yes, I can now connect after I did |
Loading forever happens as well when trying to save file to the Arduino Nano ESP32 - not sure if this is due to permission or just because it got disconnected. Other than throwing a permissions error, the communication line should also have a general timeout - this would stop infinite loads whatever the reason might be. @ubidefeo Sorry to disappoint, but there seems to be quite some work needed on this application for even doing simple programs. Some very uncool UI stuff:
|
@benj5378 I'm happy to tell you that we have v0.9.0 coming and it fixes all of the annoyances you listed.
I'm very happy with the work we're doing on this little side-project, but it's taking the time it finds and we can't afford to do more :) |
@benj5378 closing the issue since it is no longer relevant but attributed to 0.8 problems and shortcomings |
I encountered a similar issue with connection. OS: MacOS 14.4.1 @ubidefeo Great work pal, appreciate putting in the time to develop this side project, although i feel that it is already in a good enough state for many to have their first micropython experience with |
Using macOS Ventura 13.1 and Arduino Lab 0.8.0 I get an infinite loading wheel when trying to connect a XIAO ESP32-C3.
I can't find a list of supported devices but in any case the action should either lead to a successful connection or fail (right?).
The text was updated successfully, but these errors were encountered: