Page 1 of 1

Newbie confusion on RTC pin numbering

Posted: Wed Nov 16, 2022 8:16 pm
by schuh8
I am a relatively new esp32 + arduino IDE programmer trying to hold a pin low during sleep. The problem is that all the documentation refers to the RTC pins by two different designations. i.e. GPIO pin 14 on all diagrams is also referred to as RTC_GPIO16. When using that pin as an RTC pin do I refer to it as 14 or 16 ? Or ... am I making this harder than it really is?

Re: Newbie confusion on RTC pin numbering

Posted: Mon Nov 21, 2022 5:31 pm
by ESP_Minatel
Hi,

On Arduino, you can use the GPIO from the GPIO column.

Are you going to use the ULP co-processor?