[SOLVED] ESP32-DEVKITC-VE Pinout

gb.123
Posts: 32
Joined: Thu May 20, 2021 9:56 pm

[SOLVED] ESP32-DEVKITC-VE Pinout

Postby gb.123 » Sun Dec 12, 2021 7:50 pm

Hello,

I wanted a clarification regarding pinouts for ESP32-DevKitC-VE. Can I use the TX & RX pins ( As marked on https://docs.espressif.com/projects/esp ... vkitc.html) as outputs (with internal pullups) ?
Any disadvantage of doing the same ?

I read that Pins 16&17 would be for internal use for PSRAM. The amount of PSRAM is 4 MB ? or 8MB ?


Thanks
Last edited by gb.123 on Tue Dec 14, 2021 10:52 am, edited 1 time in total.

ESP_LJH
Posts: 387
Joined: Tue May 18, 2021 9:21 am

Re: ESP32-DEVKITC-VE Pinout

Postby ESP_LJH » Mon Dec 13, 2021 3:50 am

You could refer to the datasheet for GPIO details, user guide clearly shows which GPIO is for every pin.
You could use TX and RX but they are default UART0 port, so they will output some logs at power-up, generally, we suggest you not to use them.
PSRAM is 8 MB.

gb.123
Posts: 32
Joined: Thu May 20, 2021 9:56 pm

Re: ESP32-DEVKITC-VE Pinout

Postby gb.123 » Mon Dec 13, 2021 8:11 am

Actually I we designed the product using your base 4 MB Wroom module and later we are looking at WROVER modules. The pins 16 & 17 were already used as per our previous design and now after going through the documents again we found 16&17 cannot be used as they are linked to PSRAM.

I am planning to attach only 1 led and 1 button to these ports. Just wanted to be clear that it will not lead to a problem after we design the remaining product.

gb.123
Posts: 32
Joined: Thu May 20, 2021 9:56 pm

Re: ESP32-DEVKITC-VE Pinout

Postby gb.123 » Mon Dec 13, 2021 1:41 pm

@ESP_LJH
Thanks !

Just one more clarification which I cant find in any documentation. If I use Flash encryption in release mode and UART is disabled, will the pin also be disabled or can I still use it for Output?

Thanks once again !

ESP_Sprite
Posts: 9591
Joined: Thu Nov 26, 2015 4:08 am

Re: ESP32-DEVKITC-VE Pinout

Postby ESP_Sprite » Tue Dec 14, 2021 1:17 am

Flash encryption won't affect the UART. (Although do note that secureboot, which is usually used with flash encryption, may disable UART download mode, so you won't be able to upload new code using that uart anymore.)

gb.123
Posts: 32
Joined: Thu May 20, 2021 9:56 pm

Re: ESP32-DEVKITC-VE Pinout

Postby gb.123 » Tue Dec 14, 2021 8:23 am

@ESP_Sprite
Thanks for the reply... but what I really wanted ask was if I use the GPIO 1 (TX Pin) as an output pin, will the GPIO1 also get disabled with secure-boot ? (Meaning if it is set as output, will it stop working as the UART gets disabled) ?

gb.123
Posts: 32
Joined: Thu May 20, 2021 9:56 pm

Re: ESP32-DEVKITC-VE Pinout

Postby gb.123 » Tue Dec 14, 2021 10:52 am

[UPDATE after Code Testing]

GPIO 1 cannot be used alongwith serial monitor (UART) / USB with ESP DevKits. Using GPIO 1 with serial monitor(through USB) will cause Core to Panic / Crash.

Thanks to ESP_LJH and ESP_Sprite for their help and support!

Who is online

Users browsing this forum: No registered users and 25 guests