I have Kai Morich's Bluetooth Terminal and Serial USB Terminal. They are super.
I also have his WiFi Serial Terminal. The BT and USB terminals are 'intuitive', but the WiFi has me stumped.
Anybody out there with any experience using it?
I'd like to link it to an ESP - the WiFi app capable of receiving a "Hello App" and transmitting "Hello User". That would satisfy my objective (a 'WiFi to Serial bridge').
Probably more involved than I surmise (?).
[ It's mentioned, but he does not provide instructions. ]
Using an ESP8266 running the WiFiTelnetToSerial sketch the app can connect to it using telnet. I set up a device in the app using the IP address of the ESP, protocol of telnet and the default port 23
The purpose of the sketch appears to be to receive input via telnet from the app and output it via Serial1 or SoftwareSerial
Using the default values in the sketch I can enter text in the app and see it echoed in the Serial monitor of the ESP8266
OK, I found that in Examples.
I'm using it 'stock', adding only the SSID and its Password
I am using an ESP-01.
With #define SWAP_PINS 0 it should be using GPIO3,1, the usual Hardware serial, Yes?
And at some point, Serial Monitor should bounce back something confirmational (an IP addr, etc)?
In the app, "Host ", that's my router/network name or should that be an IP, too (192...)?
You need to use the ESPs IP address in the device setup in the terminal app as that is what it is connecting to. I used the admin page of my router to find out which IP address had been allocated to the ESP