I'm using IDE 1.6.7. Another program I used connects to my wifi fine. I set the wifi ID and pw in EIoTCloudRestApiConfig.h
I keep getting the following message
"Connecting to APWiFi connected connection failed"
mrmonteith wrote: I'm using IDE 1.6.7. Another program I used connects to my wifi fine. I set the wifi ID and pw in EIoTCloudRestApiConfig.h
I keep getting the following message
"Connecting to APWiFi connected connection failed"
Hi, try with some other ESP8266 example in Arduino IDE to check if connection to AP is working.
EasyIoT wrote: Hi, try with some other ESP8266 example in Arduino IDE to check if connection to AP is working.
That's what I stated that I used another example program that connects to my AP just fine.
But from the error message it doesn't tell me if it's the connection to the AP that's failed or a connection out to the IotCloud that's the issue. Seeing part of it says it's connected I'm assuming it connected to the AP. It would help if the message said what specific connection failed.