Search found 5 matches

by LeeHooo
Wed Sep 25, 2024 1:02 pm
Forum: ESP32 Arduino
Topic: computer not detecting ESP32C3(com and USB)
Replies: 8
Views: 1529

Re: computer not detecting ESP32C3(com and USB)

oH!! thank god,I slove it in the end. A couple solutions to possible causes: On the original board 1. I replaced all the 100nf capacitors with 10uf (could be a current issue Don't really know but it works,maybe men who know can help explain) 2. still soldered falsely (USB differential circuits are n...
by LeeHooo
Mon Sep 23, 2024 2:13 am
Forum: ESP32 Arduino
Topic: computer not detecting ESP32C3(com and USB)
Replies: 8
Views: 1529

Re: computer not detecting ESP32C3(com and USB)

It is most definitely possible to burn a fresh chip over the usb pins, and if you hold down the boot pin, you should at least see it show up as a usb device when the device boots. Comments on your design: 1) You are using pins that are already in use by the onboard flash. From the datasheet : Scree...
by LeeHooo
Mon Sep 23, 2024 1:34 am
Forum: ESP32 Arduino
Topic: computer not detecting ESP32C3(com and USB)
Replies: 8
Views: 1529

Re: computer not detecting ESP32C3(com and USB)

Mia Barn wrote:
Fri Sep 20, 2024 9:19 am
Hey, I think the board or port is not fully installed on your PC. Have you checked the drivers?
Yes, my computer has the relevant drivers installed.
1727026403823.png
1727026403823.png (48.41 KiB) Viewed 1097 times
by LeeHooo
Fri Sep 20, 2024 7:52 am
Forum: ESP32 Arduino
Topic: computer not detecting ESP32C3(com and USB)
Replies: 8
Views: 1529

Re: computer not detecting ESP32C3(com and USB)

Thank you for your reply , ESP_Sprite Here is my entire schematic: 607f1f72f545df9c4f7c76ed9dd13e4e.png And my part of pcb (I am not sure it has some problem or not) 2ab9be0c1d054b565b00f561bddbe643.png There's nothing wrong with the power supply. I tested it with a multimeter.And the CHIP_EN pin is...
by LeeHooo
Thu Sep 19, 2024 11:03 am
Forum: ESP32 Arduino
Topic: computer not detecting ESP32C3(com and USB)
Replies: 8
Views: 1529

computer not detecting ESP32C3(com and USB)

Hello everyone, I get a tough problem.I am a newbie of esp32 so this problem has been bothering me for a long time. The situation is: I drew a board with esp32c3(the chip is purely new),and only use USB(have no uart in my board,only usb) to load my code,no uart was used.Then I hooked it up to the co...