Ligne 31 : |
Ligne 31 : |
| |} | | |} |
| | | |
− | == Micro Python & PyBoard == | + | == MicroPython, PyBoard et PYBStick == |
| | | |
| {{ttuto-begin}} | | {{ttuto-begin}} |
Ligne 100 : |
Ligne 100 : |
| | | |
| {{ttuto | | {{ttuto |
− | |label=Pyb Discovery Kit | + | |label=Pyboard Discovery Kit |
| |descr=Un kit et des tutos à thème pour découvrir la carte MicroPython PyBoard. | | |descr=Un kit et des tutos à thème pour découvrir la carte MicroPython PyBoard. |
| |img=tlogo-micropython-discovery.jpg | | |img=tlogo-micropython-discovery.jpg |
| |link=MicroPython.Pyboard.Discovery | | |link=MicroPython.Pyboard.Discovery |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=upip |
| + | |descr=Télécharger une bibliothèque MicroPython en utilisant le ''Python Index Package''. |
| + | |img=tlogo-micropython-upip.jpg |
| + | |link=MicroPython-Hack-upip |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=PYBStick STD Discovery |
| + | |descr=Des tutos à thème pour découvrir MicroPython et la PYBStick STD 26. |
| + | |img=tlogo-pybstick-discovery.jpg |
| + | |url=https://github.com/mchobby/pyboard-driver/tree/master/PYBStick |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=PYBStick HAT-FACE |
| + | |descr=Une interface PYBStick vers Raspberry-Pi HAT. |
| + | |img=tlogo-pybstick-hat-face.jpg |
| + | |link=MicroPython.PYBStick.hat-face |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=mem_info() |
| + | |descr=Surveiller la consommation RAM de vos script sous MicroPython |
| + | |img=tlogo-mem-info.jpg |
| + | |url=https://arduino103.blogspot.com/2023/03/micropython-surveiller-la-ram-avec.html |
| }} | | }} |
| | | |
| {{ttuto-end}} | | {{ttuto-end}} |
| | | |
− | == Hacking électronique avec Micro Python PyBoard == | + | == Hacking électronique avec MicroPython == |
| + | ces scripts se penchent sur l'utilisation de MicroPython avec la Pyboard, la PYBStick. |
| | | |
| {{ttuto-begin}} | | {{ttuto-begin}} |
Ligne 330 : |
Ligne 359 : |
| {{ttuto | | {{ttuto |
| |label=Maîtriser I2C | | |label=Maîtriser I2C |
− | |descr=Utiliser et maîtriser les bus I2C. | + | |descr=Utiliser et maîtriser les bus I2C sous MicroPython. |
| |img=tlogo-micropython-I2C.jpg | | |img=tlogo-micropython-I2C.jpg |
| |link=MicroPython-I2C | | |link=MicroPython-I2C |
Ligne 361 : |
Ligne 390 : |
| |img=tlogo-adf-pwm.jpg | | |img=tlogo-adf-pwm.jpg |
| |link=MicroPython-PWM-DRIVER | | |link=MicroPython-PWM-DRIVER |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=Mosfet |
| + | |descr=Commander un MOSFET de puissance à partie d'un microcontrôleur 3.3V. |
| + | |img=tlogo-micropython-Mosfet.png |
| + | |link=MicroPython-Hack-Mosfet |
| }} | | }} |
| | | |
Ligne 368 : |
Ligne 404 : |
| |img=tlogo-micropython-bluetooth.jpg | | |img=tlogo-micropython-bluetooth.jpg |
| |link=MicroPython-bluetooth | | |link=MicroPython-bluetooth |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=HAT-SENSE |
| + | |descr=Utiliser le Hat-Sense avec votre Pyboard |
| + | |img=tlogo-micropython-hat-sense.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/hat-sense |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=PYBD Butterfly |
| + | |descr=Assembler le Pyboard-D Butterfly |
| + | |img=tlogo-pybd-butterfly.jpg |
| + | |link=PYBD-Butterfly |
| }} | | }} |
| | | |
Ligne 422 : |
Ligne 472 : |
| |img=tlogo-micropython-ServoRobot.jpg | | |img=tlogo-micropython-ServoRobot.jpg |
| |link=hack-micropython-ServoRobot | | |link=hack-micropython-ServoRobot |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=Moteur DFRobot |
| + | |descr=Apprenez à contrôler les moteurs continu DFRobot avec un signal servo. Trop classe! |
| + | |img=tlogo-micropython-dfrobot-motor.jpg |
| + | |link=hack-micropython-dfrobot-motor |
| }} | | }} |
| | | |
| {{ttuto-end}} | | {{ttuto-end}} |
| | | |
− | = ESP8266 en MicroPython = | + | = Pico (Raspberry-Pi) = |
| + | {| border="0" |
| + | |- |
| + | | align="left" width="360px" | [[Fichier:MicroPython-pico.jpg|320px]] |
| + | | align="Left" width="350px" valign="top" style="padding:10px" | |
| + | <p style="text-align: center; padding: 15px 0px; border-radius: 10px 10px 10px 10px; border: 1px solid #cccccc;">'''MicroPython sur Raspberry-Pi Pico''' et '''Pico Wireless'''. Reflasher un {{pl|2025|Pico}}, un {{pl|2036|Pico Header}} pour qu'il supporte MicroPython afin de réaliser des objets intelligents à prix imbattable!</p> |
| + | |} |
| + | |
| + | Cette section est dévolue à la plateforme {{pl|2025|Pico}} reflashé avec MicroPython. |
| + | |
| + | Cette section est assortie: |
| + | * du [https://github.com/mchobby/esp8266-upy GitHub ESP8266-upy contenant des sources et exemples pour cartes MicroPython]. |
| + | * du [https://github.com/mchobby/pyboard-driver/tree/master/Pico GitHub Pyboard-Driver contenant des ressource pour la carte Pico] |
| + | |
| + | == Généralités == |
| + | {{ttuto-begin}} |
| + | |
| + | {{ttuto |
| + | |label=Python_SDK_FR |
| + | |descr=Un PDF pour découvrir le Raspberry-Pi Pico, son Brochage, Alimentation, Schéma, FAQ. |
| + | |img=tlogo-pico-python-sdk.jpg |
| + | |url=http://df.mchobby.be/RASPBERRY-PICO/Python_SDK_FR.pdf |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=Brochage |
| + | |descr=Le brochage de référence du Pico sous MicroPython. |
| + | |img=tlogo-pico-pinout.jpg |
| + | |url=https://raw.githubusercontent.com/mchobby/pyboard-driver/master/Pico/docs/_static/Pico.png |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=Thonny IDE |
| + | |descr=Utiliser Thonny IDE avec Pico et carte RP2040 |
| + | |img=tlogo-thonny.jpg |
| + | |url=https://arduino103.blogspot.com/2022/01/micromod-rp2040-pico-utiliser-thonny.html |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=Pico et Thonny |
| + | |descr=Utiliser l'IDE Thonny (recommandé par la fondation) avec votre Pico. Un bel article de Framboise314. |
| + | |img=tlogo-pico-thonny.jpg |
| + | |url=https://www.framboise314.fr/utiliser-le-raspberry-pi-pico-avec-thonny/ |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=Ressources |
| + | |descr=Diverses ressources pour le Pico sous MicroPython. Y Compris un Pico annoté |
| + | |img=tlogo-Github.jpg |
| + | |url=https://github.com/mchobby/pyboard-driver/tree/master/Pico |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=RShell |
| + | |descr=Transférez des fichiers et contrôlez votre carte depuis une simple connexion série. ESP8266 compatible. |
| + | |img=tlogo-micropython-RShell.jpg |
| + | |link=MicroPython-Hack-RShell |
| + | }} |
| + | |
| + | {{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=Reset btn |
| + | |descr=Ajouter un bouton Reset à votre Pico. |
| + | |img=tlogo-pico-reset.jpg |
| + | |link=PICO-RESET-BUTTON |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=Pico-W Intro |
| + | |descr=Découvrir le Raspberry-Pi Pico WIRELESS - WiFi et Bluetooth sur le Pico |
| + | |img=tlogo-pico-wireless.jpg |
| + | |url=https://arduino103.blogspot.com/2022/06/raspberry-pi-pico-wireless-wifi-et.html |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=Pico-W et MicroPython |
| + | |descr=Pico Wireless : installer le firmware MicroPython |
| + | |img=tlogo-pico-wireless.jpg |
| + | |url=https://arduino103.blogspot.com/2022/06/pico-wireless-installer-le-firmware.html |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=Pico-W et WiFi |
| + | |descr=Pico Wireless : MicroPython et le WiFi |
| + | |img=tlogo-pico-wireless.jpg |
| + | |url=https://arduino103.blogspot.com/2022/07/pico-wireless-micropython-et-le-wifi.html |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=Pico-W WebREPL |
| + | |descr=Pico Wireless: Comment utiliser WEBRepl |
| + | |img=tlogo-pico-wireless.jpg |
| + | |url=https://arduino103.blogspot.com/2022/08/pico-wireless-comment-utiliser-webrepl.html |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=Pico LED utilisateur |
| + | |descr=Pico Wireless: MicroPython et la LED utilisateur |
| + | |img=tlogo-pico-wireless.jpg |
| + | |url=https://arduino103.blogspot.com/2022/07/pico-wireless-micropython-et-la-led.html |
| + | }} |
| + | |
| + | {{ttuto-end}} |
| + | |
| + | == Hacking électronique == |
| + | {{ttuto-begin}} |
| + | |
| + | {{ttuto |
| + | |label=MiniShell |
| + | |descr=MiniShell est un Shell type Linux pour MicroPython. Très pratique pour manipuler des fichiers via REPL. |
| + | |img=tlogo-minishell.jpg |
| + | |url=https://github.com/mchobby/micropython-minishell |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=Pico CanSat |
| + | |descr=Control a CANSAT with MicroPython and Raspberry-Pi Pico |
| + | |img=tlogo-cansat-pico.jpg |
| + | |link=ENG-CANSAT-PICO-BELGIUM |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=Shield Moteur |
| + | |descr=Utiliser un MotorShield ou Motor FeatherWing avec le Pico. |
| + | |img=tlogo-pico-motorshield.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/adfmotors |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=Afficheur TFT ILI934x |
| + | |descr=Utiliser un TFT 2.4" FeatherWing (ILI9341) avec le Pico |
| + | |img=tlogo-pico-ili934x.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/ili934x |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=HAT-SENSE |
| + | |descr=Utiliser le Hat-Sense avec votre Pico |
| + | |img=tlogo-micropython-hat-sense.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/hat-sense |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=HAT-PiFace |
| + | |descr=Utiliser le PiFace Digital avec votre Pico |
| + | |img=tlogo-micropython-hat-piface.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/hat-sense |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=Pulse-In |
| + | |descr=Mesurer la longueur d'une impulsion Servo sur un récepteur RC |
| + | |img=tlogo-pico-pulse-in.jpg |
| + | |link=PICO-PULSE-IN-MICROPYTHON |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=Pico<->Minitel |
| + | |descr=Brancher un Pico sur un Minitel, recevoir et envoyer des caractères |
| + | |img=tlogo-Minitel.jpg |
| + | |url=https://arduino103.blogspot.com/2022/04/minitel-branche-sur-mon-raspberry-pi.html |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=Pico, Zumo Robot et MicroPython |
| + | |descr='''Ebook''' pour apprendre a utiliser votre Zumo Robot pour Arduino avec MicroPython. |
| + | |img=tlogo-Pico-Zumo-Robot-et-MicroPython.jpg |
| + | |link=Pico-Zumo-Robot-et-MicroPython |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=Zumo Robot en Python |
| + | |descr='''GitHub''' Robot Zumo sous MicroPython avec le Pico ou la Pyboard |
| + | |img=tlogo-zumo-pico.jpg |
| + | |url=https://github.com/mchobby/micropython-zumo-robot |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=UniPi en Python |
| + | |descr=Créer un automate programmable avec UniPi et MicroPython |
| + | |img=tlogo-unipi-pico.jpg |
| + | |bad_url=https://github.com/mchobby/micropython-zumo-robot |
| + | |traduction=1 |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=Pico Buggy |
| + | |descr=Contôler le Buggy Kitronik avec MicroPython (traduction MCHobby) |
| + | |img=tlogo-pico-buggy.jpg |
| + | |url=https://github.com/KitronikLtd/Kitronik-Pico-Autonomous-Robotics-Platform-MicroPython/blob/main/README_FR.md |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=Smart Air Quality |
| + | |descr=Mesurer la qualité d'air avec un Pico (traduction MCHobby) |
| + | |img=tlogo-pico-air-quality.jpg |
| + | |url=https://github.com/KitronikLtd/Kitronik-Pico-Smart-Air-Quality-Board-MicroPython/blob/main/README_FR.md |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=Pico Contrôle Robotique |
| + | |descr=Carte de contrôle robotique pour Pico (traduction MCHobby) |
| + | |img=tlogo-pico-motor.jpg |
| + | |url=https://github.com/KitronikLtd/Kitronik-Pico-Robotics-Board-MicroPython/blob/main/README_FR.md |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=Pico Contrôle Moteur |
| + | |descr=Carte de contrôle moteur pour Pico (traduction MCHobby) |
| + | |img=tlogo-pico-motor2.jpg |
| + | |url=https://github.com/KitronikLtd/Kitronik-Pico-Motor-Driver-Board-MicroPython |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=Wifi-4-Relay |
| + | |descr=Commander un module 4 relais avec via Page WEB ou API REST. |
| + | |img=tlogo-wifi-4-relay.jpg |
| + | |url=https://github.com/mchobby/micropython-wifi-4-relais |
| + | }} |
| + | |
| + | {{ttuto-end}} |
| + | |
| + | = Pilotes MicroPython = |
| + | Les pilotes MicroPythons sont des bibliothèques utilisées pour interagir avec des composants électroniques ou cartes breakouts. |
| + | |
| + | Chez MC Hobby, nous développons des pilotes "Plateform Agnostic". Cela signifie que les bibliothèques s'appuient sur l'API {{fname|machine}} et peuvent être utilisés sur toutes les plateformes MicroPython. |
| + | |
| + | Enfin, nous produisons une documentation aussi complète que possible (français/anglais) + scripts d'exemples. Tous cela stocké sur un dépôt en ligne. |
| + | |
| + | {{ttuto-begin}} |
| + | |
| + | {{ttuto |
| + | |label=ad9833 |
| + | |descr=Créer un générateur de signal à l'aide de l AD9833. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/ad9833 |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=adfmotors |
| + | |descr=Contrôler des moteurs continu, pas-à-pas ou servo-moteur avec le shield moteur Arduino d'Adafruit. ADAFRUIT. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/adfmotors |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=ads1015-ads1115 |
| + | |descr=Convertisseur ADC (Analogique vers Digital) 4 canaux pour réaliser des lectures analogiques et lectures différentielles.<br />L'ADS1115 dispose d'un amplificateur interne programmable, ce qui permet de lire des tensions très faibles. ADAFRUIT. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/ads1015-ads1115 |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=am2315 |
| + | |descr=Capteur de <strong>température et humidité</strong> relative (0 à 100%) pour relevés en extérieur. ADAFRUIT. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/am2315 |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=bme280-bmp280 |
| + | |descr=Le BMP280 est un capteur de <strong>pression et température</strong> très populaire.<br />Le BME280 est un capteur de <strong>pression, température et HUMIDITÉ</strong> relative. ADAFRUIT. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/bme280-bmp280 |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=bmp180 |
| + | |descr=Le BMP180 est un senseur de <strong>pression et température</strong> aujourd'hui remplacé par le BMP280. ADAFRUIT. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/bmp180 |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=cardkb |
| + | |descr=CardKB - Mini-clavier QWERTY en I2C. M5STACK. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/cardkb |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=ccs811 |
| + | |descr=CCS811 - Capteur qualité d'air - COV et eCO2 avec MicroPython. ADAFRUIT,OLIMEX. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/ccs811 |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=COLORS |
| + | |descr=Bibliothèque de gestion de couleurs (et outils). |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/COLORS |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=dht11 |
| + | |descr=Le DHT11 est un senseur d'<strong>humidité</strong> (20 à 80%) et température très bon marché. NONE. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/dht11 |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=dotstar |
| + | |descr=Les <strong>DotStar / APA102</strong> sont des LEDs digitales intelligentes pouvant être contrôlées indépendamment les unes des autres. ADAFRUIT. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/dotstar |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=drv8830 |
| + | |descr=Le Mini I2C motor driver permet de contrôler 2 moteurs 5V par l'intermédiaire d'une interface I2C. SEEEDSTUDIO. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/drv8830 |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=ds18b20 |
| + | |descr=Le DS18B20 est un senseur de <strong>température</strong> digital très populaire. Il utilise le bus 1-Wire permettant de brancher plusieurs senseurs 1-Wire sur un même bus. NONE. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/ds18b20 |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=eeprom |
| + | |descr=Utiliser des EEPROM I2C pour stocker des informations. NONE. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/eeprom |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=gps-ultimate |
| + | |descr=Pouvoir obtenir ou suivre votre position actuelle à l'aide d'un module GPS. ADAFRUIT. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/gps-ultimate |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=hat-joy-bonnet |
| + | |descr=Utiliser le HAT Joy Bonnet avec MicroPython NADHAT PYB405. ADAFRUIT. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/hat-joy-bonnet |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=hat-piface |
| + | |descr=Utiliser le PiFace Digital avec MicroPython Pyboard, PYBStick. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/hat-piface |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=hat-sense |
| + | |descr=Utiliser le Sense HAT avec MicroPython Pyboard, PYBStick, PYB405. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/hat-sense |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=FBGFX |
| + | |descr=Bibliothèque graphique pour FrameBuffer. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/FBGFX |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=grove-5-way-switch |
| + | |descr=Joystick 5 directions (et carte 6 DIP) via I2C - sous MicroPython. SEEEDSTUDIO. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/grove-5-way-switch |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=ht0740-switch |
| + | |descr=HT0740 - 40V / 10A MosFet controlable via I2C - sous MicroPython. PIMORONI. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/ht0740-switch |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=ili934x |
| + | |descr=ILI934x - contrôleur afficheur TFT couleur 16 bits - sous MicroPython. ADAFRUIT. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/ili934x |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=is31fl |
| + | |descr=IS31FL3731 - contrôleur CharliePlexing via I2C - sous MicroPython. ADAFRUIT. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/is31fl |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=lcdi2c |
| + | |descr=Afficheur à cristaux liquides (LCD) commandé via le bus I2C. NONE. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/lcdi2c |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=lcdmtrx |
| + | |descr=Afficheur LCD 2 lignes, 16 caractères, Arrière plan RGB. Interface USB + Série. ADAFRUIT. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/lcdmtrx |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=lcdspi-lcd12864 |
| + | |descr=Afficheur LCD graphique 128 x 64 pixels. Interface SPI (3 fils). DFROBOT. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/lcdspi-lcd12864 |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=lsm303 |
| + | |descr=Utiliser une boussole et accéléromètre LSM303D avec MicroPython. POLOLU. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/lsm303 |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=m5stack-u087 |
| + | |descr=Module Voltmetre I2C. M5STACK. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/m5stack-u087 |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=m5stack-u097 |
| + | |descr=Module 4 relais I2C. M5STACK. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/m5stack-u097 |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=m5stack-u105 |
| + | |descr=I2C DDS unit (Direct Digital Synthesis, AD9833, ), Grove. M5STACK. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/m5stack-u105 |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=max6675 |
| + | |descr=MAX6675 Amplificateur Thermocouple Type-K - MOD-TC - sous MicroPython. OLIMEX. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/max6675 |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=max31855 |
| + | |descr=ThermoCouple Type-K + amplificateur MAX31855 - sous MicroPython. ADAFRUIT. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/max31855 |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=mcp230xx |
| + | |descr=Le MCP23017 (et MCP2308) sont des <strong>GPIO Expander</strong> sur bus I2C ajoutant des entrées/sorties sur un microcontrôleur. NONE. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/mcp230xx |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=mcp23Sxx |
| + | |descr=Le MCP23S17 est un <strong>GPIO Expander</strong> sur bus SPI ajoutant des entrées/sorties sur un microcontrôleur. NONE. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/mcp23Sxx |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=mcp9808 |
| + | |descr=Le MCP9808 (bus I2C) permettant de faire un relevé de température avec une précision de 0.25°C. ADAFRUIT. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/mcp9808 |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=mcp4725 |
| + | |descr=Le MCP4725 (bus I2C) est un DAC -ou- une vraie sortie Analogique 12 bits (0 à 65535). ADAFRUIT. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/mcp4725 |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=modenv |
| + | |descr=Capteur environnementale tout-en-un - BME280 + CCS811 - sous MicroPython. OLIMEX. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/modenv |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=modio |
| + | |descr=MOD-IO est une carte d'extension I2C avec port de connexion <strong>UEXT</strong>. Cette carte d'Olimex équipé de relais, d'entrée OptoCoupleur (24V) et entrées analogiques (0-3.3V).<br />Cette carte est compatible avec le standard industriel en 24V. OLIMEX. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/modio |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=modio2 |
| + | |descr=MOD-IO est une carte d'extension I2C avec port de connexion <strong>UEXT</strong>. Cette carte d'Olimex équipé de relais, de GPIO aux fonctions multiples (Input, Output, Analog, PWM; 0-3.3V). OLIMEX. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/modio2 |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=modirdaplus |
| + | |descr=MOD-IRDA+ est un module émetteur/récepteur Infrarouge I2C supportant les protocols RC5 (Philips) et SIRCS (Sony). OLIMEX. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/modirdaplus |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=modirtemp |
| + | |descr=Mesure de température -70°C à 380°C Infrarouge sans contact (MXL90164). OLIMEX. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/modirtemp |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=modlcd1x9 |
| + | |descr=MOD-LCD1x9 est un afficheur 9 caractères alphanumérique I2C avec port de connexion <strong>UEXT</strong>. OLIMEX. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/modlcd1x9 |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=modlcd3310 |
| + | |descr=MOD-LCD3310 est l'afficheur LCD du Nokia 3310 offrant 84 x 48 pixels et un port de connexion <strong>UEXT</strong>. OLIMEX. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/modlcd3310 |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=modled8x8 |
| + | |descr=Un afficheur 8x8 LEDs RGB chaînable. OLIMEX. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/modled8x8 |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=modltr501 |
| + | |descr=LTR-501ALS permet de faire une lecture de luminosité de 0.01 à 64.000 Lux (64K lux) et détection de proximité (jusqu'à 10cm). Le MOD-LTR-501ALS dispose d'une connexion <strong>UEXT</strong> facilitant les raccordements. OLIMEX. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/modltr501 |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=modmag |
| + | |descr=Le MAG3110 est un magénomètre digital 3 axes de NXP accessible via I2C. Le MOD-MAG dispose d'une connexion <strong>UEXT</strong> facilitant les raccordements. OLIMEX. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/modmag |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=modoled128x64 |
| + | |descr=Un afficheur OLED 128x64 / 128x32 / 64x48 avec contrôleur SSD1306 (I2C) et connecteur UEXT, Feather, Qwiic. OLIMEX,ADAFRUIT,SPARKFUN. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/modoled128x64 |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=modrfid |
| + | |descr=MOD-RFID1356 MIFARE : lecteur NFC / RFID Mifare via port série/usb-série/usb-hid. OLIMEX. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/modrfid |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=modrgb |
| + | |descr=MOD-RGB est une carte d'extension I2C avec port de connexion <strong>UEXT</strong>. Cette carte d'Olimex équipé de MosFet de puissance pour commander des rubans LED RGB analogiques via I2C (ou DMX). OLIMEX. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/modrgb |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=modrs485iso |
| + | |descr=MOD-RS485-ISO est un adaptateur RS485 Full-Duplex/Half-Duplex avec isolation. La transmission de données se fait via UART (MODE_PASS) ou I2C (MODE_BRIDE). Expose une interface <strong>UEXT</strong> pour connexion rapide. OLIMEX. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/modrs485iso |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=modtc-mk2 |
| + | |descr=MAX6MOD-TC-MK2 : Amplificateur Thermocouple Type-K (MAX31855) via I2C - sous MicroPython. OLIMEX. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/modtc-mk2 |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=modwii |
| + | |descr=La Wii NUNCHUCK est une manette de jeu super confortable et s'utilise sur le bus I2C. Ce controleur dispose d'une connexion <strong>UEXT</strong> facilitant les raccordements. OLIMEX. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/modwii |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=mpr121 |
| + | |descr=Créer des pastilles/entrées capacitives (tactiles) avec le MPR121. ADAFRUIT. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/mpr121 |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=mpx5700a |
| + | |descr=Utiliser un capteur de pression ANALOGIQUE MPX5700AP. SEEEDSTUDIO. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/mpx5700a |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=NCD |
| + | |descr=Connecter facilement une __mini carte I2C__ de NCD (National Control Device) sur une carte MicroPython grâce au connecteur <strong>NCD</strong> qui facilite grandement les raccordements de périphérique I2C. Logique 5V. NCD. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/NCD |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=ncd-mpl115a2 |
| + | |descr=Le MPL115A2 est un capteur de pression et température I2C. La <i>mini carte I2C de NCD</i> propose un connecteur <strong>NCD</strong> qui facilite grandement les raccordements de périphérique I2C.<br />Ce senseur est également disponible sous forme de breakout. NCD,ADAFRUIT. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/ncd-mpl115a2 |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=ncd-si7005 |
| + | |descr=Le SI7005 est un capteur d'humidité relative et température I2C. La <i>mini carte I2C de NCD</i> propose un connecteur <strong>NCD</strong> qui facilite grandement les raccordements de périphérique I2C.<br />Ce senseur est également disponible sous forme de breakout. NCD. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/ncd-si7005 |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=ncd-water-detect |
| + | |descr=Détecteur de présence d'eau + Buzzer + 2 GPIOs (basé sur un PCA9536). La <i>mini carte I2C de NCD</i> propose un connecteur <strong>NCD</strong> qui facilite grandement les raccordements de périphérique I2C.<br />Ce senseur est également disponible sous forme de breakout. NCD. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/ncd-water-detect |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=ncd-fet-solenoid |
| + | |descr=Contrôleur de sortie FET + GPIO (basé sur un MCP23008) pour charge résistive / inductive 12V (valve). La <i>carte I2C de NCD</i> propose un connecteur <strong>NCD</strong> qui facilite grandement les raccordements de périphérique I2C.<br />Ce senseur est également disponible sous forme de breakout. NCD. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/ncd-fet-solenoid |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=ncd-pecmac |
| + | |descr=Capteur de courant alternatif sur bus I2C (ou interface IoT). La <i>carte I2C de NCD</i> propose un connecteur <strong>NCD</strong> qui facilite grandement les raccordements de périphérique I2C.<br />Ce senseur est également disponible sous forme de breakout. NCD. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/ncd-pecmac |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=ncd-oled |
| + | |descr=Un afficheur OLED 128x64 avec contrôleur SSD1306 (I2C) et connecteur NCD. NCD. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/ncd-oled |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=neopixel |
| + | |descr=Les <strong>NéoPixels</strong> sont des LEDs digitales intelligentes pouvant être contrôlées indépendamment les unes des autres. ADAFRUIT. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/neopixel |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=oled-ssd1306 |
| + | |descr=Le SSD1306 est un contrôleur d'écran OLED. ADAFRUIT. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/oled-ssd1306 |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=opt3101-fov |
| + | |descr=Capteur de distance Time-Of-Flight FoV 3 canaux OPT3101 (POL3412). POLOLU. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/opt3101-fov |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=pca9536 |
| + | |descr=Contrôleur GPIO 4 bits I2C. NONE. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/pca9536 |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=pca9685 |
| + | |descr=Controleur PWM-Driver à base de PCA9685 de NXP, 16 canaux, résolution 12 bits, pour commande des LEDs ou Servo. ADAFRUIT. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/pca9685 |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=pcf8523 |
| + | |descr=Une Horloge temps réel RTC + alarme avec MicroPython. ADAFRUIT. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/pcf8523 |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=pm25 |
| + | |descr=Utiliser un capteur de particule fine PM2.5 (PMS5003) avec MicroPython. ADAFRUIT,PIMORONI. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/pm25 |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=qwiic-joystick-i2c |
| + | |descr=Utiliser un joystick analogique I2C (Qwiic) avec MicroPython. SPARKFUN. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/qwiic-joystick-i2c |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=qwiic-keypad-i2c |
| + | |descr=Utiliser un clavier I2C 12 touches (Qwiic) avec MicroPython. SPARKFUN. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/qwiic-keypad-i2c |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=qwiic-relay-i2c |
| + | |descr=Utiliser un Relais-Simple/Quad-Relais/Quad-Relais-SSR I2C (qwiic) avec MicroPython. SPARKFUN. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/qwiic-relay-i2c |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=qwiic-vcnl4040-i2c |
| + | |descr=Utiliser un capteur de proximité VCNL4040 (Qwiic, I2C) avec MicroPython. SPARKFUN. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/qwiic-vcnl4040-i2c |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=rfm69 |
| + | |descr=Utiliser module Packet Radio RFM69HCW (SPI) avec MicroPython. ADAFRUIT. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/rfm69 |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=sht3x |
| + | |descr=Exploiter un capteur d'humidité SHT3x avec MicroPython. DFROBOT. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/sht3x |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=st7687s |
| + | |descr=Exploiter un TFT rond avec MicroPython. DFROBOT. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/st7687s |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=stmpe610 |
| + | |descr=Utiliser un capteur tactile résistif avec MicroPython. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/stmpe610 |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=tca9554a |
| + | |descr=Ajouter 8 entrées/sortie avec le TCA9554A. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/tca9554a |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=tcs34725 |
| + | |descr=Capturer la couleur (rgb ou Kelvin) avec un capteur TCS34725 + LED + filtre IR. ADAFRUIT. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/tcs34725 |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=trackball |
| + | |descr=Ajouter un Trackball + LED RGBW sur votre projet MicroPython. PIMORONI. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/trackball |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=tsl2561 |
| + | |descr=Le TSL2561 est un senseur de <strong>luminosité</strong> en lumière visible ayant un réponse proche de l'oeil humain. Retourne une valeur en LUX. ADAFRUIT. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/tsl2561 |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=tsl2591 |
| + | |descr=Le TSL2591 est un capteur de <strong>luminosité</strong> en lumière visible ayant un réponse proche de l'oeil humain. Retourne une valeur en LUX. ADAFRUIT. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/tsl2591 |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=umqtt |
| + | |descr=Exemples de communication MQTT avec un module ESP8266. NONE. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/umqtt |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=UEXT |
| + | |descr=Connecteur <strong>UEXT</strong> en logique 3.3V est utilisé sur les cartes et capteurs d' Olimex. Il transporte les bus I2C, SPI, UART et alimentation 3.3V. OLIMEX. |
| + | |img=tlogo-github.jpg |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/UEXT |
| + | }} |
| + | |
| + | {{ttuto-end}} |
| + | |
| + | = Autres = |
| + | == ESP8266 en MicroPython == |
| {| border="0" | | {| border="0" |
| |- | | |- |
| | align="left" width="360px" | [[Fichier:MicroPython-ESP8266.jpg|320px]] | | | align="left" width="360px" | [[Fichier:MicroPython-ESP8266.jpg|320px]] |
| | align="Left" width="350px" valign="top" style="padding:10px" | | | | align="Left" width="350px" valign="top" style="padding:10px" | |
− | <p style="text-align: center; padding: 15px 0px; border-radius: 10px 10px 10px 10px; border: 1px solid #cccccc;">'''MicroPython sur ESP8266'''. Reflasher un {{pl|846|Feather ESP8266}} pour qu'il supporte MicroPython afin de réaliser des senseurs connectés à prix imbattable! Un minimum de savoir faire est cependant requis.</p> | + | <p style="text-align: center; padding: 15px 0px; border-radius: 10px 10px 10px 10px; border: 1px solid #cccccc;">'''MicroPython sur ESP8266'''. Reflasher un {{pl|846|Feather ESP8266}}, un {{pl|1221|Wemos D1 Mini}}, {{pl|668|ESP8266-EVB}} ou NodeMCU pour qu'il supporte MicroPython afin de réaliser des senseurs connectés à prix imbattable! Un minimum de savoir faire est cependant requis.</p> |
| |} | | |} |
| | | |
− | Cette section est dévolue à la plateforme {{pl|846|Feather ESP8266 Huzza}} reflashé pour MicroPython et sa {{cl|87|gamme de FeatherWing}} (extension). | + | Cette section est dévolue à la plateforme {{pl|846|Feather ESP8266 Huzza}}, {{pl|1221|Wemos ESP8266}}, NodeMCU reflashé pour MicroPython et extension comme {{cl|87|FeatherWing}}, {{cl|123|Wemos Extension}} (extension). |
| | | |
| Cette section est assortie du [https://github.com/mchobby/esp8266-upy GitHub ESP8266-upy contenant des sources et exemples]. | | Cette section est assortie du [https://github.com/mchobby/esp8266-upy GitHub ESP8266-upy contenant des sources et exemples]. |
| | | |
− | == Généralités == | + | === Généralités === |
| {{ttuto-begin}} | | {{ttuto-begin}} |
| | | |
Ligne 446 : |
Ligne 1 324 : |
| |img=tlogo-feather-esp8266.jpg | | |img=tlogo-feather-esp8266.jpg |
| |link=FEATHER-ESP8266 | | |link=FEATHER-ESP8266 |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=ESP8266-EVB |
| + | |descr=Découvrir l'ESP8266-EVB (evaluation board) et ESP8266-DEV (module ESP), son Brochage, Alimentation, Port UEXT, Schéma, FAQ. |
| + | |img=tlogo-esp8266-dev.jpg |
| + | |link=ESP8266-DEV |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=ESP32-EVB |
| + | |descr=Commander les éléments de la carte '''ESP32'''-DEV d'Olimex. |
| + | |img=tlogo-esp32-evb.png |
| + | |link=MicroPython-esp32-evb |
| }} | | }} |
| | | |
| {{ttuto | | {{ttuto |
| |label=Charger MicroPython | | |label=Charger MicroPython |
− | |descr=Apprenez comment charger le Firmware MicroPython sur une carte. | + | |descr=Apprenez comment charger le Firmware MicroPython sur une carte Pyboard, ESP32/ESP8266 (Feather, Wemos, NodeMcu), etc. |
| |img=tlogo-feather-load-upy.jpg | | |img=tlogo-feather-load-upy.jpg |
| |link=FEATHER-CHARGER-MICROPYTHON | | |link=FEATHER-CHARGER-MICROPYTHON |
Ligne 481 : |
Ligne 1 373 : |
| |img=tlogo-micropython-RShell.jpg | | |img=tlogo-micropython-RShell.jpg |
| |link=MicroPython-Hack-RShell | | |link=MicroPython-Hack-RShell |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=upip |
| + | |descr=Télécharger une bibliothèque MicroPython en utilisant le ''Python Index Package''. |
| + | |img=tlogo-micropython-upip.jpg |
| + | |link=MicroPython-Hack-upip |
| }} | | }} |
| | | |
| {{ttuto-end}} | | {{ttuto-end}} |
| | | |
− | == Hacking électronique == | + | === Hacking électronique === |
| {{ttuto-begin}} | | {{ttuto-begin}} |
| + | |
| + | {{ttuto |
| + | |label=Entrée Analogique |
| + | |descr=Utilisation de l'entrée analogique du Feather ESP8266 sous MicroPython. |
| + | |img=tlogo-micropython-analogique.png |
| + | |link=FEATHER-MICROPYTHON-ADC |
| + | }} |
| | | |
| {{ttuto | | {{ttuto |
Ligne 524 : |
Ligne 1 430 : |
| | | |
| {{ttuto | | {{ttuto |
− | |label=ADS1115 / ADS1015 | + | |label=ADS1x15 |
| |descr=Mesurer précisément une tension analogique avec un ADS1115 ou ADS1015. | | |descr=Mesurer précisément une tension analogique avec un ADS1115 ou ADS1015. |
| |img=tlogo-feather-upy-ADS1115.jpg | | |img=tlogo-feather-upy-ADS1115.jpg |
| |link=FEATHER-MICROPYTHON-ADS1115 | | |link=FEATHER-MICROPYTHON-ADS1115 |
− | |traduction=1
| |
| }} | | }} |
− |
| + | |
| + | {{ttuto |
| + | |label=NeoPixel |
| + | |descr=Utiliser des NeoPixel (WS2812, SK6812) sur ESP8266 avec MicroPython. |
| + | |img=tlogo-feather-upy-neopixel.jpg |
| + | |link=FEATHER-MICROPYTHON-NEOPIXEL |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=GPIO Expander |
| + | |descr=Utiliser le MCP23017 pour ajouter des entrées/sorties sur ESP8266. |
| + | |img=tlogo-feather-upy-MCP23017.png |
| + | |link=FEATHER-MICROPYTHON-MCP23017 |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=OLED |
| + | |descr=Utiliser un écran OLED en MicroPython (ESP8266). |
| + | |img=tlogo-feather-upy-oled.jpg |
| + | |link=FEATHER-MICROPYTHON-OLED |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=MOD-OLED [UEXT] |
| + | |descr=Un écran OLED 128x64 (I2C) utilisé sous MicroPython (via port UEXT). |
| + | |img=tlogo-mod-oled.png |
| + | |link=MICROPYTHON-MOD-OLED |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=MOD-IO [UEXT] |
| + | |descr=Utiliser le module I2C '''MOD-IO''' sous MicroPython (via port UEXT). |
| + | |img=tlogo-mod-io.png |
| + | |link=MICROPYTHON-MOD-IO |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=MOD-IO2 [UEXT] |
| + | |descr=Utiliser le module I2C '''MOD-IO2''' sous MicroPython (via port UEXT). |
| + | |img=tlogo-mod-io2.jpg |
| + | |link=MICROPYTHON-MOD-IO2 |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=MOD-RGB [UEXT] |
| + | |descr=Contrôler des rubans LEDs RGB / RVB avec le module I2C '''MOD-RGB''' sous MicroPython (via port UEXT). |
| + | |img=tlogo-mod-rgb.png |
| + | |link=MICROPYTHON-MOD-RGB |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=MOD-LCD1x9 [UEXT] |
| + | |descr=Contrôler l'afficheur Alphanumérique à cristaux liquide avec le module I2C '''MOD-LCD1x9''' sous MicroPython (via port UEXT). |
| + | |img=tlogo-mod-lcd1x9.png |
| + | |link=MICROPYTHON-MOD-LCD1x9 |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=MOD-MAG3110 [UEXT] |
| + | |descr=Un magnétomètre 3 axes '''MAG3110''' de NXP avec le module I2C '''MOD-MAG3110''' sous MicroPython (via port UEXT). |
| + | |img=tlogo-mod-mag3110.png |
| + | |link=MICROPYTHON-MOD-MAG3110 |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=MOD-LTR501ALS [UEXT] |
| + | |descr=Senseur de luminosité et de proximité '''LTR-501ALS'''. Exploiter le module I2C sous MicroPython (via port UEXT). |
| + | |img=tlogo-mod-ltr501als.png |
| + | |link=MICROPYTHON-MOD-LTR501ALS |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=MOD-Wii-Chuck [UEXT] |
| + | |descr=Contrôleur de jeu I2C Wii Nunchuck. Exploiter le sous MicroPython (via port UEXT). |
| + | |img=tlogo-mod-wii-nunchuck.png |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/modwii |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=DFR-Anemometer |
| + | |descr=Utiliser un anémomètre (SEN0170) à sortie analogique avec un ESP32 sous MicroPython. |
| + | |img=tlogo-anemometer.png |
| + | |link=MICROPYTHON-ANEMOMETER |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=DFR-Girouette |
| + | |descr=Utiliser une Girouette un anémomètre RS485 (SEN0482) sous MicroPython avec l'aide d'un module MOD-RS485-ISO. |
| + | |img=tlogo-grouette.png |
| + | |url=https://github.com/mchobby/esp8266-upy/tree/master/modrs485iso |
| + | }} |
| + | |
| {{ttuto-end}} | | {{ttuto-end}} |
| | | |
− | = SAMD21 en MicroPython = | + | == SAMD21 en MicroPython == |
| | | |
| {| border="0" | | {| border="0" |
Ligne 552 : |
Ligne 1 548 : |
| |link=SAMD21-CHARGER-MICROPYTHON | | |link=SAMD21-CHARGER-MICROPYTHON |
| |traduction=1 | | |traduction=1 |
| + | }} |
| + | |
| + | {{ttuto |
| + | |label=Feather M0 Express |
| + | |descr=Carte Feather conçue pour Arduino IDE et CircuitPython (MicroPython) |
| + | |img=tlogo-feather-m0-express.jpg |
| + | |link=FEATHER-M0-EXPRESS |
| }} | | }} |
| | | |
| {{ttuto-end}} | | {{ttuto-end}} |
| | | |
− | = WiPy = | + | == WiPy == |
| {| border="0" | | {| border="0" |
| |- | | |- |
Ligne 566 : |
Ligne 1 569 : |
| Cette section est dévolue à la plateforme {{pl|737|MicroPython WiPy}} et la {{pl|736|carte d'extension WiPy}}. | | Cette section est dévolue à la plateforme {{pl|737|MicroPython WiPy}} et la {{pl|736|carte d'extension WiPy}}. |
| | | |
− | == Découvrir WiPy == | + | === Découvrir WiPy === |
| {{ttuto-begin}} | | {{ttuto-begin}} |
| | | |
Ligne 634 : |
Ligne 1 637 : |
| {{ttuto-end}} | | {{ttuto-end}} |
| | | |
− | == Hacking electronic avec WiPy == | + | === Hacking electronic avec WiPy === |
| | | |
| {{ttuto-begin}} | | {{ttuto-begin}} |
Ligne 676 : |
Ligne 1 679 : |
| {{ttuto-end}} | | {{ttuto-end}} |
| | | |
− | = LoPy & WiPy 2 = | + | == LoPy & WiPy 2 == |
| {| border="0" | | {| border="0" |
| |- | | |- |
Ligne 690 : |
Ligne 1 693 : |
| Tenez vous au courant en suivant les [https://forum.pycom.io/category/1/announcements-news annonces du forum Pycom.io] pour être tenu au courant.}} | | Tenez vous au courant en suivant les [https://forum.pycom.io/category/1/announcements-news annonces du forum Pycom.io] pour être tenu au courant.}} |
| | | |
− | == Découvrir LoPy / WiPy 2 == | + | === Découvrir LoPy / WiPy 2 === |
| | | |
| LoPy et WiPy 2 sont tous les deux basés sur une plateforme ESP_32, de ce fait, les guides ci-dessous conviennent pour les deux plateformes. | | LoPy et WiPy 2 sont tous les deux basés sur une plateforme ESP_32, de ce fait, les guides ci-dessous conviennent pour les deux plateformes. |