djfratello
djfratello
I have such a problem on my **MKR GSM 1400** board. Internet connection works, but I cannot connect to the Google platform ``` AT OK AT+IPR=921600 OK AT OK AT+UPSV=3...
@fabltd not yet Still working on fixing the problem Now my MKR board don't won't use any CA ```text You're connected to the cellular network Attempting to connect to MQTT...
I know it doesn't look that good, but it works for me. ```dart Future startListeningToGPS() async { try { if (Platform.isIOS) { location.changeSettings(accuracy: LocationAccuracy.navigation); } else if (Platform.isAndroid) { location.changeSettings(accuracy:...