-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
type: imperfectionPerceived defect in any part of projectPerceived defect in any part of project
Description
Hey I am currently working on a tracking device with LiPo battery and BLE, I fount that if the device is not booted using the USB connected as serial port the GPS shield attacked to a Arduino MKR 1010 Wifi will not work. After hours of debugging I found that the problem was created by GPS.begin() , but if I use it as shield it won't crash:
if (!GPS.begin(GPS_MODE_SHIELD)) {
Serial.println("Failed to initialize GPS!");
while (1)
;
}
Any ideas?
Metadata
Metadata
Assignees
Labels
type: imperfectionPerceived defect in any part of projectPerceived defect in any part of project