So, i re-flashed the ESP-01 as per the most recent suggestion and this time i used the very latest ESP8266 NonOS AT Bin V1.7.1:
I reset the ESP and got the following on Serial Monitor only at baud rate 74880:
ets Jan 8 2013,rst cause:2, boot mode:(3,6)
load 0x40100000, len 2592, room 16
tail 0
chksum 0xf3
load 0x3ffe8000, len 764, room 8
tail 4
chksum 0x92
load 0x3ffe82fc, len 676, room 4
tail 0
chksum 0x22
csum 0x22
2nd boot version : 1.7(5d6f877)
SPI Speed : 40MHz
SPI Mode : QIO
SPI Flash Size & Map: 4Mbit(256KB+256KB)
jump to run user1 @ 1000
mismatch map 5,spi_size_map 0
system param partition error
--- The partition table size is larger than flash size 0x80000 ---
please check partition type 6 addr:1fd000 len:3000
system_partition_table_regist fail
I re-flashed with a flash size of 8Mbit, reset and got the following:
ets Jan 8 2013,rst cause:2, boot mode:(3,6)
load 0x40100000, len 2592, room 16
tail 0
chksum 0xf3
load 0x3ffe8000, len 764, room 8
tail 4
chksum 0x92
load 0x3ffe82fc, len 676, room 4
tail 0
chksum 0x22
csum 0x22
2nd boot version : 1.7(5d6f877)
SPI Speed : 40MHz
SPI Mode : QIO
SPI Flash Size & Map: 8Mbit(512KB+512KB)
jump to run user1 @ 1000
mismatch map 5,spi_size_map 2
system param partition error
--- The partition table size is larger than flash size 0x100000 ---
please check partition type 6 addr:1fd000 len:3000
system_partition_table_regist fail
Re-flashing with 16Mbit setting and reading from Serial Monitor at baud rate of 74880:
ets Jan 8 2013,rst cause:2, boot mode:(3,6)
load 0x40100000, len 2592, room 16
tail 0
chksum 0xf3
load 0x3ffe8000, len 764, room 8
tail 4
chksum 0x92
load 0x3ffe82fc, len 676, room 4
tail 0
chksum 0x22
csum 0x22
2nd boot version : 1.7(5d6f877)
SPI Speed : 40MHz
SPI Mode : QIO
SPI Flash Size & Map: 16Mbit(512KB+512KB)
jump to run user1 @ 1000
mismatch map 5,spi_size_map 3
system_partition_table_regist fail
Re-flashing with 16Mbit-C1 at reading from Serial Monitor at correct baud rate of 115200:
AT
OK
AT+GMR
AT version:1.7.1.0(Jul 15 2019 16:58:04)
SDK version:3.0.1(78a3e33)
compile time:Jul 15 2019 18:12:41
Bin version(Wroom 02):1.7.1
OK