Shop OBEX P1 Docs P2 Docs Learn Events
GPS and a 2x16 LCD to a BS2 Anyone? — Parallax Forums

GPS and a 2x16 LCD to a BS2 Anyone?

MigsMigs Posts: 95
edited 2007-07-21 16:33 in BASIC Stamp
Friends:

Has anyone connected a Parallax GPS module and a 2x16 LCD to a BS2? If so, Id like to see your circuit and code please. Also any recommendations!

Thanks amigos -Migs

You can also e-mail me this information to: mreznicek@pretensa.com

▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"Sometimes we forget that the world itself is paradise." Douglas Coupland, 'Microserfs'
"If the doors of perception were cleansed every thing would appear to man as it is, infinite" - William Blake
"We either make ourselves miserable, or we make ourselves strong. The amount of work is the same." Carlos Castaneda
"One single grateful thought raised to heaven is the most perfect prayer. " G. E. Lessing
“How much of human life is lost in waiting.” Ralph Waldo Emerson
"Men often mistake notoriety for fame, and would rather be remembered for their vices and follies than not be noticed at all.” Harry Truman
My website: www.intoku.net my e-mail:mreznicek@pretensa.com me:Miguel Reznicek

Comments

  • Bruce BatesBruce Bates Posts: 3,045
    edited 2007-07-20 08:18
    Migs -

    You neglected to mention whether you are using a serial or parallel LCD.

    Regards,

    Bruce Bates

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
  • RDL2004RDL2004 Posts: 2,554
    edited 2007-07-20 12:47
    If you're using a serial LCD it won't be too difficult to adapt the Parallax demo code from debug statements to serout. You won't be able to display much info on a 2x16 LCD though, unless you use a scrolling or alternating display method instead of a static display.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    - Rick
  • datac99datac99 Posts: 15
    edited 2007-07-20 13:42
    I'm still working on this, so I'll post an update when I'm done... I need to get the individual screens to update when they are displayed... And I want to add some buttons for scrolling through... And I managed to break the loading screen... smile.gif Oh yeh... And it's for the VFD... Um... Anyway, here you go:


    So your going to need to edit the baud rates constants, and probably the line in each screen sub that clears the display because I'm sure yours is diffrent... Oh yeh, and this is just an edit of the demo code for the GPS, like Chris was talking about, not anything new or fancy.
  • MigsMigs Posts: 95
    edited 2007-07-20 21:38
    Hi guys:

    The LCD is a serial display. I appreciate the input. Keep it coming.

    Migs

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    "Sometimes we forget that the world itself is paradise." Douglas Coupland, 'Microserfs'
    "If the doors of perception were cleansed every thing would appear to man as it is, infinite" - William Blake
    "We either make ourselves miserable, or we make ourselves strong. The amount of work is the same." Carlos Castaneda
    "One single grateful thought raised to heaven is the most perfect prayer. " G. E. Lessing
    “How much of human life is lost in waiting.” Ralph Waldo Emerson
    "Men often mistake notoriety for fame, and would rather be remembered for their vices and follies than not be noticed at all.” Harry Truman
    My website: www.intoku.net my e-mail:mreznicek@pretensa.com me:Miguel Reznicek
  • Max WoodenMax Wooden Posts: 112
    edited 2007-07-20 21:53
    You are in luck! Make magazine just did this exact project and published the code/ schematics/ video.
    www.makezine.com/blog/archive/2007/07/integrate_lcd_and_gps_mod_1.html

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Max Wooden
  • RDL2004RDL2004 Posts: 2,554
    edited 2007-07-21 15:47
    Migs,

    I ran across this site a while back. It has some GPS and general electronics info you might find useful.

    KE4NYV's Amateur Radio Page

    There is a project there using an LCD and a PIC with a GPS module.

    That Make video was very timely. All of the "Awesome Electronics Workshop" series are well worth watching. I highly recommend visiting Grand Idea Studio there is lots more cool stuff there.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    - Rick
  • MigsMigs Posts: 95
    edited 2007-07-21 16:33
    You guys are all fabulous! Now I have just the info to play around this Sat afternoon.

    Migs

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    "Sometimes we forget that the world itself is paradise." Douglas Coupland, 'Microserfs'
    "If the doors of perception were cleansed every thing would appear to man as it is, infinite" - William Blake
    "We either make ourselves miserable, or we make ourselves strong. The amount of work is the same." Carlos Castaneda
    "One single grateful thought raised to heaven is the most perfect prayer. " G. E. Lessing
    “How much of human life is lost in waiting.” Ralph Waldo Emerson
    "Men often mistake notoriety for fame, and would rather be remembered for their vices and follies than not be noticed at all.” Harry Truman
    My website: www.intoku.net my e-mail:mreznicek@pretensa.com me:Miguel Reznicek
Sign In or Register to comment.