Shop OBEX P1 Docs P2 Docs Learn Events
Q: GPS Data logger — Parallax Forums

Q: GPS Data logger

ArchiverArchiver Posts: 46,084
edited 2003-10-27 21:58 in General Discussion
I have yet to hear back from anyone on experience with writing GPS Data
Logger code. Has anyone done it?

Thanks,
Dave

dtcasey@c...
Original Message
From: Dave Casey [noparse]/noparse]mailto:[url=http://forums.parallaxinc.com/group/basicstamps/post?postID=ZQYv2WUgx-6yxf8GmIoX3ZG2Y_IKhSKptkDK6q_wRIcicOhhrayP-gdCi9VkSqb2IW3ZURQTKNV7PRc]dtcasey@c...[/url
Sent: Friday, October 24, 2003 9:56 AM
To: basicstamps@yahoogroups.com
Subject: [noparse][[/noparse]basicstamps] More GPS Questions

I would like to build a GPS data logger similar to the one referenced in
the Where in the World is My Basic Stamp paper. Jon Williams refers to
a project where GPS data was logged from a radio controlled plane, but
all I can find is a video of this project and not the code. Does anyone
have code or info on how to do this? Does anyone have an estimate of
how many lines of NMEA Lat/Long & time data a BS2 can store?



Thanks,

Dave



David Casey

dtcasey@c...



Original Message
From: Wally [noparse]/noparse]mailto:[url=http://forums.parallaxinc.com/group/basicstamps/post?postID=OHOrbr2-FMSN1xGFoQjQ0lItYupGNahmMA72yZYHpI9JQh2C9qNgbV5EpcZbRk-cbCLm5jdJaQ4N7VXv]dogiewal@n...[/url
Sent: Sunday, October 19, 2003 4:26 PM
To: basicstamps@yahoogroups.com
Subject: [noparse][[/noparse]basicstamps] Re: lat/long calculations GPS



Outstanding! And thank you, thank you.



Now, has anyone worked with the output of Delorme's "Tripmate"?



-- Wally







--- In basicstamps@yahoogroups.com, "Atomic Nixon" <atomicnixon@h...>

wrote:

> --- In basicstamps@yahoogroups.com, "Wally" <dogiewal@n...> wrote:

> > Can't seem to locate N & V column #83. Can you tell me the issue

> date

> > in which it appeard - please.

> >

> > -- Wally

> >

> > --- In basicstamps@yahoogroups.com, kgregory@g... wrote:

> > > Where in the World is My BASIC Stamp? Nuts n Volts Stamp Column

> #83

>

> It's there.

>

> http://www.parallax.com/dl/docs/cols/nv/vol3/col/83.pdf

>

> 'tomix





To UNSUBSCRIBE, just send mail to:

basicstamps-unsubscribe@yahoogroups.com

from the same email address that you subscribed. Text in the Subject
and Body of the message will be ignored.





Your use of Yahoo! Groups is subject to
http://docs.yahoo.com/info/terms/





[noparse][[/noparse]Non-text portions of this message have been removed]


To UNSUBSCRIBE, just send mail to:
basicstamps-unsubscribe@yahoogroups.com
from the same email address that you subscribed. Text in the Subject
and Body of the message will be ignored.


Your use of Yahoo! Groups is subject to
http://docs.yahoo.com/info/terms/

Comments

  • ArchiverArchiver Posts: 46,084
    edited 2003-10-27 21:58
    The project: "where in the world is my Basic stamp", must be run on
    a BS2p uP.

    This uP has 8 banks of 2K eeprom, but 1 bank must hold the program.
    To use the uP, to store all logging, is not the best solution. Still
    it's room for 14 000 letters/numbers, and since one GPS position
    will use 20 letters, you could store 700 readings. If you want time
    and date as well, then you must store 15 extra numbers. Then you're
    down to 400 readings.

    The M95256-WBN6 is a SPI Eeprom DIL8 with 32K. That's 32000 numbers
    or 1600 positions (in theory). Cost 3-4US$. Look at the "8K serial
    Eeprom application" from parallax. The program is simple to
    understand. Remember that Eeprom and the uP can only be erased 100
    000 times.

    Stein.
    Stein_Frostad at mailcity dot com


    --- In basicstamps@yahoogroups.com, "Dave Casey" <dtcasey@c...>
    wrote:
    > I have yet to hear back from anyone on experience with writing GPS
    Data
    > Logger code. Has anyone done it?
    >
    > Thanks,
    > Dave
    >
    > dtcasey@c...
    >
    Original Message
    > From: Dave Casey [noparse][[/noparse]mailto:dtcasey@c...]
    > Sent: Friday, October 24, 2003 9:56 AM
    > To: basicstamps@yahoogroups.com
    > Subject: [noparse][[/noparse]basicstamps] More GPS Questions
    >
    > I would like to build a GPS data logger similar to the one
    referenced in
    > the Where in the World is My Basic Stamp paper. Jon Williams
    refers to
    > a project where GPS data was logged from a radio controlled plane,
    but
    > all I can find is a video of this project and not the code. Does
    anyone
    > have code or info on how to do this? Does anyone have an estimate
    of
    > how many lines of NMEA Lat/Long & time data a BS2 can store?
    >
    >
    >
    > Thanks,
    >
    > Dave
    >
    >
    >
    > David Casey
    >
    > dtcasey@c...
    >
    >
    >
    >
    Original Message
    > From: Wally [noparse][[/noparse]mailto:dogiewal@n...]
    > Sent: Sunday, October 19, 2003 4:26 PM
    > To: basicstamps@yahoogroups.com
    > Subject: [noparse][[/noparse]basicstamps] Re: lat/long calculations GPS
    >
    >
    >
    > Outstanding! And thank you, thank you.
    >
    >
    >
    > Now, has anyone worked with the output of Delorme's "Tripmate"?
    >
    >
    >
    > -- Wally
    >
    >
    >
    >
    >
    >
    >
    > --- In basicstamps@yahoogroups.com, "Atomic Nixon"
    <atomicnixon@h...>
    >
    > wrote:
    >
    > > --- In basicstamps@yahoogroups.com, "Wally" <dogiewal@n...>
    wrote:
    >
    > > > Can't seem to locate N & V column #83. Can you tell me the
    issue
    >
    > > date
    >
    > > > in which it appeard - please.
    >
    > > >
    >
    > > > -- Wally
    >
    > > >
    >
    > > > --- In basicstamps@yahoogroups.com, kgregory@g... wrote:
    >
    > > > > Where in the World is My BASIC Stamp? Nuts n Volts Stamp
    Column
    >
    > > #83
    >
    > >
    >
    > > It's there.
    >
    > >
    >
    > > http://www.parallax.com/dl/docs/cols/nv/vol3/col/83.pdf
    >
    > >
    >
    > > 'tomix
    >
    >
    >
    >
    >
    > To UNSUBSCRIBE, just send mail to:
    >
    > basicstamps-unsubscribe@yahoogroups.com
    >
    > from the same email address that you subscribed. Text in the
    Subject
    > and Body of the message will be ignored.
    >
    >
    >
    >
    >
    > Your use of Yahoo! Groups is subject to
    > http://docs.yahoo.com/info/terms/
    >
    >
    >
    >
    >
    > [noparse][[/noparse]Non-text portions of this message have been removed]
    >
    >
    > To UNSUBSCRIBE, just send mail to:
    > basicstamps-unsubscribe@yahoogroups.com
    > from the same email address that you subscribed. Text in the
    Subject
    > and Body of the message will be ignored.
    >
    >
    > Your use of Yahoo! Groups is subject to
    > http://docs.yahoo.com/info/terms/
Sign In or Register to comment.