Modifications

Sauter à la navigation Sauter à la recherche
57 octets ajoutés ,  12 novembre 2016 à 16:03
Ligne 91 : Ligne 91 :  
{{ADFImage|FEATHER-WEBREPL-ACCESS-20.png}}
 
{{ADFImage|FEATHER-WEBREPL-ACCESS-20.png}}
   −
Où '''ssid-du-WiFi''' est le nom SSID du point d'accès (celui de votre réseau domestique) et '''mot-de-passe''' le mot de passe requit pour accéder au point d'accès (essayez une chaine de caractère vide '' s'il n'y a pas de mot de passe).
+
Où '''ssid-du-WiFi''' est le nom SSID du point d'accès (celui de votre réseau domestique) et '''mot-de-passe''' le mot de passe requit pour accéder au point d'accès (essayez une chaine de caractère vide "" s'il n'y a pas de mot de passe).
   −
After a moment the ESP8266 should connect to the WiFi network. You can run the ifconfig function to check that the board has been assigned an IP address and is on the network:
+
L'ESP8266 devrait se connecter sur le réseau WiFi après quelques instants. Vous pouvez utiliser la fonction {{fname|ifconfig}} pour vérifier si votre ESP reçu une adresse IP et s'il s'est connecté sur le réseau:
    
  <syntaxhighlight lang="python">
 
  <syntaxhighlight lang="python">
Ligne 100 : Ligne 100 :     
{{ADFImage|FEATHER-WEBREPL-ACCESS-21.png}}
 
{{ADFImage|FEATHER-WEBREPL-ACCESS-21.png}}
 +
 +
{{traduction}}
    
Notice the first result from the ifconfig call is the IP address assigned to the ESP8266 (192.168.1.207 in this example, but it will differ depending on your WiFi network).  If you don't see an IP address then something is wrong with the WiFi configuration or connection to the network.  Double check the SSID and password are correct and try the connect call again.
 
Notice the first result from the ifconfig call is the IP address assigned to the ESP8266 (192.168.1.207 in this example, but it will differ depending on your WiFi network).  If you don't see an IP address then something is wrong with the WiFi configuration or connection to the network.  Double check the SSID and password are correct and try the connect call again.
29 917

modifications

Menu de navigation