This product has shipping restrictions, so it might have limited shipping options or cannot be shipped to the following countries:
Creative Commons images are CC BY 2.0
Description: The SparkFun GPS Logger Shield equips your Arduino with access to a GPS module, µSD memory card socket, and all of the other peripherals you’ll need to turn your Arduino into a position-tracking, speed-monitoring, altitude-observing wonder logger. The shield is based around a GP3906-TLP GPS Module – a 66-channel GPS receiver featuring a MediaTek MT3339 architecture and up to a 10Hz update rate. The GPS module will stream constant position updates over a simple TTL-level serial port, which you can then log to a µSD card and/or use for other purposes.
Everything on the shield is highly configurable: A switch allows you to select the GPS module’s UART interface between either hardware or software ports, the µSD card operates over a hardware SPI port, which should be compatible with most Arduino layouts, and extra prototyping space should allow you to add those last, few components you need to complete your project. The GPS Logger Shield’s main voltage supply is taken from the Arduino 5V header pin. This voltage is regulated down to 3.3V, which is supplied to both the GPS module and the µSD card. These two components should consume, about 30mA on average, but they may very occasionally spike to around 100mA. We also highly recommend a 12mm Coin Cell Battery, which fits into the GPS Shield’s battery holder.
Note: The shield does not come with headers installed; we recommend the Arduino Stackable Header Kit.
Features:
Documents:
This is the new Arduino Uno R3. In addition to all the features of the previous board, the Uno now uses an ATmega16U2 instead…
At SparkFun we use many Arduinos and we're always looking for the simplest, most stable one. Each board is a bit different an…
The GP-20U7 is a compact GPS receiver with a built-in high performances all-in-one GPS chipset. The GP-20U7 accurately provid…
The EM-506 GPS receiver from [USGlobalSat](http://www.usglobalsat.com) based on the spectacular SiRF StarIII chipset. This co…
CR1225 lithium metal 3V 12mm 47mAh coin cell batteries. Perfect small battery for miniature sensor node applications. Thes…
The SparkFun Mini GPS Shield equips your Arduino Mini with access to a GPS module, µSD memory card socket and all of the oth…
This is a through-hole 12mm coin cell battery holder. It's the unit we like to use as RTC backup and SRAM backup for GPS unit…
Here is a six pin vertical 1.0mm pitch connector. It is useful if you need something very tiny as a connection. These are not…
Horizontal surface mount connector for the EB-85A/FV-M8 GPS receiver. **Documents:**[EB-85A-Connector.pdf](http://www.spar…
These headers are made to work with the Arduino Uno R3, Leonardo and new Arduino boards going forward. They are the perfect h…
A row of headers - break to fit. 40 pins that can be cut to any size. Used with custom PCBs or general custom headers. **Fea…
This is a class 10 16GB microSD memory card, perfect for housing operating systems for single board computers and a multitude…
Arduino is an open-source physical computing platform based on a simple i/o board and a development environment that implemen…
If you've ever tried to connect a 3.3V device to a 5V system, you know what a challenge it can be. The SparkFun bi-directiona…
This is a simple to use, USB to serial base unit for the Digi XBee line. This unit works with all XBee modules including the …
The SparkFun ESP8266 WiFi Shield is an Arduino compatible shield for the ESP8266 WiFi SoC – a leading platform for Internet…
This is your tried and true white solderless breadboard. It has 2 power buses, 10 columns, and 30 rows - a total of 400 tie i…
XBee radios are an awesome way to add wireless capability to your Arduino project and now it's even easier with the SparkFun …
Everyone knows and loves Raspberry Pi, but what if you didn't need additional peripherals to make it wireless. The Raspberry …
Single row of 40-holes, female header. Can be cut to size with a pair of wire-cutters. Standard .1" spacing. We use them exte…
The SparkFun MPU-9250 IMU Breakout features the latest 9-axis MEMS sensor from InvenSense. Each of these 9DoF breakouts featu…
The ESP8266 WiFi Module is a self contained SOC with integrated TCP/IP protocol stack that can give any microcontroller acces…
The SparkFun OpenLog is an open source data logger that works over a simple serial connection and supports microSD cards up t…
This simple cable has so many uses! Plug the 9 volt battery clip onto a standard 9V battery and connect the other end to anyt…
Based on 1 ratings:
by Member #1007963 verified purchaser
Easy to setup and start using, and the fact that the programs are on the website allowed me to start logging and testing.
last updated
Standby Mode: In this Mode the receiver stops navigation and internal processor enters standby state current drain at main supply VDD is reduced to 200 μA typ.
Standby Mode is entered by sending NMEA command: $PMTK161,0*28. Host can wake up the module from Standby Mode to full Power Mode by sending any byte via host port.
The shield only draws about 7mA after the command is issued.
Forgot your password?
No account? Register one!
Why not pick a GPS module that has external antenna input with a uFL connector? Limits your application possibilities to just use the module’s antenna.
Hi,
Does this unit has its own RTC or should we externally integrate one? In the schematics I could not see it and need to make sure.
Thanks,
Fatih.
There is no RTC, but if using GPS you can grab time from the GPS unit which I believe was the intention.
Is there any information about the max altitude this module will work up to? I’m looking at using it for high altitude ballooning and I wanted to make sure it works up to at least 100,000ft before using it. Quick skim over the datasheet didn’t provide any altitude info…
Is there an arduino board this is supposed to fit snugly on? On my uno R3 it gets blocked by the USB port, and on my redboard by the power port. I have extra tall headers so its not a big problem, just seems like it should be able to sit snugly
Sorry I didn’t see this before now. This should fit on any Arduino Uno R3 or the SparkFun Redboard. You do have to solder headers to the shield though. Once the stackable headers are soldered on it sits higher on the boards that it looks like at first glance.
I’m stepping my game with arduinos and now I am looking to 3,3V arduino. Unfortunately, I found that most of the shields (like this one) use 5V as main. Is there any tutorial to hack this shields to be fed with 3,3V?
This shield is made to be compatible with most 3.3V or 5V Arduinos - I bet yours’ll work. The board takes its power in from what is usually the Arduino’s 5V pin. But even if your Arduino has 3.3V there, that should still be enough to feed the 3.3V LDO regulator on-board.
You’ll also need to make sure the IOREF pin is tied to 3.3V as well. Or, if your Arduino doesn’t have an IOREF pin, you can set the IOREF jumper to 3.3V on the shield. There’s more info in this section of the hookup guide.
Thanks for the replay. Actually I’m working with a Redboard and looking to 3.3V arduino pro since the majority of the sensors that I’m working with are 3.3V.