martinayotte wrote:Personally, I hate AT firmware, so, I don't have any Arduino sketches which talk to ESP with AT to provide to you.
I'm strongly suggest you to look at ArduinoESP instead, there are plenty of sketches out there.
For example, for client, you will find it in libraries/ESP8266WiFi/examples/WiFiClient/WiFiClient.ino.
For the server while been in STA mode, there is libraries/ESP8266WiFi/examples/WiFiWebServer/WiFiWebServer.ino, but also one for AP mode in libraries/ESP8266WiFi/examples/WiFiAccessPoint/WiFiAccessPoint.ino
Sorry, do you know where can I find ESP8266WiFi library? I want import it to Arduino SDK.
Thanks !!