Modifications

Sauter à la navigation Sauter à la recherche
175 octets ajoutés ,  12 novembre 2016 à 17:37
Ligne 101 : Ligne 101 :  
{{ADFImage|FEATHER-WEBREPL-ACCESS-21.png}}
 
{{ADFImage|FEATHER-WEBREPL-ACCESS-21.png}}
   −
{{traduction}}
+
Le premier résultat retourné par l'appel {{fname|ifconfig}} est l'adresse IP assignée au module ESP8266 (192.168.1.207 dans cet exemple mais cela peut changer d'un réseau WiFi à l'autre). Si vous ne voyez pas d'adresse IP c'est que quelque-chose s'est mal passé avec la configuration ou la connexion sur le réseau WiFi. Vérifiez si votre SSID et mot de passe sont bien correct et réessayez encore.
   −
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.
+
'''Une chose importante à noter l'ESP8266, c'est que lors d'un redémarrage/reboot, il se souviendra de la dernière connexion WiFi utilisée et réessayera de se connecter automatiquement sur ce réseau'''. C'est très pratique puisque lorsque un ESP8266 boot, il se reconnecte automatiquement sur le dernier réseau WiFi sans nécessiter la ressaisie des commandes de configuration. NB: la carte ne se souvient que du dernier réseau, elle ne maintient pas un historique des précédents réseaux connectés.
   −
'''One important thing to note is that the ESP8266 will always remember the last WiFi network it used and attempt to connect automatically on reboot'''.  This is handy since it means when the ESP8266 boots up it will automatically connect to the last network without you having to run the commands above again.  The board will only remember the last network though and not an entire history of older networks.
+
Une fois la carte connectée sur le réseau WiFi Once the board is connected to the WiFi network enable the WebREPL (as described in the previous section) and notice it prints two IP addresses that it's listening on:
 
  −
Once the board is connected to the WiFi network enable the WebREPL (as described in the previous section) and notice it prints two IP addresses that it's listening on:
      
{{ADFImage|FEATHER-WEBREPL-ACCESS-22.png}}
 
{{ADFImage|FEATHER-WEBREPL-ACCESS-22.png}}
29 917

modifications

Menu de navigation