Modifications

Sauter à la navigation Sauter à la recherche
1 138 octets ajoutés ,  8 mai 2012 à 11:39
Ligne 192 : Ligne 192 :     
'''3.3V''' is the output from the onboard 3.3V regulator. If you have a need for a clean 3.3V output, you can use this! It can provide at least 100mA output.
 
'''3.3V''' is the output from the onboard 3.3V regulator. If you have a need for a clean 3.3V output, you can use this! It can provide at least 100mA output.
 +
 +
== Built in Logging ==
 +
 +
One of the nice things about the MTK3339 is the built in data-logger. This basic data-logging capability can store date, time, latitude, longitude and altitude data into a 64K flash chip inside. Its not a high resolution logger - it only logs once every 15 seconds when there is a fix - but for 99% of projects that want to track location, this can be a great low power way to log data - no SD card or other EEPROM required! It can store up to 16 hours of data.
 +
 +
The GPS module does require a microcontroller to 'kick start' the logger by requesting it to start. If power is lost it will require another 'kick' to start. If you already have some data in the FLASH, a new trace will be created (so you wont lose old data) and if you run out of space it will simply halt and not overwrite old data. Despite this annoyance, its still a very nice extra and we have some library support to help you use it
 +
 +
First, we should try getting the logger to run.Open up the '''File→Examples→Adafruit_GPS→locus_start''' sketch. This will demonstrate how to start the logger (called LOCUS)
 +
 +
{{tmbox| Text= A suivre...}}
 +
    
== Source ==
 
== Source ==
29 836

modifications

Menu de navigation