I am trying to connect my device to cloud client using WIFI example.
I am able to connect to WIFI and I got my device visible on Pelion cloud, however it is not able to properly register. The state in the Pelion dashboard is “bootstrapped” and it seems I cannot go further.
I think I correctly set the credentials and the API key. I experimented both using online compiler and mbed cli, and both fails at device registration.
Any way to debug on cloud side to understand what happens ?
Not sure if you still have the issue but I ran into the same issue. After trying a few things, the reset button helped. Once I reset the board, the device registered successfully. Hope this helps
Which Wi-Fi module
That would help in understanding the potential issues. All/any client logs would also help.
Typically the issues for not being able to register are in the TLS handshake, the certificate sending during the TLS handshake requires a few big packets to be sent and some Wi-Fi stacks are not handling that correctly.