GPS Datalogger
Cwebber
Posts: 8
Hi all,
I am trying to follow the project here: http://www.parallax.com/tabid/807/default.aspx.
Although it says the source code, schematic, and KML file are at the bottom, they are not there. I was wondering if anyone knew where to get the files referenced in that project.
Thanks.
I am trying to follow the project here: http://www.parallax.com/tabid/807/default.aspx.
Although it says the source code, schematic, and KML file are at the bottom, they are not there. I was wondering if anyone knew where to get the files referenced in that project.
Thanks.
Comments
I think this thread contains the information that you need. If not, just shout back.
http://forums.parallax.com/showthread.php/115552-GPS-Datalogger-(Using-Google-Earth)?highlight=GPS%2C+Datalogger
Welcome to the forums!
Chris
See if post # 82 helps
http://www.savagecircuits.com/gpsdatalogger
Alternatively you can comment on the project on my site as you did here with the same information. The site is about 50% restored. That project should be up by tonight, so feel free to create a new account (old dta got lost, sorry) and post the first coment to the GPS Datalogger thread there. If you sign up I will PM you when the project has been restored.
Thanks for the reply. However even though that GPS model has been discontinued, it is still the one that I am using. I just soldered everything together today.
All I had available was a red LED (rather than a bi-color LED). What do I need to change in the code so that I can get an idea of the status of the board with just a red LED?
Currently right now, when I run the program (in the debug) it gets to 'Initializing.....' then nothing happens after that. I'm not sure what's going on or how to fix it.
Thanks,
Chris
Chris,
I use the old GPS Module (Parallax 28146) also.
It only has a red LED. If it is blinking, it does not have Satellite lock.This may be due to you trying to use this indoors. The GPS module needs a good view of the sky in order to work correctly. Try moving it outside, and give it 15 minutes to acquire satellites.
EDIT:
I just noticed that there was a Bi-Colored LED added in the circuit. I am not sure what that does at this point. Have to hunt down the schematic.
There a a few programs associated with the project.
Which one is the one you are having problems with?
I'm having trouble with the GPS_Datalogger_V1.0.bs2 file.
In the comments at the top it says:
' LED Status:
' Blinking Green - Waiting for USB Thumb Drive to be inserted/ready.
' Blinking Red (Fast) - Writing KML data to thumb drive.
' Blinking Red (Slow) - Waiting for GPS signal lock.
' Solid Green - System ready, press button to start logging GPS data.
' Solid Red - Writing GPS data to thumb drive.
' Blinking Red/Green - Data logging complete, ready to remove drive.
This refers to the bi-color LED that was added to the circuit. So my circuit is exactly the same except instead of the bi-color, I only have a red. So that's one issue.
The second one is that in the Initialization portion of the code, my only gets to "Initializing....." and doesn't do anything after that. From what I can tell, it should be running at least up to the point that outputs the text (in the debugger window) "Waiting for USB Drive to Become Ready..."
You are using a standard BS2 chip? Other BS2 variants need to have the baud rate changed.
Maybe Chris Savage can chime in. I have to go till tomorrow.
If you look closely at the schematic you will see the Bi-Color LED is really just two LEDs back to back one in reverse. So, if you have a Red and a Green LED connect the resistor to P0 and then the Anode (long lead) of the Green LED to the resistor as well as the Cathode of the Red LED. Connect the Anode of the Red LED and the Cathode of the Green LED to P1. Now you have a Bi-Color system using only 2 pins. I hope this helps.
Publison,
I believe I am using the standard BS2 chip, but how can I be sure? What else could it be besides the baud rate?
A picture of your setup would help immensely. That would verify the BS2 chip used and connections to the UBS logger.
Without that, we are flying blind.
This is my setup. As far as I know it is the same as the one Chris did (apart from the LED).
Very clean Installation! Looks like a clone of Chris' setup.
Looks like standard BS2 so the Baud rate should be OK.
I would just make sure none of the jumper wires going over the VDD and VSS busses to the logger are not touching either buss, (I would use insulated wires myself).
I'm not sure if a formatted thumb drive need to be inserted to go through initialization. Can't tell by the picture if there is one inserted or not. That's a question for Chris Savage. Maybe try and re formatting the thumb drive to the recommended file system on the PC.
Wish I had a data logger to go forward. It's on my wish list.
Jim
I didn't have a thumb drive in that picture, however, I have tried it with one in. It was formatted to FAT32 I believe. I thought that was the correct format, but I could be wrong. Maybe I'll try some different formats when I get time and see what happens.
Thanks for your help.
FAT 32 is good with that drive. Maybe reformat and don't use "Quick Format".
Hopin' Chris S has more to offer.
Hope all's well or will be soon, Chris. You're missed when you're not around to save the day!
Thanks Erco, the wife is home recovering now. And I am here to help try and save the day again.