News:

SMF - Just Installed!

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - PascalJedi

#1
O.k., the answer to this question is:

static const int RXPin = A1, TXPin = A0;

TinyGPS is located on those pins.   Be sure to leave the hardware as 1,0 as those service the USB to Serial port output.


#include <TinyGPS++.h>
#include <SoftwareSerial.h>
/*
   This sample code demonstrates the normal use of a TinyGPS++ (TinyGPSPlus) object.
   It requires the use of SoftwareSerial, and assumes that you have a
   4800-baud serial GPS device hooked up on pins 4(rx) and 3(tx).
*/
static const int RXPin = A1, TXPin = A0;
static const uint32_t GPSBaud = 9600;


Quote from: PascalJedi on February 17, 2018, 03:56:58 PM
Just bought the TinyGPS and exactly the same thing.  All results are *** and RX keeps incrementing, but no sentences are ever processes.  1 hr outside with clear line of sight to the sky and not response.

Was there just a batch of bad GPS modules from TinyCircuits or is the same code bad for the ASD2501 (Rev 4)
#2
Just bought the TinyGPS and exactly the same thing.  All results are *** and RX keeps incrementing, but no sentences are ever processes.  1 hr outside with clear line of sight to the sky and not response.

Was there just a batch of bad GPS modules from TinyCircuits or is the same code bad for the ASD2501 (Rev 4)