Modifications

Sauter à la navigation Sauter à la recherche
178 octets ajoutés ,  12 novembre 2016 à 13:21
aucun résumé de modification
Ligne 5 : Ligne 5 :  
{{ADFImage|FEATHER-WEBREPL-00.jpg}}
 
{{ADFImage|FEATHER-WEBREPL-00.jpg}}
   −
One unique feature of [http://www.micropython.org/ MicroPython] on the ESP8266 and its WiFi microcontroller is a WebREPL (read-evaluate-print loop, like a Python 'command line') accessible through a webpageInstead of using a serial connection to the board you can run Python code directly from your browser in a simple terminal. You don't even need to connect the board to a WiFi network, it can create its own that you use to access the WebREPL!
+
Une fonctionnalité totalement unique de [http://www.micropython.org/ MicroPython] sur ESP8266 (et contrôleur WiFi intégré) c'est WebREPL un REPL accessible depuis une page Web (''Read-Evaluate-Print Loop'' boucle Lecture-Evaluer-Afficher).   
 +
 
 +
A la place d'utiliser une connexion série pour vous connecter à la carte, vous pouvez exécuter du code et des instructions en utilisant un navigateur internet comme un terminal de commande. Vous n'avez même pas besoin de connecter la carte sur un réseau WiFi, l'ESP8266 peut créer son propre réseau (dit "point d'accès") que vous pouvez utiliser pour y accéder en WebREPL!
    
This guide will walk through how to enable and access the WebREPL on MicroPython ESP8266.   
 
This guide will walk through how to enable and access the WebREPL on MicroPython ESP8266.   
29 917

modifications

Menu de navigation