Brian A. Ignacio

Results 55 comments of Brian A. Ignacio

For some reason the re implementation of this transport layer made the chip connection very unstable. Need to go back to review what went wrong.

@cubicap I've rebase and went back a bit to update the PR. Please take a final look so we can merge. Also @balloob Please take a look, this PR should...

I haven't been able to successfully refactor `leftOver` out of slip read function without breaking the whole connection workflow. If you manage to do so please let me know or...

Hi @cubicap Sorry for late reply. I've made such refactoring in #122 for separating the Transport code into a transport class. Please take a look when you can. For using...

You can try https://espressif.github.io/esptool-js/ and Click the Start button under console section for monitoring.

![Screenshot 2024-05-29 at 08 16 15](https://github.com/espressif/esptool-js/assets/6033246/3637b6a7-96b4-4c3b-b68d-c14c2d40406b) This is using the ESP32-C6-WROOM-1.

I'm using the ESP32-C6-DevKit-C1 so I'm using the type C USB UART bridge as shown here: https://docs.espressif.com/projects/espressif-esp-dev-kits/en/latest/esp32c6/esp32-c6-devkitc-1/user_guide.html#hardware-reference

Also works with the USB port. Could you provide the tracing information from the Developer Tools or the connect button ?

I would suggest to delete the build directory entirely and try again. To check if the esp-idf vscode extension is ok please share the `ESP-IDF: Doctor Command` output as described...

Doesn't seem to be any issue with your setup. What is the build output? Have you tried to rebuild after deleting the build directory? Ninja seems to be found and...