I got my ESP running and it works well, but with one exeption:
AT+CIFSR delivers "ERROR" instead of the IP address.
As a host, I use a STM32, which communicates with the ESP at 115200 Baud. It initialize the ESP with the following sequence:
Hard reset
AT+RST => OK...ready
AT+CWMODE=3 => no change
AT+CIPMUX=1 => OK
AT+CWJAP=.... => OK
AT+CIFSR => ERROR
Afterwards I start a TCP-Server and send and receive messages from a PC client without errors.
In case, I perform the same sequence by hand via Teraterm, the IP address will given properly.
My chip is ESP8266EX, firmware is 0016.
Any idea what the reason for this is? New firmware?
Many thanks for your hints
Walter