Modifications

Sauter à la navigation Sauter à la recherche
126 octets ajoutés ,  2 mai 2012 à 06:58
Ligne 8 : Ligne 8 :     
== Raccorder au PC ==
 
== Raccorder au PC ==
GPS modules are great in that the moment you turn them on, they'll start spitting out data, and trying to get a 'fix' (location verification). Like pretty much every GPS in existance, the Adafruit Ultimate GPS uses TTL serial output to send data so the best way to first test the GPS is to wire it directly to the computer via the TTL serial to USB converter on an Arduino. You can also use an FTDI Friend or other TTL adapter but for this demonstation we'll use a classic Arduino.
+
Les modules GPS sont vraiment merveilleux, dès qu'ils sont allumés ils essayent de se synchroniser (FIX) et produisent des données. Comme presques tous les GPS existants, Le GPS Ultimate d'Adafruit utilise une logique  TTL sur sa sortie série pour envoyer ses données.
 +
 
 +
La meilleure façon de commencer à tester un GPS est de le brancher directement sur un ordinateur par l'intermédiaire du convertisseur Série TTL vers USB d'un Arduino.
 +
 
 +
Vous pouvez aussi utiliser un adaptateur FTDI ou tout autre adaptateur TTL mais dans cette démonstration nous allons utiliser un simple Arduino.
    
=== Le code ===
 
=== Le code ===
First, load a 'blank' sketch into the Arduino:  
+
Pour commencer, charger un sketch 'blank" dans votre Arduino:  
    
  <nowiki>// this sketch will allow you to bypass the Atmega chip
 
  <nowiki>// this sketch will allow you to bypass the Atmega chip
29 915

modifications

Menu de navigation