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
Next revisionBoth sides next revision
composants:esp8266 [2019/01/11 20:28] mhcomposants:esp8266 [2019/06/05 17:45] mh
Line 1: Line 1:
-====== ESP8266 ======+====== ESP8266 NodeMCU v3 ====== 
 + 
 +This is the ESP 12E module
  
 ===== Résumé ===== ===== Résumé =====
Line 5: Line 7:
 Une carte compacte avec WiFi embarqué. Une carte compacte avec WiFi embarqué.
  
 +{{composants:esp8266.jpg?350}}
  
-===== Utilisation =====+===== Using =====
  
 ==== 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) 
 + 
 +==== Différentes cartes ==== 
 + 
 +Attention, il y a plusieurs versions différentes de la carte selon les fabriquants ! 
 + 
 +Bien choisir dans le menu Boards la bonne version.
  
 ==== Debgugging ==== ==== Debgugging ====
Line 25: Line 41:
  
 Apparament il faut installer un script python et modifier quelques fichiers, suivre les instructions : https://arduino.stackexchange.com/questions/20219/upload-with-esptool-fails-with-espcomm-send-command-cant-receive-slip-payload Apparament il faut installer un script python et modifier quelques fichiers, suivre les 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]]
  • composants/esp8266.txt
  • Last modified: 2020/06/01 16:35
  • by 127.0.0.1