Hi,
I've recently got hands on a MKR NB 1500 and a MKR GPS shield to send GPS coordinates to the Arduino IoT cloud.
After trying and searching a lot of similar topics, this still doesn't work. Sending random values to the Arduino IoT Cloud (without GPS) works, aswell as the GPS side itself, without the IoT part.
As soon as I try to make a connection to the IoT, the GPS connection is gone.
Does anyone have found a solution yet?
I've tried:
- IoT test (working)
- GPS test with MKR GPS sketch (working)
- GPS test with SparkFun uBlox GNSS library (working)
- IoT + MKR GPS library (IoT is working, but GPS data is not available)
- IoT + SparkFun uBlox GNSS library (IoT is working, but GPS data is faulty)
- Wire added and speed adjusted to 400000 (does not make a difference, still not working)
Thanks in advance!