ESPHome, Nodemcu32 and DHT

When you build the file, how much memory is used?

The DevKitC V4 has 16MB of flash but specifying board: nodemcu-32s only has 4MB. And your config is quite large.

Unfortunately, it looks like the full memory of that board is not supported, see: Support AZ-Delivery ESP-32 Dev Kit C V4 · Issue #609 · esphome/feature-requests · GitHub

and how to test it please? under arduino i would print a message by status change of the gpio.

It will print a message in the serial log when it changes.

thank you.

solved by defining:

platform: ESP32
board: az-delivery-devkit-v4

1 Like