ESP32-POE Serial2 and SD Card

Started by admiralmaggie, February 15, 2022, 06:03:23 AM

Previous topic - Next topic

admiralmaggie

Hello!
I'm trying to use Serial2 and SD Card together but not at the same time but I noticed when SD Card is initialized, Serial2 (33/35) stops working and doesn't matter if I re-init the Serial2. I only need the SD card during boot time to read my config. I don't need it afterwards. Any suggestions?

Cheers!

LubOlimex

In ESP32 there is good multiplexor, just set the serial you need to another free GPIO, not pins 33/35, and try again.
Technical support and documentation manager at Olimex

admiralmaggie

Switching to another pin did the trick. Thanks!