You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 24, 2019. It is now read-only.
HEXIWEAR + wifi ESP8266 or K64F + wifi ESP8266 cannot connect to mbed Device Connector.
Executable failed to connect
The same failed terminal prints can be verified for 2 cases.
Case 1 : HEXIWEAR + wifi ESP8266 connect to internet through iphone.
Case 2 : K64F + wifi ESP8266 connect to internet through iphone.
Terminal print out (failed)
Starting mbed Client example in IPv4 mode
[EasyConnect] Using WiFi (ESP8266)
[EasyConnect] Connecting to WiFi botren01
[EasyConnect] Connected to Network successfully
[EasyConnect] IP address 172.20.10.12
[EasyConnect] MAC address 18:fe:34:08:1b:3f
SOCKET_MODE : TCP
Connecting to coap://api.connector.mbed.com:5684
[ERROR:] M2MInterface::NetworkError
[ERROR:] M2MInterface::NetworkError
[ERROR:] M2MInterface::NetworkError
Build command
1. mbed compile -m HEXIWEAR -t ARM -c
2. mbed compile -m K64F -t ARM -c
Executable succeeded to connect
When using IAR or GCC_ARM toolchain to compile, then both cases succeeded the connection.
Terminal print out (Succeeded)
Starting mbed Client example in IPv4 mode
[EasyConnect] Using WiFi (ESP8266)
[EasyConnect] Connecting to WiFi botren01
[EasyConnect] Connected to Network successfully
[EasyConnect] IP address 172.20.10.12
[EasyConnect] MAC address 18:fe:34:08:1b:3f
SOCKET_MODE : TCP
Connecting to coap://api.connector.mbed.com:5684
Registered object successfully!
HEXIWEAR + wifi ESP8266 or K64F + wifi ESP8266 cannot connect to mbed Device Connector.
Executable failed to connect
The same failed terminal prints can be verified for 2 cases.
Case 1 : HEXIWEAR + wifi ESP8266 connect to internet through iphone.
Case 2 : K64F + wifi ESP8266 connect to internet through iphone.
Terminal print out (failed)
Build command
Executable succeeded to connect
When using IAR or GCC_ARM toolchain to compile, then both cases succeeded the connection.
Terminal print out (Succeeded)
Build command
The text was updated successfully, but these errors were encountered: