Modifications

Sauter à la navigation Sauter à la recherche
Ligne 5 : Ligne 5 :  
== Préambule ==
 
== Préambule ==
   −
While the Feather HUZZAH ESP8266 comes pre-programmed with NodeMCU's Lua interpretter, you don't have to use it! Instead, you can use the Arduino IDE which may be more familar. '''This will write directly to the firmware, erasing the NodeMCU firmware''', [https://github.com/nodemcu/nodemcu-flasher so if you want to go back to Lua, use the flasher to re-install it]
+
Bien que le Feather HUZZAH ESP8266 soit livré préprogrammé avec l'interpréteur Lua NodeMCU. Si vous ne voulez pas l'utiliser, vous pouvez le remplacer Arduino IDE qui vous semblera plus familier. '''Cela écrira un nouveau Firmware avec votre programme Arduino, ce qui effacera le firmware NodeMCU'''. Si vous voulez revenir à Lua, [https://github.com/nodemcu/nodemcu-flasher il faudra re-flasher le firmware NodeMCU sur votre ESP]
      −
In order to upload code to the ESP8266 and use the serial console, connect any data-capable micro USB cable to the Feather HUZZAH and the other side to your computer's USB port. [https://www.silabs.com/products/mcu/Pages/USBtoUARTBridgeVCPDrivers.aspx Install the required CP2104 USB driver to have the COM/Serial port appear properly]
+
Pour pouvoir téléverser du code sur votre ESP8266 et utiliser la console série, connectez un câble microUSB sur votre carte Feather HUZZAH et l'autre côté du câble sur le port USB de votre ordinateur. N'oubliez pas d'installer [https://www.silabs.com/products/mcu/Pages/USBtoUARTBridgeVCPDrivers.aspx le pilote USB CP2104 pour que le port COM/Serial soit correctement supporté]
     
29 836

modifications

Menu de navigation