Ultimate GPS Breakout not accepting commands

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

Moderators: adafruit_support_bill, adafruit

Ultimate GPS Breakout not accepting commands

Postby landis » Mon May 28, 2012 11:43 pm

I recently purchased the Ultimate GPS Breakout (MTK3339). At first, I was able to start LOCUS using the example sketches, as well as change the update frequency or data output using the commands in the library (GPS.sendCommand(PMTK_SET_NMEA_OUTPUT_RMCONLY))...

Lately I haven't been able to access anything using the commands. The only output from the unit is what appears to be "all output", at 1Hz. Trying to start or query LOCUS status always yields the "No Response :(".

Any thoughts on why I no longer have access to the more advanced features of the GPS?

Further details:
tested indoors near window, and outdoors. LED will blink once a second, then gets a fix and goes to once/10 or so seconds. Data that comes out of serial once fix is established looks like good GPS data, UTC timestamp is correct, and GPS coordinates are correct. I just can't adjust the output or start LOCUS.

Thanks,
Jim
User avatar
landis
 
Posts: 7
Joined: Tue May 22, 2012 10:20 pm
Location: Philadelphia, PA

Re: Ultimate GPS Breakout not accepting commands

Postby adafruit » Tue May 29, 2012 12:56 pm

post up a pics your wiring, make sure you have the RX pin connected properly of course!
User avatar
adafruit
 
Posts: 10553
Joined: Thu Apr 06, 2006 3:21 pm
Location: nyc

Re: Ultimate GPS Breakout not accepting commands

Postby landis » Wed May 30, 2012 8:22 pm

From the arduino to the gps:
5V -> VIN
GND -> GND
D2 -> RX
D3 -> TX

Basically, pretty simple hookup. The GPS strings are correct, if you need the raw output from the unit as well, I can take it outside with a laptop and capture.

Image

My working theory so far is that the GPS unit might be fine, but the micro-controller where the flash memory would be is not working.
Also, to rule out any problems with the UNO, I also tried a MEGA2560 board I have, with same results, and I was able to use the arduino with a 16x2 screen using those 2 pins successfully, so I'm 98% sure the arduino is OK.

EDIT
Sorry for the huge picture! Any way to set picture sizes on a img link?
User avatar
landis
 
Posts: 7
Joined: Tue May 22, 2012 10:20 pm
Location: Philadelphia, PA

Re: Ultimate GPS Breakout not accepting commands

Postby adafruit » Wed May 30, 2012 9:00 pm

lets try one more thing - can you double-down on the soldered header for the GPS unit? just go over it and give it more solder and make sure it flows well
if that doesnt fix it, email support@adafruit and ask for a new one
User avatar
adafruit
 
Posts: 10553
Joined: Thu Apr 06, 2006 3:21 pm
Location: nyc

Re: Ultimate GPS Breakout not accepting commands

Postby zeptosecond » Wed May 30, 2012 10:36 pm

I'm having the exact same problem. I think my problem started after I changed the baud rate. I'm have been fighting this for hours and could use any help that can be offered.
zeptosecond
 
Posts: 4
Joined: Wed May 30, 2012 10:32 pm

Re: Ultimate GPS Breakout not accepting commands

Postby adafruit » Thu May 31, 2012 7:24 am

zeptosecond wrote:I'm having the exact same problem. I think my problem started after I changed the baud rate. I'm have been fighting this for hours and could use any help that can be offered.


use the blank sketch and connect via the GPS tool - dont change the baud rate! keep it at 9600, the arduino cant use software serial at higher rates very well
User avatar
adafruit
 
Posts: 10553
Joined: Thu Apr 06, 2006 3:21 pm
Location: nyc

Re: Ultimate GPS Breakout not accepting commands

Postby zeptosecond » Thu May 31, 2012 11:27 am

I changed the baud rate because it was dropping characters. Any ideas as to why that would happen?

I'm on a mac so I'll have to find a PC to run the GPS tool on.
zeptosecond
 
Posts: 4
Joined: Wed May 30, 2012 10:32 pm

Re: Ultimate GPS Breakout not accepting commands

Postby adafruit » Thu May 31, 2012 1:37 pm

zepto, get it back to 9600 and post a new thread, we're trying to help a customer in this one and its confusing to have two posters with different problems
User avatar
adafruit
 
Posts: 10553
Joined: Thu Apr 06, 2006 3:21 pm
Location: nyc

Re: Ultimate GPS Breakout not accepting commands

Postby landis » Thu May 31, 2012 3:08 pm

No luck with the double-down, same symptoms. Also checked the voltage out on the 3.3 pin, getting 3.325V, so problem does not seem to be with the voltage regulator.
Think I got a bad unit?

Image
Pic taken with my USB Microscope that came today, w00t!
User avatar
landis
 
Posts: 7
Joined: Tue May 22, 2012 10:20 pm
Location: Philadelphia, PA

Re: Ultimate GPS Breakout not accepting commands

Postby adafruit » Fri Jun 01, 2012 8:11 pm

landis, nice work there :) but lets replace your GPS - email support@adafruit and hopefully that will solve it. we do test the RX pin so not sure what could have happened!
User avatar
adafruit
 
Posts: 10553
Joined: Thu Apr 06, 2006 3:21 pm
Location: nyc

Re: Ultimate GPS Breakout not accepting commands

Postby landis » Mon Jun 11, 2012 9:30 pm

Follow up to issue above using new unit.

Now this unit is not working either, and I know exactly when it happens. DO NOT use the MT3339 GPS PC Tool software linked to at the bottom of the tutorial on ladyada.net. My replacement unit is now bricked as well :(
User avatar
landis
 
Posts: 7
Joined: Tue May 22, 2012 10:20 pm
Location: Philadelphia, PA

Re: Ultimate GPS Breakout not accepting commands

Postby adafruit » Tue Jun 12, 2012 9:34 am

what did you do with the software???
User avatar
adafruit
 
Posts: 10553
Joined: Thu Apr 06, 2006 3:21 pm
Location: nyc

Re: Ultimate GPS Breakout not accepting commands

Postby landis » Tue Jun 12, 2012 10:05 am

I was trying tonread the LOCUS memory. On the LOCUS tab, when I pushed the "query" button, it locked the gps up. Now it wont respond to any of the commands.
User avatar
landis
 
Posts: 7
Joined: Tue May 22, 2012 10:20 pm
Location: Philadelphia, PA

Re: Ultimate GPS Breakout not accepting commands

Postby adafruit » Wed Jun 13, 2012 2:12 pm

Thats -really- odd. Even restarting the software doesn't fix things?
User avatar
adafruit
 
Posts: 10553
Joined: Thu Apr 06, 2006 3:21 pm
Location: nyc

Re: Ultimate GPS Breakout not accepting commands

Postby landis » Fri Jun 15, 2012 6:51 am

Yup, restarting the software has no effect. Also resetting the arduino, reloading sketches... I'm at a loss.
User avatar
landis
 
Posts: 7
Joined: Tue May 22, 2012 10:20 pm
Location: Philadelphia, PA

Next

Return to Other Adafruit products

Who is online

Users browsing this forum: Spiroslouis and 11 guests

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


New Products [113]

Raspberry Pi[82]
 
FLORA[24]
 
Bunnie Studios[9]
 
FPGA[1]
 
mbed[12]
Arduino[60]
 
NETduino[14]
 
Android[6]
 
BeagleBone[23]
 
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[39]
 
Discover Electronics[2]
 
Snap Circuits[4]
 
littleBits[3]
 
Project packs[9]


 
Breakout Boards[35]
LCDs & Displays[49]
Components & Parts[70]
Batteries & Power[54]
EL Wire/Tape/Panel[52]
LEDs[112]
 
Wireless[16]
Cables[66]
 
Lasers[6]
Sensors/Parts[147]
 
Enclosures/Cases[11]
 
Solar[11]
 
RFID / NFC[13]
Prototyping[70]
 
iDevices[13]
Tools[71]
 
Wearables[41]
 
CNC[37]
 
Robotics[29]
 
3D printing[1]
 
Materials[25]


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