-
Notifications
You must be signed in to change notification settings - Fork 108
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
Monitor for ESP32-C6 #140
Comments
You can try https://espressif.github.io/esptool-js/ and Click the Start button under console section for monitoring. |
That didn’t work, hence this issue. |
Do you use the USB-C port with the USB-Serial converter, or the USB-C port directly wired to the ESP32? |
I'm using the ESP32-C6-DevKit-C1 so I'm using the type C USB UART bridge as shown here: |
Thank you. This issue applies to the ESP32-C6 built-in USB controller, not a devkit's UART bridge. |
Also works with the USB port. Could you provide the tracing information from the Developer Tools or the connect button ? |
Could you try my fork in https://brianignacio5.github.io/esptool-js/ which implement #160 changes ? |
It work by me, ESP32-C6 dev board can use the reset on CH343 and USB. I have used this to test it
|
If I'm not mistaken, the ESP32-C6 (and the ESP32-C3) can enable a Serial Monitor by sending a command to the bootloader. Afterwards, serial output (e.g.
Serial.println("Hello!")
) could then be received inside a browser.Can esptool-js also support this?
The text was updated successfully, but these errors were encountered: