Modifications

Sauter à la navigation Sauter à la recherche
Ligne 4 : Ligne 4 :  
Note: [[FEATHER-CHARGER-MICROPYTHON-ESP8266|This page also exists in French]]
 
Note: [[FEATHER-CHARGER-MICROPYTHON-ESP8266|This page also exists in French]]
   −
Avant d'utiliser MicroPython avec un ESP8266 il sera nécessaire de reflasher l'ESP8266 avec la dernière version de du firmware MicroPython.
+
Before using MicroPython on ESP8266, you will need to reflash the ESP8266 with the last version of the MicroPython firmware.
   −
Nous vous proposons ce tutoriel condensé (abordable) mais vous pouvez également [http://docs.micropython.org/en/latest/esp8266/esp8266/tutorial/intro.html#deploying-the-firmware suivre les instructions officielles] (''micropython.org, anglais'') pour charger MicroPython sur un ESP8266.
+
Here is a compact and afordable tutorial but you can also find the [http://docs.micropython.org/en/latest/esp8266/esp8266/tutorial/intro.html#deploying-the-firmware official instructions] (''micropython.org, english'') to loads MicroPython on an ESP8266.
   −
En tout premier lieu vous aurez également besoin [https://www.python.org/downloads/ d'installer Python 2.7] (n'oubliez pas de sélectionner l'option qui ajoute le programme python dans le PATH de recherche de windows).
+
Firstly, you will need [https://www.python.org/downloads/ to install a Python environment]. Previously, Python 2.7 was required but it should work with more recent 3.x version. If you are running under Windows, do not forget to add the PATH to the search path. Python is usually available out-of-the-box on Linux based machine.
   −
Ensuite, il est nécessaire d'installer le logiciel {{fname|esptool.py}} qui permet de flasher un firmware sur ESP8266. La façon la plus simple d'installer ce logiciel est d'utiliser '''pip''' (l'installateur de paquet python).
+
Next, you will need to install the {{fname|esptool.py}} software. It is used to send firmware to the ESP8266. A quick and easy is to use the '''pip''' (or pip3 for Python 3.x setups) Python Package Installer.
   −
Saisissez la commande suivante dans un terminal:
+
Key-in the following line into a terminal:
    
  <nowiki>pip install esptool</nowiki>
 
  <nowiki>pip install esptool</nowiki>
29 910

modifications

Menu de navigation