Kai Morich WiFi Serial Terminal

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. ]

I use his Serial and Bluetooth terminal apps and have just tried the WiFi terminal.

I have managed to connect to a Raspberry Pi using SSH but have not tried anything else yet. What are you trying to do and where are you stuck ?

Well, basically, I'm stuck in the chute (it's that bad).

  1. How do I make the ESP a device that the app can find?
  2. I would like to send text and see it on the app and the app Reply and get that on the ESP. (Maybe I could use the app macro buttons for the latter.)

Bonus points if neither requires html.

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...)?

I assume that you have put your SSID and password into the #defines in the sketch along with your desired baud rate for the Serial monitor

I do not get the IP address in the Serial monitor and have not investigated why, but got it from my router

With the correct SSID, password and Serial monitor baud rate what I enter in the WiFi app terminal is echoed in the Serial monitor

The router's IP or the ESP's (assuming it gets one)?
If there was fritzing for this I would probably be doing it.
(yeah, it's true).

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

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.