Hello Rui,
I am trying to run your ESP32 with DHT11 DHT22 Temperature Humidity Web Server using Arduino IDE from the URL https://randomnerdtutorials.com/esp32-dht11-dht22-temperature-humidity-web-server-arduino-ide/.
The Sketch is loading fine and the I am getting the message you are showing on the above link with a little extra;
Hash of data verified.
Compressed 3072 bytes to 144…
Writing at 0x00008000… (100 %)
Wrote 3072 bytes (144 compressed) at 0x00008000 in 0.0 seconds (effective 1024.0 kbit/s)…
Hash of data verified.
Leaving…
Hard resetting via RTS pin…
When opening the Serial Monitor I am not getting any IP address, can you help me where I am going wrong?
Cheers,
Thomas
Hello Thomas, your code is uploading, so your board is receiving the new code. I need a few more details:
- What do you see in your serial monitor? Do you see dots continuously appearing?
- Can you double-check that you’ve entered your SSID and password correctly?
- What’s the baud rate that you have selected in the serial monitor?
- Can you press the ESP32 Enable/Reset button while the serial monitor is open?
Can you copy and paste exactly what appears in your serial monitor? Thanks!
Hello Rui,
The issue was resolved had forgotten to remove some // some places in the code, so everything is working now.
Cheers
Thomas
Glad to hear it! I’ll mark this thread as resolved. If you have more question, feel free to post them here: https://rntlab.com/ask-question/