I do not know if I am the only one with this problem , so please give feedback if you can.
I added the ESP-01s to the ALTAIR Duino and it seemed to work .
However I discovered quickly problems with unstable WiFi connections, slow response and breakdown of the connection after a few minutes.
First I blamed it on the weaker WiFi in my Office as my WiFi is optimized for the rest of the house but not my office.
But relocating the Altair closer to the WiFi router did not improve much and only very close proxy to the router made it stable.
As ESP-01s and the Wemos D1 Mini are practically the same , just that the Wemos has more accessible IO, I programmed a Wemos with the Serial2WiFi passthrough and replaced the ESP-01s .
The difference is breathtaking , no lag , rock solid connection even in my WiFi “hole” in my office
Additionally more than one Telnet connection at a time is now possible.
I can Telnet in from my office computer and my laptop at the same time.
I checked the web for explanation and all I could find is that the ESP-01s has in deed a weaker antenna performance due to his small size .
It was also mentioned that the Wemos has a cleaner power supply wich may or may not improves the overall performance.
In summery here is what I did:
Replaced the ESP-01s with a Wemos D1 Mini loaded with the exact same Arduino sketch used for the ESp-01s.
The parts are naturally not incompatible , so either use wires to make the right connections or build a little adapter board.
Price difference is minimal ,
ESP-01s price ( $2.34 up to $9.79)
Wemos D1 Mini (~$3.41 or $2.17 in bulk) Sometimes you can snatch them for under $2
You can even get Wemos D1 with external antennas for even better reception.
Another advantage of the Wemos, it has a USB port included, so you need no programmer and can even change the software in place without disassembly of the Altair.
Also it has more memory and you can expand the capabilities by adding a HTTP server access and/or adding sensors, real time clock, etc .