Ultimate GPS Breakout MTK3339

Breakout boards, sensors, Drawdio, Game of Life, other Adafruit kits, etc.

Moderators: adafruit_support_bill, adafruit

Ultimate GPS Breakout MTK3339

Postby Lawndart » Thu Mar 29, 2012 4:14 pm

Hello!
Well I was all excited and bought the breakout board. Then I read the bold print more carefully :oops:
Any timeline for the verification the altitude restriction has been removed?
How might you go about this verification?
Right now, my high altitude ballon project includes an old Garmin GPS35 which is quite a brick in comparison.
Cheers,
Lawndart
User avatar
Lawndart
 
Posts: 3
Joined: Thu Mar 29, 2012 4:08 pm

Re: Ultimate GPS Breakout MTK3339

Postby adafruit » Thu Mar 29, 2012 4:18 pm

Lawndart wrote:Hello!
Well I was all excited and bought the breakout board. Then I read the bold print more carefully :oops: Any timeline for the verification the altitude restriction has been removed?
How might you go about this verification? Right now, my high altitude ballon project includes an old Garmin GPS35 which is quite a brick in comparison. Cheers,
Lawndart


hiya!

this product (announced today) has the high-alt restriction removed:
http://www.adafruit.com/products/746

the manufacturer says it's removed, we have no reason to doubt them - we of course are hoping someone can verify it soon too :)

thanks,
adafruit support
User avatar
adafruit
 
Posts: 10491
Joined: Thu Apr 06, 2006 3:21 pm
Location: nyc

Re: Ultimate GPS Breakout MTK3339

Postby jamescw » Fri Mar 30, 2012 7:06 am

Hi,

I have also got a couple of questions regarding this module:

1. I see from the code the PMTK command to turn on LOCUS and query the status, but any idea how to get the logged data out?

2. If I want to use a button battery for the the RTC to help with warm starts, apart from using he hardware jumper, is there also a setting i need to activate?

3. Do you have a list of the settings and values enabled by default from the factory, so that I can figure out what I need to turn off/on for my needs during a cold boot?

Thanks alot, and a great product BTW really looking forward to see how it performs as a low power data logger!

J
jamescw
 
Posts: 4
Joined: Mon Nov 15, 2010 6:40 am

Re: Ultimate GPS Breakout MTK3339

Postby adafruit » Fri Mar 30, 2012 8:39 am

hi james, the easiest way to extract LOCUS data is to upload a blank sketch, connect the GPS to pins #0&1 of the Arduino and use the GPS Tool software.
we're in the middle of writing a nice tutorial, and of course a sketch to extract the data...can you wait until next week for all this information? :mrgreen:
User avatar
adafruit
 
Posts: 10491
Joined: Thu Apr 06, 2006 3:21 pm
Location: nyc

Re: Ultimate GPS Breakout MTK3339

Postby jamescw » Fri Mar 30, 2012 10:22 am

Lol yes I can wait! Only just ordered my board anyway so it gonna take a few days to get to London!

What I ultimately want todo is use a really small Arduino compatible clone to bootstrap the GPS module when turned on (a Teensy probably) then sleep the micro controller and let the GPS module do its thing with LOCUS until the battery runs out. I will then use a python script to interface with the board over serial and get a dump of the LOCUS data (using flags to denote start and end of dump etc).

The PC tool that comes with the module looks great (I assume thats how you worked out the LOCUS commands using the log?) but im a Mac/Linux guy and dont want to rely on that. Having the module do its own logging is remarkable so I really hope there is an easy way to get at the using using a microchip!

Thanks for getting back to me so quickly,

James
jamescw
 
Posts: 4
Joined: Mon Nov 15, 2010 6:40 am

Re: Ultimate GPS Breakout MTK3339

Postby bchhabra » Fri Mar 30, 2012 11:12 am

Not sure I understand what you mean by "It is not possible to change what is logged" - is the logged data forever or canit be wiped clean and new logging data written after a numebr of uses?
bchhabra
 
Posts: 1
Joined: Fri Mar 30, 2012 11:06 am

Re: Ultimate GPS Breakout MTK3339

Postby adafruit » Fri Mar 30, 2012 12:40 pm

you can erase & reuse the logged data but the RATE of logging (every 15 seconds) and the information that is logged (date/time/lat/lon/alt) cannot be changed. if you need to log other data like the HDOP or Satellites, it is not possible using the LOCUS logger
User avatar
adafruit
 
Posts: 10491
Joined: Thu Apr 06, 2006 3:21 pm
Location: nyc

Re: Ultimate GPS Breakout MTK3339

Postby olegio » Mon Apr 16, 2012 8:55 am

Is it possible to get the logged data without GlobalTop software? Any Linux tools that might be useful?

No pressure, but are you still working on the tutorial? :)
olegio
 
Posts: 8
Joined: Fri Apr 06, 2012 3:15 pm

Re: Ultimate GPS Breakout MTK3339

Postby adafruit » Mon Apr 16, 2012 9:48 am

we are still working on the tutorial, some snags as an arduino is not fast enough to parse out the locus data - we had to write javascript to do it. will post on the blog when its ready!
User avatar
adafruit
 
Posts: 10491
Joined: Thu Apr 06, 2006 3:21 pm
Location: nyc

Re: Ultimate GPS Breakout MTK3339

Postby shagerott » Mon Apr 16, 2012 9:56 am

I am interested in using this board for an RC aircraft application. It appears that the antenna is embedded. Do you have any guesses whether this will work for this application?

Thanks!
shagerott
 
Posts: 1
Joined: Mon Apr 16, 2012 9:52 am

Re: Ultimate GPS Breakout MTK3339

Postby adafruit » Mon Apr 16, 2012 10:07 am

the antenna is embedded, but thats very common for RC - as it is very light weight. as long as you can have the antenna pointing up and not behind a metal screen, it should work fine
User avatar
adafruit
 
Posts: 10491
Joined: Thu Apr 06, 2006 3:21 pm
Location: nyc

Re: Ultimate GPS Breakout MTK3339

Postby scootn405 » Mon Apr 16, 2012 10:58 am

I'm looking to start a GPS speedometer project for my vintage scooter. Is this sensor fast enough to be able to give real time, or very close to, speed ratings?
scootn405
 
Posts: 3
Joined: Wed Nov 24, 2010 11:57 am

Re: Ultimate GPS Breakout MTK3339

Postby adafruit » Mon Apr 16, 2012 12:08 pm

absolutely, 10Hz is very very fast! it does have estimated speed output as well, but ONLY if it has a fix so it wont work in a tunnel, etc.
User avatar
adafruit
 
Posts: 10491
Joined: Thu Apr 06, 2006 3:21 pm
Location: nyc

Re: Ultimate GPS Breakout MTK3339

Postby jamescw » Wed Apr 18, 2012 5:22 am

Hey Guys,

Thanks for the tutorial!

Seems the locus data is encoded in some kind of format, and you guys have a JavaScript parser somewhere right?

Any chance you could publish the source?

BTW: What is you resource for figuring out all the PMTK sentences? Doesn't seem to be much in the datasheets when it comes to LOCUS...

Cheers,

James
jamescw
 
Posts: 4
Joined: Mon Nov 15, 2010 6:40 am

Re: Ultimate GPS Breakout MTK3339

Postby olegio » Wed Apr 18, 2012 8:07 am

Thanks for the tutorial! (one of the links has a typo: http://ladyada.net/products/ultimategps/%22)

It seems my logging stopped working. Whenever I run Locus examples, I get "no response :(" (it worked before). Is there any way to fix this?

Thanks,
olegio
 
Posts: 8
Joined: Fri Apr 06, 2012 3:15 pm

Next

Return to Other Adafruit products

Who is online

Users browsing this forum: Google [Bot] and 3 guests

Stuff to buy from the Adafruit store and links to product documentation!


New Products [103]

Raspberry Pi[80]
 
FLORA[23]
 
Bunnie Studios[9]
 
FPGA[1]
 
mbed[11]
Arduino[60]
 
NETduino[14]
 
BeagleBone[24]
 
Android[6]
 
XBee[10]
More Dev Boards[30]


 
BoArduino[8]
 
SpokePOV[4]
 
TV-B-Gone[4]
 
MiniPOV[3]
 
SIM reader[3]
 
Microtouch[5]
 
Clocks & Watches[18]
 
Drawdio[4]
 
Brain Machine[1]
 
Game of Life[2]
 
MintyBoost[2]
More DIY Kits[16]


 
MaKey MaKey[3]
 
Tweet-a-Watt[5]
 
Young Engineers[33]
 
Discover Electronics[2]
 
Snap Circuits[4]
 
littleBits[3]
 
Project packs[8]


 
Breakout Boards[33]
LCDs & Displays[48]
Components & Parts[69]
Batteries & Power[49]
EL Wire/Tape/Panel[52]
LEDs[109]
 
Wireless[14]
Cables[61]
 
Lasers[6]
Sensors/Parts[145]
 
Enclosures/Cases[11]
 
Solar[11]
 
RFID / NFC[13]
Prototyping[70]
 
iDevices[13]
Tools[71]
 
Wearables[39]
 
CNC[37]
 
Robotics[29]
 
3D printing[1]
 
Materials[24]


 
Stickers[41]
 
Skill badges[55]
 
Books[25]
 
Circuit Playground[7]
 
Gift Certificates[4]