Modifications

Sauter à la navigation Sauter à la recherche
10 332 octets supprimés ,  10 juillet 2020 à 15:08
Ligne 1 : Ligne 1 : −
== Projets ==
+
== Liens Perso ==
* Comment utiliser un multimètre ( [https://learn.adafruit.com/multimeters/overview source] )
+
* [[glossaire|Glossaire et terminologies diverses]]
* [[Frenchy-Pi-In-The-Box|Le Pi-In-The-Box avec clavier Français]]  
+
* [[Python-Turtle-Online|Python Turtle en ligne]]
 
+
* [[Admin-Wiki-Projects|Projets Wiki]]
=== ODroid ===
  −
* [[ODroid-XU4-Performance|ODroid XU4 Performance]]
  −
* [[ODroid-XU4-FAQ|ODroid XU4 FAQ]]
  −
* [[ODroid-C2-FAQ|ODroid C2 FAQ]]
  −
* [[ODroid-C1-PLUS-FAQ|ODroid C1+ FAQ]]
  −
* [[LIME2-FAQ|Oniluxino Lime2 FAQ]]
  −
 
  −
===MicroPython on ESP8266===
  −
* [https://learn.adafruit.com/micropython-basics-loading-modules/overview MicroPython Basics - Loading Module] Module, package and Frozen Module
  −
* [https://learn.adafruit.com/micropython-basics-load-files-and-run-code/overview MicroPython Basics: Load Files & Run Code]<br />Also speak about {{fname|rshell}} allowing file transfert, code editor, etc via serial connexion! See the github https://github.com/dhylands/rshell<br />I do use the following command {{fname|rshell --port /dev/ttyUSB0 --baud 115200 --buffer-size 128 --editor nano}}
  −
* '''[https://learn.adafruit.com/category/micropython MicroPython Tutorials of Tony Dycola]'''
  −
* Ressource
  −
** 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]]  
+
== MediaWiki reference ==
 +
* '''Tweeki''' : [https://tweeki.kollabor.at/wiki/Welcome Tweeki = Mediawiki + Twitter Bootstrap]
 +
* '''WikiMedia API''' : [https://www.mediawiki.org/wiki/API:Get_the_contents_of_a_page API documentation]
 +
<nowiki>https://wiki.mchobby.be/index.php?title=Accueil&action=XXX</nowiki>
 +
Avec ''XXX'' pouvant recevoir les valeurs suivantes:
 +
* '''raw''' : contenu de la page wiki tel que présenté dans le volet "edit"
 +
* '''render''' : rendu HTML sans interface utilisateur et sans inclusion CSS. Idéal pour inclure dans un IFrame ou compiler un PDF.
 +
* info : Affiche des informations sur la page
 +
* purge : efface le cache pour la page, force la recompilation depuis la source.
 +
* history : affiche l'historique de modification de la page
 +
* Voir aussi [https://www.mediawiki.org/wiki/Manual:Parameters_to_index.php#Actions Actions sur MediaWiki]
   −
<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é ===
  −
* [[s4a-index|Scratch Pour Arduino]] (projet en cours)
  −
* [https://learn.adafruit.com/raspberry-pi-analog-to-digital-converters Analog To Digital Converter] (Adafruit, Anglais)
  −
* [[RasPy|RasPy]] ''Raspberry-Pi Python'' centric distribution
  −
* IR MKit (achever ?)
  −
* [http://learn.adafruit.com/adafruit-guide-excellent-soldering/common-problems Adafruit Guide To Excellent Soldering]
  −
* [http://www.myipx800.com/index.php?post/2014/02/09/Extension-pour-l-IPX800-%3A-un-circuit-d%C3%A9tecteur-de-tension-220V détection de 220V sur un circuit]
  −
  −
* [https://learn.adafruit.com/create-an-internet-of-things-dashboard-with-adafruit-dot-io Create an Internet of Things Dashboard with Adafruit IO]
  −
* [https://learn.adafruit.com/a-rest-api-for-arduino-and-the-cc3000-wifi-chip A REST API for Arduino & the CC3000 WiFi Chip]
  −
* [https://learn.adafruit.com/create-an-internet-of-things-dashboard-with-adafruit-dot-io/visualise-data-on-adafruit-dot-io Create an Internet of Things Dashboard with Adafruit IO - Visualise Data on Adafruit.io]
  −
* [https://learn.adafruit.com/adafruit-io-connected-animated-gif-display/creating-the-aio-feed Adafruit IO Connected Animated GIF Display Adafruit IO Setup]
  −
* [https://learn.adafruit.com/adafruit-io-connected-animated-gif-display Adafruit IO Connected Animated GIF Display]
  −
* [https://learn.adafruit.com/adafruit-io Adafruit IO]
  −
* [https://learn.adafruit.com/adafruit-io-basics-neopixel-controller Adafruit IO Basics: NeoPixel Controller]
  −
* [https://learn.adafruit.com/portable-mini-timelapse-camera/overview Timelapse Mini Camera]
  −
  −
=== Internet Of the Thing ===
  −
Voici quelques ressources autour de l'internet des objets
  −
  −
==== PushOver ====
  −
[https://pushover.net/ pushover.net/]
  −
  −
Push over est un service de notification via internet permettant de recevoir vos notifications sur iOS, Android ou sur un Desktop.
  −
  −
L'API permet d'envoyer des message via Curl (en ligne de commande), Perl, Ruby, PHP, e-mail et aussi Python (puisque Python peut faire du CURL sans problème)
  −
  −
==== PushBullet ====
  −
[https://www.pushbullet.com/ www.pushbullet.com]
  −
  −
Système d'échange de notification entre PC, SmartPhone et périphériques... très complet (message,url, fichiers, images,etc).
  −
Dispose d'une API rest... donc attackable via Python.
  −
  −
* [https://www.youtube.com/watch?v=QEpq5Ov7TRI Video d'exemple PC-SMartphone] (youtube)
  −
* [https://docs.pushbullet.com/#api-quick-start Push Bullet API]
  −
  −
=== Tutoriel 3D ===
  −
* [http://learn.adafruit.com/3d-modeling-negatives/software-slash-hardware 3D-Modeling - De-construction]
  −
  −
=== Traduction Arduino ===
  −
* [https://learn.adafruit.com/fft-fun-with-fourier-transforms/overview-1 FFT: Fun with Fourier Transforms] avec Teensy 3.0
  −
* [https://learn.adafruit.com/all-about-stepper-motors/what-is-a-stepper-motor All about stepper motor]
  −
* [[Unified Sensor Driver|Pilotes Unifiés pour senseur]]  depuis la source [http://learn.adafruit.com/using-the-adafruit-unified-sensor-driver/introduction Unified Sensor Driver]
  −
* [[Arduino Creation Librairie|tutoriel sur l'écriture de vos propres libraires]] depuis la source [http://arduino.cc/en/Hacking/LibraryTutorial Writing an Arduino Library]
  −
* [[ADF-LED-BACKPACK-MULTI-ANIM|Animation avec plusieurs LedBackpack]] voir [http://learn.adafruit.com/animating-multiple-led-backpacks la source ici]
  −
* [[PILE-ACCU-LIPO-ETC|Tout savoir sur les les accu et piles rechargeables, etc]] [http://learn.adafruit.com/li-ion-and-lipoly-batteries ici]
  −
* [[PILES|Tout savoir à propos des piles]] [https://learn.adafruit.com/all-about-batteries]
  −
* [http://learn.adafruit.com/adafruit-ina219-current-sensor-breakout Breakout INA219] Senseur de courant I2C
  −
* [http://learn.adafruit.com/adafruit-4-channel-adc-breakouts Breakout ADS1115] Convertisseur analogique digital ADC / 4 canaux, gain programmable, I2C (RASPI compatible)
  −
* [[Piles et accus pour alimenter les NéoPixels|Piles et accus pour alimenter les LEDs et Rubans NéoPixels.]] basé sur [http://learn.adafruit.com/battery-power-for-led-pixels-and-strips/overview Battery Power for LED Pixels and Strips]]
  −
  −
=== Traduction Rapsberry ===
  −
* [[Rasp-Retro-Games]] Rétro Gaming avec Raspberry Pi http://learn.adafruit.com/retro-gaming-with-raspberry-pi/overview
  −
* [[Rasp-Hack-Effet-Capacitif]] Senseur à effet capacitif pour Raspberry Pi https://learn.adafruit.com/capacitive-touch-sensors-on-the-raspberry-pi/programming
  −
* [[Rasp-Hack-Senseur-Base-Lecture]] [http://learn.adafruit.com/basic-resistor-sensor-reading-on-raspberry-pi/overview Basic sensor reading sur Raspi]
  −
** ''+'' corriger le lien sur [http://mchobby.be/wiki/index.php?title=Rasp-Hack-GPIO_Configure_GPIO cet article déjà traduit]
  −
* [[Rasp-Hack-MCP230XX|GPIO Expander pour Raspberry Pi]], ajouter des entrées/sorties digitales à votre Pi. http://learn.adafruit.com/mcp230xx-gpio-expander-on-the-raspberry-pi
  −
* [[Rasp-Hack-BMP085|Mesure de pression avec le BMP085]] http://learn.adafruit.com/using-the-bmp085-with-raspberry-pi http://learn.adafruit.com/using-the-bmp085-with-raspberry-pi
  −
* [[Rasp-Hack-MCP4725|MCP4725 Convertisseur Digital Analogique 12-Bit]] http://learn.adafruit.com/mcp4725-12-bit-dac-with-raspberry-pi
  −
* [[Rasp-Hack-RTC-DS1307|Support RTC DS1307]] (horloge temps réel) pour Raspberry PI. Source: [http://learn.adafruit.com/adding-a-real-time-clock-to-raspberry-pi Adding RTC DS1307 on Rapsberry Pi]
  −
* [[Rasp-Hack-16-channel-servo-driver|Controleur PWM/Servo 16 canaux]] pour Raspberry Pi. Source: http://learn.adafruit.com/adafruit-16-channel-servo-driver-with-raspberry-pi/overview
  −
* [[Rasp-Hack-DS18B20|Senseur de température OneWire]] sur Raspberry Pi. http://learn.adafruit.com/adafruits-raspberry-pi-lesson-11-ds18b20-temperature-sensing
  −
* [[Rasp-Hack-DHTxx|Senseur DHTxx]] sur Raspberry Pi. http://learn.adafruit.com/dht-humidity-sensing-on-raspberry-pi-with-gdocs-logging
  −
* [http://learn.adafruit.com/adafruits-raspberry-pi-lesson-10-stepper-motors/overview stepper motor with Raspberry Pi]
  −
* [[Rasp-Hack-Servo|Contrôle d'un servo]] http://learn.adafruit.com/adafruits-raspberry-pi-lesson-8-using-a-servo-motor
  −
* [[Rasp-Hack-Config-Reseau|Configuration Réseau]] et Wifi  http://learn.adafruit.com/adafruits-raspberry-pi-lesson-3-network-setup/overview
  −
* Correction de client dans:
  −
** Les différents Tuto Raspi pour matériel AdaFruit I2C, voir notre page Tutoriel relatif au [[Rasp-Hack-GPIO Configurer I2C|GPIO de Raspi]]
  −
* [http://learn.adafruit.com/pi-video-output-using-pygame/overview Sortie Video sur le PI en utilisant PiGame]
  −
  −
=== Autres projets ===
  −
  −
* EL Wire
  −
** [http://learn.adafruit.com/el-workshop/overview ELWire Workshop]
  −
** [http://learn.adafruit.com/tron-bag Tron-Bag]
  −
  −
  −
* ADF-RTC-DS1307 [http://www.ladyada.net/learn/breakoutplus/ds1307rtc.html]
  −
* ADF-MICROSD-BRK [http://www.ladyada.net/products/microsd discusses microSD cards, wiring and how to use this breakout board with an Arduino]
  −
* [http://learn.adafruit.com/wave-shield-voice-changer Wave Shield Voice Changer] pour AMP-3.7w-ClassD
  −
* [http://learn.adafruit.com/adafruit-pn532-rfid-nfc] pour RFID/NFC-SHIELD
  −
* [http://learn.adafruit.com/animating-multiple-led-backpacks/overview animer de multiple LED Backpack]
  −
  −
== Tweeki ==
  −
* [https://tweeki.kollabor.at/wiki/Welcome Tweeki = Mediawiki + Twitter Bootstrap]
   
== Specific Ressource ==
 
== Specific Ressource ==
 
=== ADF Images ===
 
=== ADF Images ===
Ligne 199 : Ligne 41 :     
  <nowiki>{{pl|447|châssis Zumo}} {{polpl|1418}}</nowiki>
 
  <nowiki>{{pl|447|châssis Zumo}} {{polpl|1418}}</nowiki>
  −
== Dictionnaire ==
  −
En cours de préparation, un petit dictionnaire/glossaire de termes.
  −
* [[glossaire|Glossaire et terminologies diverses]]
      
== MediaWiki extension ==
 
== MediaWiki extension ==
Ligne 430 : Ligne 268 :  
Flag spéciaux:
 
Flag spéciaux:
 
* traduction=1 : permet d'indiquer un banner "under construction" à la place de l'image du tutoriel. Affiche également le texte "<font color="red">TRAVAUX EN COURS.</font>" en tête de description.
 
* traduction=1 : permet d'indiquer un banner "under construction" à la place de l'image du tutoriel. Affiche également le texte "<font color="red">TRAVAUX EN COURS.</font>" en tête de description.
 +
* url=http://xxx : a utiliser à la place de {{fname|link}} pour pointer vers une page externe au Wiki
 
   
 
   
 
  <nowiki>{{ttuto-begin}}
 
  <nowiki>{{ttuto-begin}}
Ligne 435 : Ligne 274 :     
{{ttuto
 
{{ttuto
   |label=Senseur de courant
+
   |label=Capteur de courant
 
   |descr=Mesure de puissance/energie dans une installation électrique.
 
   |descr=Mesure de puissance/energie dans une installation électrique.
 
   |img=Senseur-Courant.jpg
 
   |img=Senseur-Courant.jpg
Ligne 454 : Ligne 293 :     
{{ttuto
 
{{ttuto
   |label=Senseur de courant
+
   |label=Capteur de courant
 
   |descr=Mesure de puissance/energie dans une installation électrique.
 
   |descr=Mesure de puissance/energie dans une installation électrique.
 
   |img=Senseur-Courant.jpg
 
   |img=Senseur-Courant.jpg
Ligne 548 : Ligne 387 :  
{{asm-text}} Le texte de description ici
 
{{asm-text}} Le texte de description ici
   −
{{asm-row|img=afficheur-lcd-afficheur.jpg}}
+
{{asm-row|img=afficheur-lcd-afficheur.jpg|size=250px}}
 
{{asm-img|img=part-item-pi.jpg}}
 
{{asm-img|img=part-item-pi.jpg}}
{{asm-text}} Blablabla
+
{{asm-text}} Avec paramètre additionnel qui réduit l'image à 250px (size=250px)
    
Autre ligne
 
Autre ligne
Ligne 562 : Ligne 401 :  
{{asm-text}} Le texte de description ici
 
{{asm-text}} Le texte de description ici
   −
{{asm-row|img=afficheur-lcd-afficheur.jpg}}
+
{{asm-row|img=afficheur-lcd-afficheur.jpg|size=250px}}
 
{{asm-img|img=part-item-pi.jpg}}
 
{{asm-img|img=part-item-pi.jpg}}
{{asm-text}} Blablabla
+
{{asm-text}} Avec paramètre additionnel qui réduit l'image à 250px (size=250px)
    
Autre ligne
 
Autre ligne
Ligne 907 : Ligne 746 :     
{{pl|447|châssis Zumo}} {{polpl|1418}}
 
{{pl|447|châssis Zumo}} {{polpl|1418}}
  −
== WikiMedia API ==
  −
* [https://www.mediawiki.org/wiki/API:Get_the_contents_of_a_page API documentation]
  −
* <pre>&action=<a_value></pre> where <a_value> can be
  −
** raw
  −
** content
  −
** header
      
== Editing Tools / UNICODE ==
 
== Editing Tools / UNICODE ==
Ligne 944 : Ligne 776 :  
* [http://www.expreg.com/symbole.php Symbole des Expressions Régulière (RegExp)]
 
* [http://www.expreg.com/symbole.php Symbole des Expressions Régulière (RegExp)]
 
* [http://www.corntab.com Cron Tab online editor] (''crontab.com'')<br />[http://www.everydaylinuxuser.com/2014/10/an-everyday-linux-user-guide-to.html a CronTab guide]
 
* [http://www.corntab.com Cron Tab online editor] (''crontab.com'')<br />[http://www.everydaylinuxuser.com/2014/10/an-everyday-linux-user-guide-to.html a CronTab guide]
  −
== Scratch Programming ==
  −
  −
* [http://wiki.scratch.mit.edu/wiki/Build_Your_Own_Blocks_(BYOB)_(Scratch_Modification) Build Your Own Blocks (BYOB)]
  −
* [http://wiki.scratch.mit.edu/wiki/Panther_(Scratch_Modification) Panther]
  −
* [http://wiki.scratch.mit.edu/wiki/()_Sensor_Value_(block) ( ) sensor value)]
  −
* [http://wiki.scratch.mit.edu/wiki/System_Browser System Browser]
  −
* [http://wiki.scratch.mit.edu/wiki/Shift-Click-R Shift-clicking the R]
  −
* [http://wiki.scratch.mit.edu/wiki/Mesh Mesh] (as if you need that article, a Mesh guide is right here and the article was based on this anyway)
      
== Divers ==
 
== Divers ==
 
* [[Origine des connaissances|Origine des connaissances]]
 
* [[Origine des connaissances|Origine des connaissances]]
 
* [[Stage chez MCHobby|Stage ou TFE @ MCHobby]]
 
* [[Stage chez MCHobby|Stage ou TFE @ MCHobby]]
29 836

modifications

Menu de navigation