I picked this up at the Shack today for $10.00. Where is a good place to start using a Prop? The only link in the downloads section is to stamp code. I would like to start out with just the basics and have the data shown on the PST.
I picked this up at the Shack today for $10.00. Where is a good place to start using a Prop? The only link in the downloads section is to stamp code. I would like to start out with just the basics and have the data shown on the PST.
NOTE: I used a 10k resistor between the GPS yellow lead and the prop pin.
Since it's simply a serial interface, I didn't really see the need for an object
Here is a simple example displaying and parsing the RMC an GGA sentences
OK, Either I am doing something wrong or I have a bad GPS. I have 10K resistor on Pin 0 to yellow wire of GPS, Blue wire to Pin 15, Red wire to 3.3V and Black to Ground. I have changed the Baud in PST and the only one that does not scroll with odd ball characters is 115200 and that only shows the number 255. Any suggestions?
OK. I tried the code on the Kickstarter page but I noticed they do not show a 10K resistor in place. Would this be the reason I can not get that code to run?
Cool. Thanks for the help. I have both your code and the code from Parallax working. So, what does time mean? Is that suppose to be actual time or is that part of the reading also?
Comments
NOTE: I used a 10k resistor between the GPS yellow lead and the prop pin.
Since it's simply a serial interface, I didn't really see the need for an object
Here is a simple example displaying and parsing the RMC an GGA sentences
The yellow wire goes to pin 15
The red wire needs 5V not 3.3V. CORRECTION: it is supposed to work with 3.3V or 5V
I used the resistor because I was powering the GPS and LCD from 5V on a breadboard.
I don't know anything about that code. I basically converted the Stamp code.