hi guys, I’m trying to use the sparkfun notecarrier (in Australia).
When I power on and go to do a hub.sync, it seems to be using the (non-existent) external sim
Searching through the docs it seems that it isn’t possible to change this to use the external sim - is this correct ?
| * Q: Is it possible to programmatically switch between an internal and external SIM card?
| * A: The Notecard does automatically recognize and use an external SIM card when present, but programmatic switching between SIMs is not currently supported.
I’ve also tried setting the apn to blank too, to see if this helps, as this is referenced in some threads about the external sim
{ “req”: “card.wireless”, “apn”: “-” }
A few minutes after this I requeried the device and received this
> {"req":"hub.sync.status"}
{
"status": "network: can't connect (1 min remaining) {registration-failure}{network}{extended-network-failure}",
"sync": true
}
Thanks in advance
{“req”:“card.version”}
{“body”:{“org”:“Blues Wireless”,“product”:“Notecard”,“version”:“notecard-1.5.5”,“ver_major”:1,“ver_minor”:5,“ver_patch”:5,“ver_build”:13080,“built”:“May 28 2021 17:11:58”},“version”:“notecard-1.5.5.13080”,“device”:“dev:XXXXXXXXXXXXXX”,“name”:“Blues Wireless Notecard”,“sku”:“NOTE-NBGL-500”,“board”:“1.11”,“api”:1}
{“req”:“hub.set”, “product”:“”}
{}
{“req”:“hub.sync”}
{}
{“req”:“hub.sync.status”}
{“status”:“modem now ON using external SIM {modem-on}”,“sync”:true}