-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
CircuitPython version
ESP32C3 XIAO CircuitPython 8.0.0-beta.4
Code/REPL
N/A Can't upload or doing anything else, so its pointless.
Behavior
Issues:
Timeout error still happening.
Thonny file upload of anything larger than read me locks up from 7-30%. (Edited 10-31-2022 - with building from main some Python scripts can be uploaded but its not consistent. With Beta 4, scripts cannot be uploaded or I didn't try it enough to see if it would do it occasionally).
MUEditor only brings up REPL. Files cannot be uploaded. You have to have it on CircuitPython setting.
ESPWebTool - the newer one will get to the upload portion and freeze.
ESPWebTool (OLD) - You can upload, but its not going to work with anything.
ESPTool gets the most functionality of any solutions to do any of the above. (Edit for clarity - this is the upload method that saw the best results and could occasionally upload with Thonny.)
Can't have anything USB plugged in or any software running besides the one you are using at the time. Must run Thonny or MU in administrator mode in Windows.
Errors -
PROBLEM IN THONNY'S BACK-END: Internal error (serial.serialutil.SerialTimeoutException: Write timeout).
See Thonny's backend.log for more info.
You may need to press "Stop/Restart" or hard-reset your MicroPython device and try again.)
PROBLEM IN THONNY'S BACK-END: Exception while handling 'upload' (thonny.plugins.micropython.mp_back.ProtocolError: Could not complete raw paste).
Description
I have also tried just building the main branch in WSL. The directions leave a bit to the imagination about the rest of the process. Am I supposed to upload just one of the firmware files after it makes? That did not work.
I really need to get this going, if you gave questions, I will be glad to assist.
Additional information
No response