CARPP wrote:It is no problem, if the Reset pin is HIGH all the time?
No problem, as long as it is not left floating.
CARPP wrote:I see in the datasheet, that GPIO0 is a I²C pin (i don't understand why they make a pin which is used to determine the boot variant a important bus pin).
Espressif never mentioned that GPIO0 is an I2C pin, it is only mentioned that GPIO2/GPIO14 can be use for software driven I2C bus, but in fact any GPIOs can do that, since it is software driven. (But personally, I choose GPIO2/GPIO0, because it is a perfect fit with the pullups requirement)