Modifications

Sauter à la navigation Sauter à la recherche
2 212 octets ajoutés ,  20 novembre 2016 à 14:27
Ligne 15 : Ligne 15 :  
* Ressource
 
* Ressource
 
** http://docs.micropython.org/en/latest/esp8266/esp8266/quickref.html (many information about plateform and hardware configuration, network start script)
 
** http://docs.micropython.org/en/latest/esp8266/esp8266/quickref.html (many information about plateform and hardware configuration, network start script)
 +
** Modèle pour tutoriel de Hacking Electronique
 +
 +
<nowiki>
 +
{{MCH-Aider}}
 +
 +
== Introduction ==
 +
[[Fichier:FEATHER-MICROPYTHON-xxx-00.jpg|800px]]
 +
 +
todo
 +
 +
== Schéma ==
 +
[[Fichier:FEATHER-MICROPYTHON-xxx.jpg|800px]]
 +
 +
== Installer ==
 +
L'utilisation requière l'installation d'une bibliothèque spécifique. Vous trouvez celle-ci ici:
 +
 +
{{download-box|Téléchargez la bibliothèque xxx|http://lien}}
 +
 +
Vous devrez copier les fichiers suivant sur votre carte MicroPython
 +
* xxxx dans le répertoire racine.
 +
 +
Pour savoir comment copier vos fichiers sur votre carte MicroPython Feather ESP8266 Huzza, vous pouvez vous référer aux ressources suivantes:
 +
 +
{{ttuto-begin}}
 +
 +
{{ttuto
 +
  |label=Ampy
 +
  |descr=Outil simplifié de transfert de fichiers et de contrôlez de carte depuis une connexion série. ESP8266 compatible.
 +
  |img=tlogo-micropython-Debugger.jpg
 +
  |link=FEATHER-CHARGER-FICHIER-MICROPYTHON
 +
}}
 +
 +
{{ttuto
 +
  |label=RSHell
 +
  |descr=Transférez des fichiers et contrôlez votre carte depuis une simple connexion série. ESP8266 compatible.
 +
  |img=tlogo-micropython-Debugger.jpg
 +
  |link=MicroPython-Hack-RShell
 +
}}
 +
 +
{{ttuto-end}}
 +
 +
== Tester ==
 +
Nous allons nous connecter en WebREPL pour tester notre code. Vous pouvez également réaliser ce test en REPL Série via la liaison USB-Série (si celle-ci est disponible).
 +
 +
La connexion REPL et WEBRepl sont abordés dans nos [[MicroPython-Accueil#ESP8266_en_MicroPython|tutoriels généraux ESP8266 sous MicroPython]]
 +
 +
<syntaxhighlight lang="python">
 +
Code Python
 +
</syntaxhighlight>
 +
 +
Ce qui produit le résultat suivant dans une session WebREPL (ou REPL).
 +
 +
[[Fichier:FEATHER-MICROPYTHON-xxx-10.jpg|800px]]
 +
 +
== Encore Plus ==
 +
Voyez:
 +
* [[MicroPython-Accueil#ESP8266_en_MicroPython|nos autres tutoriels MicroPython sur ESP8266]]
 +
* [[MicroPython-Accueil|tutoriels MicroPython]] (généraux).
 +
* Le [https://github.com/mchobby/esp8266-upy GitHub de MCHobby consacré à l' '''ESP8266 sous MicroPython''']
 +
 +
== Où acheter ==
 +
* composant xxx
 +
* {{pl|846|Feather ESP8266 Huzzah}}
 +
* {{pl|733|Huzzah ESP8266 WiFi breakout}}
 +
* {{cl|56|La gamme MicroPython}}
 +
 +
<hr />
 +
<small>Tutoriel réaliser par Meurisse D. pour [http://shop.mchobby.be MC Hobby SPRL]</small>
 +
 +
{{MCH-Accord}}
 +
 +
</nowiki>
    
=== curiosité ===
 
=== curiosité ===
29 917

modifications

Menu de navigation