ARMmbed / mbed-os-example-cellular

This is an example based on mbed-os cellular APIs that demonstrates a TCP or UDP echo transaction with a public echo server.
Apache License 2.0
21 stars 45 forks source link

Troubleshooting: Suggestion for documentation improvement #76

Closed gggekov closed 6 years ago

gggekov commented 6 years ago

In the Troubleshooting section of https://github.com/ARMmbed/mbed-os-example-cellular/ provide information what to do when the cellular board doesn't connect to the network and the user is getting the following error message:

mbed-os-example-cellular
Establishing connection
.....................................................................................................................................................

Couldn't connect: -3004, will retry

Suggested information to be included:

ciarmcom commented 6 years ago

ARM Internal Ref: IOTCELL-1041

AriParkkila commented 6 years ago

@gggekov thanks a lot, I updated troubleshooting in https://github.com/ARMmbed/mbed-os-example-cellular/pull/69

AriParkkila commented 6 years ago

The change is now merged in OOB branch. See Troubleshooting chapter in https://github.com/ARMmbed/mbed-os-example-cellular/tree/mbed-os-5.9.0-oob

@gggekov please close this issue, if the update looks good to you.