I am trying to use the symbol for ESP32-WROOM-32 it doesn't have IO20, I have been trying with the datasheet but not sure if the pins are the same. Any suggestions?
I am trying to use the symbol for ESP32-WROOM-32 it doesn't have IO20, I have been trying with the datasheet but not sure if the pins are the same. Any suggestions?
On Esp32-S2 IO19&20 are the USB pins for native usb, while all the old ESp32 chip DO NOT HAVE ANY native USB support! The esp32-Wroom-32 is an outdated legacy module, you can of course use it to build stuff, but be aware of the differences to the newer modules!
Oh, I see. Thanks for your response. I will try using the RX, TX pins for uploading the code. Also thanks a lot for all of your tutorials. They are always a huge help. :)
Top Comments