Modifications

Sauter à la navigation Sauter à la recherche
Ligne 48 : Ligne 48 :  
Ensuite, vous pouvez envoyez et recevoir des donnée directement au module XBee depuis n'importe quel programme terminal (comme le moniteur série d'Arduino IDE). Cela permet, par exemple, de voir les données qui sont reçues par le le module XBee... données envoyées depuis un autre shield XBee (ex: pour collecter, via un réseau sans fil, les données de senseurs positionnés en différents endroits).
 
Ensuite, vous pouvez envoyez et recevoir des donnée directement au module XBee depuis n'importe quel programme terminal (comme le moniteur série d'Arduino IDE). Cela permet, par exemple, de voir les données qui sont reçues par le le module XBee... données envoyées depuis un autre shield XBee (ex: pour collecter, via un réseau sans fil, les données de senseurs positionnés en différents endroits).
   −
== Configuring the Xbee Module ==
+
== Configurer le module Xbee ==
   −
You can configure the Xbee module from code running on the Arduino board or from software on the computer. To configure it from the Arduino board, you'll need to have the switch in the Micro position. To configure it from the computer, you'll need to have the switch in the USB position and have removed the microncontroller from your Arduino board.
+
Vous pouvez configurer un module XBee depsui du code fonctionnant sur une carte Arduino OU depuis un logiciel fonctionnant sur un ordinateur. Pour le configurer depuis une carte Arduino, il faut placer l'interrupteur sur la position "Micro". Pour configurer le module XBee depuis un ordinateur, il faut placer l'interrupteur sur la position "USB" et désactiver le microcontroleur (ou le retirer de la carte Arduino).
    
To get the module into configuration mode, you need to send it three plus signs: +++ and there needs to be at least one second before and after during which you send no other character to the module. Note that this includes newlines or carriage return characters. Thus, if you're trying to configure the module from the computer, you need to make sure your terminal software is configured to send characters as you type them, without waiting for you to press enter. Otherwise, it will send the plus signs immediately followed by a newline (i.e. you won't get the needed one second delay after the +++). If you successfully enter configuration mode, the module will send back the two characters 'OK', followed by a carriage return.  
 
To get the module into configuration mode, you need to send it three plus signs: +++ and there needs to be at least one second before and after during which you send no other character to the module. Note that this includes newlines or carriage return characters. Thus, if you're trying to configure the module from the computer, you need to make sure your terminal software is configured to send characters as you type them, without waiting for you to press enter. Otherwise, it will send the plus signs immediately followed by a newline (i.e. you won't get the needed one second delay after the +++). If you successfully enter configuration mode, the module will send back the two characters 'OK', followed by a carriage return.  
Ligne 119 : Ligne 119 :  
|}
 
|}
   −
Note that like the other commands, the reset will not be permanent unless you follow it with the ATWR comamand.  
+
Note that like the other commands, the reset will not be permanent unless you follow it with the ATWR comamand.
    
== Références ==
 
== Références ==
29 917

modifications

Menu de navigation