composants:esp8266

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revisionBoth sides next revision
composants:esp8266 [2019/01/11 20:28] mhcomposants:esp8266 [2019/06/05 18:53] – [Ressources] mh
Line 1: Line 1:
-====== ESP8266 ======+====== ESP8266 NodeMCU v3 ======
  
-===== Résumé =====+This is the ESP 12E module. A compact card with onboard WiFi.
  
-Une carte compacte avec WiFi embarqué.+{{composants:esp8266.jpg?350}}
  
- +===== Using =====
-===== Utilisation =====+
  
 ==== Installation ==== ==== Installation ====
  
-Elle ne fonctionne pas 'out of the box' avec l'IDE Arduino, il faut installer une lib en suivant les instructions suivantes ([[https://github.com/esp8266/Arduino|source]])+Does not work 'out of the box' in Arduino, you need to install a lib following these instructions ([[https://github.com/esp8266/Arduino|source]])
  
-  *Dans l'IDE Arduino, dans Préférences Ajouter l'adresse : http://arduino.esp8266.com/stable/package_esp8266com_index.json dans l'option 'Additional Boards Manager URLs' +  *In Arduino IDE > Preferences > Add this address : http://arduino.esp8266.com/stable/package_esp8266com_index.json under 'Additional Boards Manager URLs' 
-  *Dans Tools > Board > Board Manager +  *In Tools > Board > Board Manager 
-  *Chercher et installer la dernière lib disponible pour l'ESP8266+  *Install latest ESP8266 lib 
 + 
 +==== Flashing options ==== 
 + 
 +  *Board : Node MCU v1.0 (ESP 12E Module) 
 +  *Upload : 115200 
 +  *CPU Frequency : 80 MHz 
 +  *Flash size : 4M (3M SPIFFS) 
 + 
 +==== Different cards ==== 
 + 
 +There are many different ESP8266. Take care to choose the right one in the Boards menu.
  
 ==== Debgugging ==== ==== Debgugging ====
  
-Il y une erreur à l'upload qui est connu +There is common error 
  
 <code> <code>
Line 24: Line 34:
 </code> </code>
  
-Apparament il faut installer un script python et modifier quelques fichierssuivre les instructions : https://arduino.stackexchange.com/questions/20219/upload-with-esptool-fails-with-espcomm-send-command-cant-receive-slip-payload+If so, you need to install a python script and modify a few filesfollowing the instructions : https://arduino.stackexchange.com/questions/20219/upload-with-esptool-fails-with-espcomm-send-command-cant-receive-slip-payload 
 + 
 ===== Ressources ===== ===== Ressources =====
  
   *[[https://arduino-esp8266.readthedocs.io/en/2.5.0-beta2/index.html|Doc ESP8266 sur Arduino]]   *[[https://arduino-esp8266.readthedocs.io/en/2.5.0-beta2/index.html|Doc ESP8266 sur Arduino]]
   *[[https://github.com/esp8266/Arduino|Projet GitHub]]   *[[https://github.com/esp8266/Arduino|Projet GitHub]]
 +  *[[https://www.instructables.com/id/Programming-ESP8266-ESP-12E-NodeMCU-Using-Arduino-/|Instructables on programming an ESP8266]]
  • composants/esp8266.txt
  • Last modified: 2020/06/01 16:35
  • by 127.0.0.1