I'm a bit new to the programming world and wanted to try my hand at a finished product.
I came across the following project:
Now I have wired everything up and checked it 3 times, but the display still shows nothing. So I started debugging and came across the following message:
rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff0030,len:1184
load:0x40078000,len:13232
load:0x40080400,len:3028
entry 0x400805e4
Battery voltage: 4212mv
Connecting to 'MeinWLan'...
Waiting for SNTP synchronization........
Friday, March 21, 2025 16:41:19
Attempting HTTP request: ...
200 OK
Attempting HTTP request: ...
200 OK
Reading from BME280... Success
Busy Timeout!
_PowerOn : 20001251
Busy Timeout!
_Update_Full : 20001231
Busy Timeout!
_PowerOff : 20000107
Busy Timeout!
_PowerOff : 20000107
Awake for 87.235s
Entering deep sleep for 1039s
What error are you referring to? Looks like messages from the program as it runs. You can find all the messages and reason for them in the program code.