Simple TCP Connection Library for ESP8266 on Arduino
Posted: Fri Sep 26, 2014 10:06 am
I've coding a library for ESP8266 on Arduino. I think It's will be useful for anyone who want to use this module with easy coding.
It's have only TCP Connection now. I didn't yet coding it to supported web server or http connection. (Soon) If you have any feedback about my library, please tell me
This library is include
• Open AP command (I forced it to WPA_WPA2_PSK authentication)
• Connect to Any AP command
• Open TCP Server and Client
• Send a message between modules
• Auto reconnect when connection isn't success
• Debugging with another serial port (If your board have more than 1 channel)
https://github.com/INEXTH/Arduino-ESP8266_libs
A sample project from this library (Thai language)
It's have only TCP Connection now. I didn't yet coding it to supported web server or http connection. (Soon) If you have any feedback about my library, please tell me
This library is include
• Open AP command (I forced it to WPA_WPA2_PSK authentication)
• Connect to Any AP command
• Open TCP Server and Client
• Send a message between modules
• Auto reconnect when connection isn't success
• Debugging with another serial port (If your board have more than 1 channel)
https://github.com/INEXTH/Arduino-ESP8266_libs
A sample project from this library (Thai language)