Did I choose the wrong board?

My ESP is not behaving as expected. One GPIO works as expected, one doesn’t and the other works partially.
Now I’m troubleshooting and wanted to check again whether I’m really using the right board.
I have this one:
https://de.aliexpress.com/item/1005002213241652.html?spm=a2g0o.order_list.order_list_main.19.21ef5c5fDfIwhy&gatewayAdapt=glo2deu

I use this pinouts:

This my board and config:

esp32:
  board: esp32dev
  framework:
    type: arduino

No, the advertising says it is a esp32s. ESP32 Platform — ESPHome

Yes but there is no esp32s just esp32 or esp32s2

So is it then “nodemcu-32s”? I don’t get it what i have to type into the board :wink:

Bildschirmfoto 2023-06-16 um 14.07.38
Bildschirmfoto 2023-06-16 um 14.07.50

Maybe give it a go using the following, but looking at the picture of the Aliexpress listing for your board, it doesn’t seem to match the nodemcu-32s board.

esp32:
  board: nodemcu-32s

yes to much pins

this one with 30 pins looks the same

You can try the following:

esp32:
  board: esp32doit-devkit-v1

The image matches the discussion in the below thread:

1 Like

I will try that thanks, looks like my ESP :).

EDIT: @athua works perfectly :slight_smile:

But I think some ESP are broken :frowning: .
I can connect via USB and also make update via WIFI, but when i disconnect from USB I get no WIFI connection. For the other it works after reconnect.