Looking for the right ESP board type

Once again I have the problem of finding the right board and type for the yaml file.
Someone a hint

Bildschirmfoto 2023-08-31 um 09.49.44

Is this right?

esp32:
  board: wemos_d1_mini32

Thanks

It’s an esp8266. Notice the first feature listed in the second photo. Try:

esp8266:
  board: esp01_1m
1 Like

Ahh direct first line thanks. I will try this board :slight_smile:

No, you have the “classic” D1 Mini (clone) which is based on a ESP82xx

esp8266:
  board: d1_mini
1 Like

Can also try this thanks

It works with both but the d1_mini as board also allows you to use the “friendly” pin names like printed on the board (pin: D4 for example) in your yamls :muscle:

2 Likes

Nice :slight_smile:
I will try it thanks a bunch