Ever think your coat could guide you home? The easiest way to add location information to your wearable electronics project is with the Flora GPS. It’s part of the Adafruit Flora series of wearable electronics, designed specifically for use with the Flora main board. Installed on the PCB is the latest of our Ultimate GPS modules, a small, super-thin, low power GPS module with built in data-logging capability! This module’s easy to use, but extremely powerful. Check out our video on YouTube (please subscribe!) and Vimeo.
-165 dBm sensitivity, 10 Hz updates, 66 channels
Designed for wearable use with the Flora system
Only 20mA current draw
RTC battery-compatible – sew a battery on to create a atomic-precision real time clock
Built-in datalogging
>25Km altitude
Internal patch antenna + u.FL connector for external active antenna
The breakout is built around the MTK3339 chipset, a no-nonsense, high-quality GPS module that can track up to 22 satellites on 66 channels, has an excellent high-sensitivity receiver (-165 dB tracking!), and a built in antenna. It can do up to 10 location updates a second for high speed, high sensitivity logging or tracking. Power usage is incredibly low, only 20 mA during navigation.
The module is kept small and simple, we have a ferrite bead, filter capacitor and red fix LED on board. The LED blinks at about 1Hz while it’s searching for satellites and blinks once every 15 seconds when a fix is found to conserve power. If you want to have an LED on all the time, we also provide the FIX signal out on a pin so you can put an external LED on.
Two features that really stand out about the MTK3339-based module is the external antenna functionality and the the built in data-logging capability. The module has a standard ceramic patch antenna that gives it -165 dB sensitivity, but when you want to have a bigger antenna, you can snap on any 3V active GPS antenna via the uFL connector. The module will automatically detect the active antenna and switch over! Most GPS antennas use SMA connectors so you may want to pick up one of our uFL to SMA adapters.
The other cool feature of the new MTK3339-based module (which we have tested with great success) is the built in datalogging ability. Since there is a microcontroller inside the module, with some empty FLASH memory, the newest firmware now allows sending commands to do internal logging to that FLASH. The only thing is that you do need to have the Flora mainboard send the “Start Logging” command. However, after that message is sent, the Flora can go to sleep and does not need to wake up to talk to the GPS anymore to reduce power consumption. The time, date, longitude, latitude, and height is logged every 15 seconds and only when there is a fix. The internal FLASH can store about 16 hours of data, it will automatically append data so you don’t have to worry about accidentally losing data if power is lost. It is not possible to change what is logged and how often, as its hardcoded into the module but we found that this arrangement covers many of the most common GPS datalogging requirements.
Comes with one fully assembled and tested module. If you’d like to back up the RTC for faster fix-recovery, pick up a sewable CR2032 holder & CR2032 battery and sew it so the + side connects to the VBAT pad and the – side connects to ground.
Every Wednesday is Wearable Wednesday here at Adafruit! We’re bringing you the blinkiest, most fashionable, innovative, and useful wearables from around the web and in our own original projects featuring our wearable Arduino-compatible platform, FLORA. Be sure to post up your wearables projects in the forums or send us a link and you might be featured here on Wearable Wednesday!
Every Wednesday is Wearable Wednesday here at Adafruit! We’re bringing you the blinkiest, most fashionable, innovative, and useful wearables from around the web and in our own original projects featuring our wearable Arduino-compatible platform, FLORA. Be sure to post up your wearables projects in the forums or send us a link and you might be featured here on Wearable Wednesday!
NEW PRODUCT – Adafruit Ultimate GPS Logger Shield – Includes GPS Module. Brand new and better than ever, we’ve replaced our Adafruit GPS shield kit with this assembled shield that comes with an Ultimate GPS module. This GPS shield works great with either UNO or Leonardo Arduinos and is designed to log data to an SD card. Or you can leave the SD card out and use the GPS for a geocaching project, or maybe a music player that changes tunes depending on where you are in the city.
-165 dBm sensitivity, 10 Hz updates, 66 channels
Low power module – only 20mA current draw, half of most GPS’s
Assembled & tested shield for Arduino Uno/Duemilanove/Diecimila/Leonardo (not for use with Mega/ADK/Due)
MicroSD card slot for datalogging onto a removable card
RTC battery included, for up to 7 years backup
Built-in datalogging to flash
PPS output on fix
>25Km altitude
Internal patch antenna + u.FL connector for external active antenna
If your project is going to be inside an enclosure, you’ll love this shield as it has external antenna support. Simply connect an external active GPS antenna via a uFL/SMA cable to the shield and the module will automatically switch over to use the antenna. You can then place the antenna wherever you wish.
William Phelps recently wrote to us with alternative firmware for Alpha Clock Five, our oversized alphanumeric LED clock/data display kit. His firmware adds two very welcome features: Automatic daylight saving time (DST) correction, and automatic time setting via a GPS module. It works remarkably well.
Here, we’ll show you how to hook it all up and how to use it.
This project interfaces an Alpha Clock Five (either the classic red or newer white version), to the Adafruit Ultimate GPS Breakout. For constructing a cable between the two, we will modify a “rainbow” 6-pin F-F header socket cable, and we’ll also need to run one more wire to provide power to the GPS module.
If you wish to use HW UART instead of the USB cable, it’s perfectly possible … you just need to do a bit more work to free the UART up on your Pi.
To get started, hook the GPS module up to your Pi as follows, cross-connecting the TX and RX pins (TX on one device goes to RX on the other and vice versa), and supply 5V from the Pi to the VIN pin on the GPS module…
I’ve posted a new video of the small GPS clock project I have been working on this past week. It’s pretty easy to do, and only needs soldering on the GPS and LED units. You can mount everything to a breadboard, so you don’t need to commit the parts to the project permanently.
We carry a few different GPS modules here in the Adafruit shop, but none that satisfied our every desire – that’s why we designed this little GPS breakout board. We believe this is the Ultimate GPS module, so we named it that. It’s got everything you want and more!
How easy is it to get your Raspberry Pi eavesdropping on satellites 20,000 km up in the sky? Wonderfully easy thanks to Linux, and affordable thanks to Adafruit’s Ultimate GPS Breakout!
This quick learning guide will show you everything you need to do to add position tracking to your Pi project using the open source GPS daemon ‘gpsd’ and an inexpensive USB to TTL adapter cable.
Here’s some pictures of my latest project that couples an Adafruit Ultimate GPS module with my own NOAA Weather Radio/SAME Decoder module. This setup allows me to log signal strength of the radio reception based on GPS position. Right now I don’t have an SD Card implemented. It feeds the lat, lon, and RSSI of the radio to a terminal program for capture. After that I can overlay it on a map using gpsvisualizer.com
Adafruit customer Kenton Harris used a reverse geocaching box to propose to his girlfriend (she said yes). After the project build and successful proposal, he shared how he built the reverse geocache box with us. We thought others may be interested in building a similar box for their own proposals, or for fun!
A reverse geocaching box works similar to other geocaching devices. It will guide you to certain coordinates on earth and instead of finding a geocache located at those coordinates, you carry the box with you, and it opens for you at a predetermined destination. This is also a great way to do a scavenger hunt (making someone go to multiple locations before the box opens).
Thanks again Kenton for sharing your story and tutorial with us!
Gobble Gobble day is next week, which means the hotly anticipated (by us!) and dreaded (by you!) holiday shopping season is beginning. Luckily for you we’re making it easier this year with our 2012 Adafruit Gift Guide series. Each day until Christmas we’ll roll out a different theme, everything from wearable electronics to Arduino shields, from 3D printers to photography to gift certificates from sites Adafruit likes!
Happy shopping!
Adafruit Ultimate GPS – We carry a few different GPS modules here in the Adafruit shop, but none that satisfied our every desire – that’s why we designed this little GPS breakout board. We believe this is the Ultimate GPS module, so we named it that. It’s got everything you want and more.
FLORA Wearable Ultimate GPS Module – This module is the best way to add a GPS to your wearable project. It’s part of the Adafruit Flora series of wearable electronics, designed specifically for use with the Flora motherboard. Installed on the PCB is the latest of our Ultimate GPS modules, a small, super-thin, low power GPS module with built in data-logging capability! This module’s easy to use, but extremely powerful.
Geogram ONE – An open source tracking device that is packed with features.
Quad Band GSM
66 Channel GPS based off the MT3339 Chipset
Atmega328p with Arduino Bootloader preinstalled
6 axis digital accelerometer
On board single cell lipo fuel gauge
6 pin FTDI connector for connecting optional FTDI cable
USB conection for charging Lipo battery
4 Analog inputs (3 can be used as digital IO)
2 Digital IO lines
Cooking Hacks 3G + GPS shield for Arduino - The 3G + GPS shield for Arduino enables the connectivity to high speed WCDMA and HSPA cellular networks in order to make possible the creation of the next level of worldwide interactivity projects inside the new “Internet of Things” era. The module counts also with an internal GPS what enables the location of the device outdoors and indoors combining standard NMEA frames with mobile cell ID triangulation using both assisted-mobile (A-GPS) and mobile-based (S-GPS) modes. There is also a version that works with the Raspberry Pi!
Coobro Geo - an easy to assemble GPS navigation kit. Upload coordinates, turn it on, and the Coobro Geo will help you navigate to any destination on earth by using LEDs to show you the correct direction and distance remaining. Before you leave on your quest, press and hold the breadcrumbs button and the Coobro Geo will remember your location and help you navigate back. Store up to five pre-entered destination coordinates and five breadcrumbs, or modify the open source code and store as many coordinates as you want. Use the Coobro Geo to help you find geocaches, store and navigate between hot fishing spots, complete a scavenger hunt, or simply help you find your car after a hike.
SHIPPING DEADLINES
Here are your 2012 shipping deadlines for ordering from Adafruit. Please review our shipping section if you have specific questions on how and where we ship worldwide for this holiday season.
UPS ground (USA orders): Place orders by Friday 11am ET – December 14, 2012 – Arrive by 12/24/2012 or sooner.
UPS 3-day (USA orders): Place orders by Wednesday 11am ET – December 19, 2012 – Arrive on 12/24/2012.
UPS 2-day (USA orders): Place orders by Thursday 11am ET – December 20, 2012 – Arrive on 12/24/2012.
UPS overnight (USA orders): Place orders by Friday 11am ET – December 21, 2012 – Arrive on 12/24/2012.
UPS International: Place orders by Monday 11am ET – December 17, 2012. Can take up extra time due to worldwide delays and customs. Should arrive by 12/24/2012 or sooner.
Please note: We do not offer Saturday service for UPS.
Tuesday, Dec. 25, 2012, Christmas, no UPS pickup or delivery service.
Tuesday, Jan. 1, 2013, New Year’s Day, no UPS pickup or delivery service.
United States Postal Service, First Class and Priority (USA orders): Place orders by Friday – December 14, 2012 – Arrive by 12/24/2012 or sooner.
USPS First class mail international (International orders): Place orders by Friday – November 23, 2012. Can take up to 30 days ore more with worldwide delays and customs. Should arrive by 12/24/2012 or sooner, but not a trackable service cannot be guaranteed to arrive by 12/24/12.
USPS Express mail international(International orders): Place orders by Friday – December 14, 2012. Can take up to 15 days or more with worldwide delays and customs. Should arrive by 12/24/2012 or sooner.
Periodically, your computer will connect to servers that speak NTP. After getting the time, your system does some math (to account for transmission delays, and bad clocks), and adjusts the system clock. This periodic synchronization keeps a clock from drifting too far behind, or too far ahead from the world standard.
By itself, NTP does not provide accurate time information. This the job of a dedicated reference clock.
A reference clock is a precise source of time, and these are connected to a computer which transmit their data over a network using NTP.
In our case, we can use a GPS unit as a reference device (in GPS, accurate positioning requires very accurate time). While not a lab quality reference clock, it has enough accuracy for most applications.
New! Version 3 comes with the latest module which has external antenna support and Pulse-Per-Second output
We carry a few different GPS modules here in the Adafruit shop, but none that satisfied our every desire – that’s why we designed this little GPS breakout board. We believe this is the Ultimate GPS module, so we named it that. It’s got everything you want and more:
-165 dBm sensitivity, 10 Hz updates, 66 channels
5V friendly design and only 20mA current draw
Breadboard friendly + two mounting holes
RTC battery-compatible
Built-in datalogging
PPS output on fix
>25Km altitude
Internal patch antenna + u.FL connector for external active antenna
Fix status LED
…all for under $40!
The breakout is built around the MTK3339 chipset, a no-nonsense, high-quality GPS module that can track up to 22 satellites on 66 channels, has an excellent high-sensitivity receiver (-165 dB tracking!), and a built in antenna. It can do up to 10 location updates a second for high speed, high sensitivity logging or tracking. Power usage is incredibly low, only 20 mA during navigation.
Best of all, we added all the extra goodies you could ever want: a ultra-low dropout 3.3V regulator so you can power it with 3.3-5VDC in, 5V level safe inputs, ENABLE pin so you can turn off the module using any microcontroller pin or switch, a footprint for optional CR1220 coin cell to keep the RTC running and allow warm starts and a tiny bright red LED. The LED blinks at about 1Hz while it’s searching for satellites and blinks once every 15 seconds when a fix is found to conserve power. If you want to have an LED on all the time, we also provide the FIX signal out on a pin so you can put an external LED on.
Two features that really stand out about version 3 MTK3339-based module is the external antenna functionality and the the built in data-logging capability. The module has a standard ceramic patch antenna that gives it -165 dB sensitivity, but when you want to have a bigger antenna, you can snap on any 3V active GPS antenna via the uFL connector. The module will automatically detect the active antenna and switch over! Most GPS antennas use SMA connectors so you may want to pick up one of our uFL to SMA adapters.
The other cool feature of the new MTK3339-based module (which we have tested with great success) is the built in datalogging ability. Since there is a microcontroller inside the module, with some empty FLASH memory, the newest firmware now allows sending commands to do internal logging to that FLASH. The only thing is that you do need to have a microcontroller send the “Start Logging” command. However, after that message is sent, the microcontroller can go to sleep and does not need to wake up to talk to the GPS anymore to reduce power consumption. The time, date, longitude, latitude, and height is logged every 15 seconds and only when there is a fix. The internal FLASH can store about 16 hours of data, it will automatically append data so you don’t have to worry about accidentally losing data if power is lost. It is not possible to change what is logged and how often, as its hardcoded into the module but we found that this arrangement covers many of the most common GPS datalogging requirements.
We’ve tested this version of the Ultimate GPS in a high-altitude balloon, and it kept fix up to 27km!
Dominic Wilcox has created a fully functional prototype pair of shoes that will guide you home no matter where you are in the world…
“I was commissioned by the Global Footprint project in Northamptonshire, a place famous for shoe making, to create some shoes. I decided to make a pair of shoes that can navigate you to anywhere you wish to travel to. I thought about the Wizard of Oz and how Dorothy could click her shoes together to go home. After uploading your required destination to the shoes via a piece of custom made mapping software and a USB cable, the GPS, which is embedded in the heal, is activated by a heal click. It then communicates to the wearer via a ring of LED lights to point in the required direction. The shoe with the GPS wirelessly communicates with the right shoe that has a progress bar of lights to show how close you are to the destination.” Dominic Wilcox In order to create the fully functioning prototype shoes Wilcox worked with interactive arts and technology expert Becky Stewart and local Northampton shoe maker Stamp Shoes to create the bespoke leather shoes.
One of the tasks I want to use a Raspberry PI for is to take over the duties of an existing ITX based linux box running my weather station. Now in theory that should be pretty simple as the current setup uses pywws to connect to the station and as that’s written in python it should work.
Now the Raspberry PI has no onboard Real time clock – which means it needs to use an NTP server to get the time when it starts. Usually you would use the default settings and allow the PI to connect to thenet for it’s time. Now this is fine if you have a working net connection but what if you are not connected to the net? You might be in the field running the PI on batteries.
As the other projects I have lined up for it is to connect my Meade LX200GPS telescope to the local network or to work with my (in prototype) radio telescopes so having an accurate clock is going to be required.
Now the obvious solution here is to use GPS as a time source. GPS works by having a constellation of satellites in orbit and each one carries a highly accurate atomic clock & broadcast both their current position and the time. A GPS receiver then receives these signals and, as long as it has enough satellites and workout where you are by comparing the times from those clocks.
So this article shows how to use A GPS receiver with the Rasperry PI – although these instructions are not specific to the PI.
We carry a few different GPS modules here in the Adafruit shop, but none that satisfied our every desire – that’s why we designed this little GPS breakout board. We believe this is the Ultimate GPS module, so we named it that.
It’s got everything you want and more:
-165 dBm sensitivity, 10 Hz updates, 66 channels
5V friendly design and only 20mA current draw
Breadboard friendly + two mounting holes
RTC battery-compatible
Built-in datalogging
PPS output on fix
>25Km altitude
Internal patch antenna + u.FL connector for external active antenna
Fix status LED
…all for under $40!
The breakout is built around the MTK3339 chipset, a no-nonsense, high-quality GPS module that can track up to 22 satellites on 66 channels, has an excellent high-sensitivity receiver (-165 dB tracking!), and a built in antenna. It can do up to 10 location updates a second for high speed, high sensitivity logging or tracking. Power usage is incredibly low, only 20 mA during navigation.
Best of all, we added all the extra goodies you could ever want: a ultra-low dropout 3.3V regulator so you can power it with 3.3-5VDC in, 5V level safe inputs, ENABLE pin so you can turn off the module using any microcontroller pin or switch, a footprint for optional CR1220 coin cell to keep the RTC running and allow warm starts and a tiny bright red LED. The LED blinks at about 1Hz while it’s searching for satellites and blinks once every 15 seconds when a fix is found to conserve power. If you want to have an LED on all the time, we also provide the FIX signal out on a pin so you can put an external LED on.
Two features that really stand out about version 3 MTK3339-based module is the external antenna functionality and the the built in data-logging capability. The module has a standard ceramic patch antenna that gives it -165 dB sensitivity, but when you want to have a bigger antenna, you can snap on any 3V active GPS antenna via the uFL connector. The module will automatically detect the active antenna and switch over! Most GPS antennas use SMA connectors so you may want to pick up one of our uFL to SMA adapters.
The other cool feature of the new MTK3339-based module (which we have tested with great success) is the built in datalogging ability. Since there is a microcontroller inside the module, with some empty FLASH memory, the newest firmware now allows sending commands to do internal logging to that FLASH. The only thing is that you do need to have a microcontroller send the “Start Logging” command. However, after that message is sent, the microcontroller can go to sleep and does not need to wake up to talk to the GPS anymore to reduce power consumption. The time, date, longitude, latitude, and height is logged every 15 seconds and only when there is a fix. The internal FLASH can store about 16 hours of data, it will automatically append data so you don’t have to worry about accidentally losing data if power is lost. It is not possible to change what is logged and how often, as its hardcoded into the module but we found that this arrangement covers many of the most common GPS datalogging requirements.
We’ve tested this version of the Ultimate GPS in a high-altitude balloon, and it kept fix up to 27km!