Can anyone confirm that the Notecard Cell+WiFi will failover from WiFi cellular when in minimum mode?
I put a WBNAW Notecard in our existing solution, added the card.wifi call to specify the ssid and password. Everything works fine, the unit waits up when scheduled, connects to router, collects the data and send the note to Notehub, then goes back to sleep.
When I move the unit out of the range of the router, it never connects to cellular. Mode is always minimum and we send:
J * req = notecard.newRequest(“hub.sync”);
JAddBoolToObject(req, “allow”, true);
notecard.sendRequest(req);
to sync the Notecard. Notecard firmware is 9.3.1.17434.
Before spending too much time writing code to specifically test failover, can someone confirm that a) failover to cellular works and b) failover to cellular works in minimum mode.
Thanks,
Karl