Modifications

Sauter à la navigation Sauter à la recherche
Ligne 164 : Ligne 164 :  
Ce code de résultat n'apparaît pas lorsque le SIM900 est configuré en '''auto baud rate'''.
 
Ce code de résultat n'apparaît pas lorsque le SIM900 est configuré en '''auto baud rate'''.
   −
==== Power Down the GPRS Shield ====
+
==== Extinction du shield GPRS  ====
The GPRS Shield can be turned off by following ways:
+
Le shield GPRS peut-être arrêté de plusieurs façons:
*<font color="red">'''1, Normal power down procedure''':</font> Turn off the GPRS shield by using '''Hardware Triger'''; Press the '''ON/OFF Button''' about <font color="red">two seconds</font>.   
+
*<font color="red">'''1, Procédure d'extinction Normale''':</font> éteindre le shield GPRS en utilisant le '''déclenchement matériel'''; pressez le bouton  '''marche/arrêt''' (ON/OFF) pendant environ <font color="red">deux secondes</font>.   
The power down scenarios illustrates as following figure:
+
Le scénario d'extinction s'illustre par les étapes suivantes:
 
[[File:GSM-Shield-06-On-Off.jpg|800px|center]]
 
[[File:GSM-Shield-06-On-Off.jpg|800px|center]]
 
<center>'''Figure of Timing of turning off GPRS Shield using Hardware Triger'''</center>
 
<center>'''Figure of Timing of turning off GPRS Shield using Hardware Triger'''</center>
*<font color="red">'''2, Normal power down procedure''':</font> If <font color="red">JP</font> is soldered, then give <font color="red">Digital Pin 9</font>  of the Arduino(act as Software Triger) a Turn off Impulse can turn off the GPRS Shield. The power down scenarios illustrates as following figure:
+
*<font color="red">'''2, Normal power down procedure''':</font> If <font color="red">JP</font> is soldered, then give <font color="red">Digital Pin 9</font>  of the Arduino(act as Software Triger) a Turn off Impulse can turn off the GPRS Shield. Le scénario d'extinction s'illustre par les étapes suivantes:
 
[[File:GSM-Shield-07-On-Off.jpg|800px|center]]
 
[[File:GSM-Shield-07-On-Off.jpg|800px|center]]
 
<center>'''Figure of Timing of turning off GPRS Shield using Software Triger'''</center>
 
<center>'''Figure of Timing of turning off GPRS Shield using Software Triger'''</center>
 
<font color="red">The following code is power down subroutine for Arduino if using software triger:</font>
 
<font color="red">The following code is power down subroutine for Arduino if using software triger:</font>
   −
<syntaxhighlight lang="Arduino">
+
<nowiki>
 
void powerDown()
 
void powerDown()
 
{
 
{
Ligne 186 : Ligne 186 :  
   delay(3000);
 
   delay(3000);
 
}
 
}
</syntaxhighlight>
+
</nowiki>
     
29 918

modifications

Menu de navigation