Configure your ESP8266 WiFi module with your Android device USB port. (USB OTG supported Android device, OTG cable and USB-RS232 converter required)
Features:
* Baudrate setting
* Send AT command (AT)
* Checks Version Information (AT GMR)
* Lists Available APs (AT CWLAP)
* Sets the IP Address of the ESP8266 Station (AT CIPSTA)
* Obtain the IP address of the ESP8266 Station (AT CIPSTA?)
* Connects to an AP (AT CWJAP)
* WiFi commands: CWMODE?, CWMODE=, CIPMODE?, CIPMODE=, CIPMUX?, CIPMUX=
* Show USB log for send/receive data
Hardware requirements:
* OTG cable (To convert Micro USB to USB)
* USB-RS232 converter
Devices Supported
Supports USB-RS232 converters with the following chips
* CP210X
* CDC
* FTDI
* PL2303
* CH34x
Version: 1.7:
* Some crash issues have been fixed
* Apps button added for link to we other Apps
* Internal serial buffer Improved
* Improved CP2102 driver
* Improved FTDI driver
* Now Log area show always receive data from ESP8266
* Small bugs fixed