Moderators: adafruit_support_bill, adafruit
fran.manez wrote:driverblock,
the connections are correct. They are the same as in the tutorial:
// Connect VIN to +5V
// Connect GND to Ground
// Connect GPS RX (data into GPS) to Digital 0
// Connect GPS TX (data out from GPS) to Digital 1

driverblock wrote:Dennisma is correct. The picture in the tutorial shows the wrong wiring on Tx and Rx.
driverblock wrote:We're all wrong!!![]()
![]()
![]()
Serial.print("Location: ");
int GPSdegrees = (int)(GPS.latitude/100);
Serial.print(GPSdegrees); Serial.print(" "); Serial.print(GPS.latitude-GPSdegrees, 4); Serial.print(GPS.lat);
Serial.print(", ");
GPSdegrees = (int)(GPS.longitude/100);
Serial.print(GPSdegrees); Serial.print(" "); Serial.print(GPS.longitude-GPSdegrees, 4); Serial.println(GPS.lon);
Return to Other Adafruit products
Users browsing this forum: No registered users and 9 guests