Search found 6 matches
- Fri Jul 08, 2022 4:31 pm
- Forum: ESP32 Arduino
- Topic: Firebase Storage File Upload Error or Multiple Libraries Issue
- Replies: 1
- Views: 4372
Firebase Storage File Upload Error or Multiple Libraries Issue
Issue Description I am using ESP32 Wroom 4MB and I am trying to upload a file to Firebase Storage from SD card. I am getting fcs callback error as "response payload read timed out due to network issue or too large data size" which looks similar to the issue #315 in Github Library https://github.com...
- Mon Apr 04, 2022 6:55 pm
- Forum: ESP32 Arduino
- Topic: No COM port detected on Custom PCB
- Replies: 3
- Views: 2847
Re: No COM port detected on Custom PCB
I got it fixed. I had schematic issue where my U6 ESD suppressor chip was not connecting the USB traces to the CP2102N chip. So I modified the boards to have proper ESD connection on pin 1 & pin 3 of my U6 chip.
- Mon Apr 04, 2022 2:16 pm
- Forum: ESP32 Arduino
- Topic: No COM port detected on Custom PCB
- Replies: 3
- Views: 2847
Re: No COM port detected on Custom PCB
I can program the board with COTS USB to UART board like this one which also has CP2102N chip so that means I have proper drivers in my PC. Only when I use it with my custom PCB I don't see any COM board.:
https://www.digikey.com/en/products/det ... EK/6605110
https://www.digikey.com/en/products/det ... EK/6605110
- Sun Apr 03, 2022 4:49 am
- Forum: ESP32 Arduino
- Topic: No COM port detected on Custom PCB
- Replies: 3
- Views: 2847
No COM port detected on Custom PCB
<r>I am using CP2102N-A02-GQFN24 on my custom PCB to program my ESP32 board. I am not able to see any COM port on my Windows 10 PC. I can connect to an off the shelf CP2102N-A02-GQFN28 USB UART bridge board to my computer. So I think that rules out driver issue then I am not really sure what else co...
- Wed Oct 20, 2021 4:51 am
- Forum: ESP32 Arduino
- Topic: A fatal error occurred: Failed to connect to ESP32: Timed out waiting for packet header
- Replies: 3
- Views: 8722
Re: A fatal error occurred: Failed to connect to ESP32: Timed out waiting for packet header
I am seeing the serial printouts on my terminal window which means that the Rx & Tx lines are correctly wired and works properly. I have a SD card slot which is connected to GPIO12 which has pull up with 56K resistor on that line. I later removed that resistor to isolate the issue but I could get in...
- Tue Oct 19, 2021 5:16 pm
- Forum: ESP32 Arduino
- Topic: A fatal error occurred: Failed to connect to ESP32: Timed out waiting for packet header
- Replies: 3
- Views: 8722
A fatal error occurred: Failed to connect to ESP32: Timed out waiting for packet header
I have a custom board where I am using an ESP32 Wroom module. I am not able to flash code via serial communication. I am using FTDI232 USB to UART for serial communication. I am able to get serial messages in my serial monitor which mean there is no issue in serial wires. I have attached a capacitor...