Page 1 of 1

Which board to select in Adruino IDE?

Posted: Mon Oct 04, 2021 11:52 pm
by KNERD_UNO
I followed some guide online on setting up the Arduino IDE up for the ESP32, however, I am not sure which board to select as there are a lot of types of ESP32 boards to choose from. I have the ESP32-WROOM-32, and do not see that specific one.

In the guide I used, the person has a "DOIT ESP32 DEVKIT V1."

The example I tried partially seems to function, but the guide states to "Press the ESP32 on-board Enable button." There is no "enable" button on the ESP32-WROOM-32.

I am not seeing anything in a search of the forum, nor in the documentation here on site.


Thanks!

Re: Which board to select in Adruino IDE?

Posted: Wed Oct 06, 2021 7:38 am
by ESP_Minatel
Hi,

You can use the generic board by selecting the "ESP32 Dev Module" and change the configuration according to your board, like flash size.

Re: Which board to select in Adruino IDE?

Posted: Wed Oct 06, 2021 5:52 pm
by KNERD_UNO
Thank you kindly for the response and the tip!