esp32 crashes

Hi,
I try to connect sensors to esp32 board. when connecting a sensor, for example, DHT11, but it happens with others as well the board enter into a loop of boots with the following error

19:36:37.440 -> rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
19:36:37.440 -> flash read err, 1000
19:36:37.440 -> ets_main.c 371
19:36:37.772 -> ets Jun 8 2016 00:22:57

I tried to upload the board with led connected between the Vout and the GND and same thing happens.

any idea? where is the problem? blink catch with led connected between GND and a pin work fine.
I attach the board picture

many thanks,

Gilad

You need to show an image of your actual wiring connections, not just a catalog image.

I get that a lot with several of my boards. Try going through various different ESP32 board types, and also try supplying it with more power (higher amps/additional power supply instead of USB).

You might be attaching a sensor to a pin used by the ESP32 Flash, to help you with that problem you needed to provide us with a schematic and code.

You also want to stay away from GPIO12 and GPIO14 during boot time.
They control core voltage and SPI timing. Best advice is don't pull them up or down.
See ESP32 Data Sheet which discusses this.