Boron + 3rd Party Sim (SORACOM)

You can pass Cellular.setCredentials the APN, username, and password. The definition is Cellular.setCredentials(const char *apn, const char *username, const char *password).

Cellular.setCredentials(“soracom.io”,“sora”,“sora”);

That should work, but it doesn’t for me.

1 Like