Shop OBEX P1 Docs P2 Docs Learn Events
Works Works¡ LCD + GPS (smart Mode) — Parallax Forums

Works Works¡ LCD + GPS (smart Mode)

wu4m4nwu4m4n Posts: 22
edited 2010-05-26 16:50 in BASIC Stamp
I'm a total newbie
1 week ago and more, that I have basic stamp and not done anything but read and practice.
For me it's a huge emotion that something I work, I have no knowledge of electronics. Only program in Php ..

I share with you my little contribution for those who wish to do something similar.



2lwsieh.jpg
2lwsieh.jpg


[code]
' {$STAMP BS2}
' {$PBASIC 2.5}
'================== LCD
TxPin CON 1
Baud19200 CON 32
HIGH TxPin ' Set pin high to be a serial port
PAUSE 5 ' Pause for Serial LCD to initialize

'=============== GPS
GetLong CON $06 'OBTENER LONGITUD
GetLat CON $05 'OBTENER LATITUD
GetValid CON $01 'OBTENER SE
1600 x 1200 - 575K
1600 x 1200 - 422K
1600 x 1200 - 561K

Comments

  • YoshtiYoshti Posts: 108
    edited 2010-05-26 14:44
    Hi,
    Good for you. Excellent! Keep it going...

    From Newbie to Newbie.. wink.gif

    Cheers
    Yosh
  • sylvie369sylvie369 Posts: 1,622
    edited 2010-05-26 15:08
    My first-ever GPS looked a lot like that, and yes, it's really exciting to see valid position data appear on the LCD screen. We live in a wonderful world.
  • electrosyselectrosys Posts: 212
    edited 2010-05-26 16:50
    Great work wu4m4n, you have done a fine job.
    Keep the good work


    and you are welcome
    Gracias¡

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Sign In or Register to comment.