Can't use digital GPIO of ESP32-Wrover-E2 from Arduino IDE
Posted: Sun Aug 02, 2020 11:36 am
Hello Fellow users,
I am trying to use the GPIO of an ESP32 in Arduino IDE.
In a previous project this form of declaring the digital IO was good with an ESP32-S2:
#define RESETPIN A19
Now with the ESP32 it is not working. I have tried the followings with no success:
#define RESETPIN A19
or
#define RESETPIN 26
or
const int RESETPIN = 11;
I can check the IOS with a scope and can't see it is working. I have reinstalled the IDE in the meantime.
Has anybody any idea?
I am trying to use the GPIO of an ESP32 in Arduino IDE.
In a previous project this form of declaring the digital IO was good with an ESP32-S2:
#define RESETPIN A19
Now with the ESP32 it is not working. I have tried the followings with no success:
#define RESETPIN A19
or
#define RESETPIN 26
or
const int RESETPIN = 11;
I can check the IOS with a scope and can't see it is working. I have reinstalled the IDE in the meantime.
Has anybody any idea?