go away spammer

Author Topic: GPS Navigation Tutorial  (Read 4907 times)

0 Members and 1 Guest are viewing this topic.

Offline skatjTopic starter

  • Jr. Member
  • **
  • Posts: 25
  • Helpful? 0
GPS Navigation Tutorial
« on: April 08, 2008, 02:55:12 AM »
Would anyone be interested in this if I wrote one? GPS is a pretty big thing so I'm a little surprised Admin hasn't already made one  ;D

Offline tpi008

  • Jr. Member
  • **
  • Posts: 26
  • Helpful? 0
Re: GPS Navigation Tutorial
« Reply #1 on: April 08, 2008, 03:25:51 AM »
Would anyone be interested in this if I wrote one? GPS is a pretty big thing so I'm a little surprised Admin hasn't already made one  ;D

I would be totally interested!...in fact i'm looking for a GPS receiver myself for my Pocket PC which eventually will controll my robot.

please do..i would forward to it.

Offline Private Reid

  • Robot Overlord
  • ****
  • Posts: 272
  • Helpful? 0
  • I love apples ... Yum !!!
Re: GPS Navigation Tutorial
« Reply #2 on: April 08, 2008, 04:04:40 AM »
if your willing to....


PLZ, PLZ, PLZ


Quote
Pocket PC which eventually will controll my robot

Same ;D

Offline benji

  • Supreme Robot
  • *****
  • Posts: 830
  • Helpful? 0
Re: GPS Navigation Tutorial
« Reply #3 on: April 08, 2008, 03:07:54 PM »
no need to ask man, DO IT
good ol' BeNNy

Offline airman00

  • Contest Winner
  • Supreme Robot
  • ****
  • Posts: 3,650
  • Helpful? 21
  • narobo.com
    • Narobo.com - Mechatronics and related
Re: GPS Navigation Tutorial
« Reply #4 on: April 08, 2008, 06:13:58 PM »
do it!
Check out the Roboduino, Arduino-compatible board!


Link: http://curiousinventor.com/kits/roboduino

www.Narobo.com

Offline frank26080115

  • Supreme Robot
  • *****
  • Posts: 322
  • Helpful? 2
Re: GPS Navigation Tutorial
« Reply #5 on: April 08, 2008, 08:37:46 PM »
Everybody interested, go buy a EM-406A right now, without configuration, it spits out GPS data in ASCII out it's serial port at 4800 baud. After than, simply configure it so automatic is off and ask it for data yourself with simple string commands.

http://www.sparkfun.com/commerce/product_info.php?products_id=465

Just read the datasheet and the NMEA manual, everything is covered.

Offline tpi008

  • Jr. Member
  • **
  • Posts: 26
  • Helpful? 0
Re: GPS Navigation Tutorial
« Reply #6 on: April 08, 2008, 10:58:41 PM »
Everybody interested, go buy a EM-406A right now, without configuration, it spits out GPS data in ASCII out it's serial port at 4800 baud. After than, simply configure it so automatic is off and ask it for data yourself with simple string commands.

http://www.sparkfun.com/commerce/product_info.php?products_id=465

Just read the datasheet and the NMEA manual, everything is covered.

I'm planning to get a gps receiver module with the same exact chipset. a bluetooth enabled unit that i wish to connect with my PPC.
anyone have any suggestions?

Offline tpi008

  • Jr. Member
  • **
  • Posts: 26
  • Helpful? 0
Re: GPS Navigation Tutorial
« Reply #7 on: April 14, 2008, 03:04:34 AM »
i just got my GPS receiver on ebay. it's a bluetooth US GloSat with SirF3 chipset.i'm messing around with the GPS and my pocket PC which eventually will be the brain of my Beast Bot

Offline 555 timer chip guy

  • Full Member
  • ***
  • Posts: 105
  • Helpful? 0
    • Robots and Circuits
Re: GPS Navigation Tutorial
« Reply #8 on: April 16, 2008, 11:50:54 AM »
parallax has a GPS for about $90 that can be configured to send out ether plane text strings or it has "smart mode"
were you send it a request for some data (time data, heading, longitude ...) and if the data is available it sends it back I just got one and it works great I am planing on using it for a robot that follows way points.

link:

http://parallax.com/Store/Sensors/CompassGPS/tabid/173/CategoryID/48/List/0/Level/a/ProductID/396/Default.aspx?SortField=ProductName%2cProductName
« Last Edit: April 16, 2008, 11:52:35 AM by 555 timer chip guy »

Offline frank26080115

  • Supreme Robot
  • *****
  • Posts: 322
  • Helpful? 2
Re: GPS Navigation Tutorial
« Reply #9 on: April 17, 2008, 05:01:20 PM »
parallax has a GPS for about $90 that can be configured to send out ether plane text strings or it has "smart mode"
were you send it a request for some data (time data, heading, longitude ...) and if the data is available it sends it back I just got one and it works great I am planing on using it for a robot that follows way points.

link:

http://parallax.com/Store/Sensors/CompassGPS/tabid/173/CategoryID/48/List/0/Level/a/ProductID/396/Default.aspx?SortField=ProductName%2cProductName

Everything from parallax is a rip-off... just learn NMEA and get a $60 receiver from sparkfun which tracks 20 satellites and lets you configure it the way you want to configure it.

Offline airman00

  • Contest Winner
  • Supreme Robot
  • ****
  • Posts: 3,650
  • Helpful? 21
  • narobo.com
    • Narobo.com - Mechatronics and related
Re: GPS Navigation Tutorial
« Reply #10 on: April 17, 2008, 07:01:00 PM »
whats NMEA?

I cant find anything called NMEA related to electronics on google
Check out the Roboduino, Arduino-compatible board!


Link: http://curiousinventor.com/kits/roboduino

www.Narobo.com

Offline Trumpkin

  • Supreme Robot
  • *****
  • Posts: 1,176
  • Helpful? 5
Re: GPS Navigation Tutorial
« Reply #11 on: April 17, 2008, 07:02:58 PM »
PLZZZZ write a tutorial!!!
Robots are awesome!

Offline skatjTopic starter

  • Jr. Member
  • **
  • Posts: 25
  • Helpful? 0
Re: GPS Navigation Tutorial
« Reply #12 on: April 18, 2008, 01:36:18 AM »
hey guys, I've been really busy and will probably still be until AP exams are over, so sorry!! I will get around to this ASAP

airman: NMEA is a standard format in which GPS strings are output. This way when you parse string outputs from a receiver you know exactly which character(s) will give you exactly what information you need (altitude, heading, lat/long, etc).

I haven't actually used NMEA before, since the parallax gps receiver has a "smart mode"where you simply request specific information with predefined functions, so my tutorial will focus more on the navigational math part when I finally make it.

edit: don't have time to find a really good website, but try googling "NMEA strings", "NMEA string parsing", or something like that, you might get more results
« Last Edit: April 18, 2008, 01:37:06 AM by skatj »

Offline zeeshan

  • Jr. Member
  • **
  • Posts: 11
  • Helpful? 0
Re: GPS Navigation Tutorial
« Reply #13 on: February 24, 2012, 01:04:59 PM »
Havent u written a tutorial yet???

Offline Webbot

  • Expert Roboticist
  • Supreme Robot
  • *****
  • Posts: 2,165
  • Helpful? 111
    • Webbot stuff
Re: GPS Navigation Tutorial
« Reply #14 on: February 24, 2012, 01:08:41 PM »
Why resurrect a thread that is about 4 years old !!!

Just use WebbotLib it has GPS/NMEA support built in. If you have questions then start a new thread.
Webbot Home: http://webbot.org.uk/
WebbotLib online docs: http://webbot.org.uk/WebbotLibDocs
If your in the neighbourhood: http://www.hovinghamspa.co.uk

 


Get Your Ad Here

data_list