It's almost embarrassing but I have the next problem.
The ESP8266 could be dated without any problems.
I could save my WLAN settings and it connects to my network. I can also log in but only the status page is available. Do you know this problem? The information about this should all be in ESP8266.
I have used the V2 code:
bitbucket.org/isparkes/nixiefirmwarev2/s...TimeProviderESP8266/
I've attached a screenshot. Clock and Timeserver require authentication, Wlan says "file not found" and utility gives me an empty page.
The compilation looked like this:
Executable segment sizes:
IROM : 379184 - code in flash (default or ICACHE_FLASH_ATTR)
IRAM : 28364 / 32768 - code in IRAM (ICACHE_RAM_ATTR, ISRs...)
DATA : 1404 ) - initialized variables (global, static) in RAM/HEAP
RODATA : 17780 ) / 81920 - constants (global, static) in RAM/HEAP
BSS : 30584 ) - zeroed variables (global, static) in RAM/HEAP
Der Sketch verwendet 426732 Bytes (44%) des Programmspeicherplatzes. Das Maximum sind 958448 Bytes.
Globale Variablen verwenden 49768 Bytes (60%) des dynamischen Speichers, 32152 Bytes für lokale Variablen verbleiben. Das Maximum sind 81920 Bytes.
esptool.py v2.8
Serial port COM9
Connecting....
Chip is ESP8266EX
Features: WiFi
Crystal is 26MHz
MAC: 80:7d:3a:33:69:cc
Uploading stub...
Running stub...
Stub running...
Configuring flash size...
Auto-detected Flash size: 1MB
Erasing flash (this may take a while)...
Chip erase completed successfully in 0.0s
Compressed 430880 bytes to 299953...
Writing at 0x00000000... (5 %)
Writing at 0x00004000... (10 %)
Writing at 0x00008000... (15 %)
Writing at 0x0000c000... (21 %)
Writing at 0x00010000... (26 %)
Writing at 0x00014000... (31 %)
Writing at 0x00018000... (36 %)
Writing at 0x0001c000... (42 %)
Writing at 0x00020000... (47 %)
Writing at 0x00024000... (52 %)
Writing at 0x00028000... (57 %)
Writing at 0x0002c000... (63 %)
Writing at 0x00030000... (68 %)
Writing at 0x00034000... (73 %)
Writing at 0x00038000... (78 %)
Writing at 0x0003c000... (84 %)
Writing at 0x00040000... (89 %)
Writing at 0x00044000... (94 %)
Writing at 0x00048000... (100 %)
Wrote 430880 bytes (299953 compressed) at 0x00000000 in 27.9 seconds (effective 123.5 kbit/s)...
Hash of data verified.
Leaving...
Soft resetting...