Re: [DEV][WiP] Frankenstein firmware for ESP8266
Posted: Wed Jan 14, 2015 3:54 pm
So I have the FK f/w loaded and talking to me (TeraTerm on windows handles terminal control chars nicely).
I can connect to my AP (WPA2), good.
Now, the syntax of iwconnect does not allow blanks in AP names nor WPA key, right?
I tried double or single quotes, but the command still complains that there are too many args.
"SFR WiFi FON" is the SSID used by my ISP (SFR in France) for hotspot connections, and I had used a phrase with blanks (a quote from a book, easier to remember) for another of my APs' SSID...
The terminal command-line edit is quite cool, BTW, nice !
And telnet support is cool too, it allows to control the ESP from anywhere, this opens up quite some possibilities...
Could be interesting to use the telnet interface as a passthrough to the serial, so that it could be possible to talk to e.g. an arduino connected to serial...
Thanks,
Greg
I can connect to my AP (WPA2), good.
Now, the syntax of iwconnect does not allow blanks in AP names nor WPA key, right?
I tried double or single quotes, but the command still complains that there are too many args.
"SFR WiFi FON" is the SSID used by my ISP (SFR in France) for hotspot connections, and I had used a phrase with blanks (a quote from a book, easier to remember) for another of my APs' SSID...
The terminal command-line edit is quite cool, BTW, nice !
And telnet support is cool too, it allows to control the ESP from anywhere, this opens up quite some possibilities...
Could be interesting to use the telnet interface as a passthrough to the serial, so that it could be possible to talk to e.g. an arduino connected to serial...
Thanks,
Greg