I am working on a commercial device that has the ESP32-WROOM-32D module inside. So far, in terms of the functionalities and performance, the module kick ass
I have read in the datasheets and manuals for the ESP32 that U0TXD needs around 499 Ohms (470 Ohms) in series in order to suppress the harmonics. Which seems to be quite correct, if you need a UART at all.
Link: https://www.espressif.com/sites/default ... nes_en.pdf
Section: 2.1.8 UART
In my case, I don't need UART and especially not during the EMC testing, and unfortunately, I don't have the opportunity to put the 499 Ohms resistor in series (I would put the 499 Ohms resistor to the GND) so I need to think about another approach. By the way, even though I don't need UART, still we have some debug messages there on 115200 baud rate, on the line which is pulled up to 3.3V via 10K resistor, on the line which is around 25mm long.
How does this sound to you? -> I would configure UART0 pins to GPIO, Outputs, and put them to logical 0 (LOW). That way, using low-side internal MOSFETs, the "harmonics" would go directly to the GND plane instead of radiating to the U0TXD line. Do you feel that I could reduce that 1.1dB of overshoot?
Many thanks to all who read this!
Regards
Marko
