Downloading and installing the new Arduino IDE for ESP8266

Moderator: igrr

User avatar
By apalmar
#30966
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 !!
User avatar
By martinayotte
#30990
apalmar wrote:Sorry, do you know where can I find ESP8266WiFi library? I want import it to Arduino SDK.

It comes part of ArduinoESP distribution as off-the-selves-library.
Are you using it or you are using other framework ?
User avatar
By AngeloACRR
#33159 Hello!

Im having this problem, trying to connect my ESP to the local network, but not making it. Ive put both 1 and 3 mode and still gettin the "Fail" message. What do you think that is wrong?
User avatar
By mk04
#63215 hello everyone. i see your post suggestions but i am getting that problem
OK
AT+CWJAP="jack","12345678"

+CWJAP:1

FAIL
AT+CWMODE=3


OK
AT+CWJAP="jack","12345678"

+CWJAP:1

FAIL