Search found 5 matches

by gfurtadoalmeida
Sat Jan 15, 2022 8:49 pm
Forum: Hardware
Topic: The serial TX path seems to be down [custom board]
Replies: 3
Views: 10869

Re: The serial TX path seems to be down [custom board]

ESP_Sprite, indeed, the problem was the solder joints on the QFN package.
The project was changed to add the 1uF capacitor that you (and the datasheet) suggested.
Thank you very much!
by gfurtadoalmeida
Wed Jan 12, 2022 12:32 am
Forum: Hardware
Topic: The serial TX path seems to be down [custom board]
Replies: 3
Views: 10869

The serial TX path seems to be down [custom board]

Hi, I've designed a custom ESP32 board based on WROOM-32 module for home applications. However, I am not able to flash it. The board can send data through UART (as shown below) but cannot receive the flash data. When trying to flash, I get the following error: Download mode successfully detected, bu...
by gfurtadoalmeida
Sun Oct 04, 2020 12:04 am
Forum: Hardware
Topic: UART does not work when powering through VIN
Replies: 3
Views: 3169

Re: UART does not work when powering through VIN

It was sheer stupidity.
The FTDI board had its jumper set to 5V; setting to 3.3V solved the problem.
Being dumb is hard, kids.

It's interesting though that the board was able to deliver 5V while connected using USB.

Thanks everyone.
by gfurtadoalmeida
Fri Oct 02, 2020 7:25 pm
Forum: Hardware
Topic: UART does not work when powering through VIN
Replies: 3
Views: 3169

Re: UART does not work when powering through VIN

I've tried with the defaults one for both UART0 (rx0, tx0) and UART2 (rx2, tx2), neither worked.
Should it happen only to UART0 or both?

I'll let you know if changing to other pins works.

Thanks!
by gfurtadoalmeida
Thu Oct 01, 2020 4:10 am
Forum: Hardware
Topic: UART does not work when powering through VIN
Replies: 3
Views: 3169

UART does not work when powering through VIN

Hi, I'm using 5 ADCs (32, 35, 34, VN, VP), 3 outputs (18, 19, 21) and UART2 (RX2, TX2). The logic driving the ADCs and outputs works fine on VIN but I got nothing on the UART. When powered through USB everything works fine. I've tried (with no luck): * UART0 and UART2. * Connecting VIN to 9V. * Disc...