Search found 3 matches

by tbar23
Mon Jan 03, 2022 3:59 pm
Forum: Hardware
Topic: No serial comms - dead ESP32?
Replies: 1
Views: 1990

No serial comms - dead ESP32?

I have a custom PCB with a pair of ESP32s and a PIC32 for USB/UART programming. One of the ESP32s is working fine, but I see no serial communications on the second one. It shows up on my computer as a USB device, but I don't see any serial communication. I have tried manual reset by grounding both t...
by tbar23
Mon Oct 25, 2021 12:43 pm
Forum: ESP-IDF
Topic: Trouble building code
Replies: 2
Views: 1459

Re: Trouble building code

@ESP_Sprite - I think you are correct. I was thrown a bit because I see evidence of both the PRA/RPA filter existing. However, it does look like something changed - if I correct that undeclared variable, everything builds properly.

Thanks for the prompt response!
by tbar23
Sun Oct 24, 2021 1:23 pm
Forum: ESP-IDF
Topic: Trouble building code
Replies: 2
Views: 1459

Trouble building code

I have inherited some code running on ESP32 that has not been built in about 18 months. I have installed IDF but cannot seem to get a successful build. I used menuconfig to change the flash size to 4Mb (consistent with my hardware), use a custom partition (consistent with previous build) and enable ...