Modifications

Sauter à la navigation Sauter à la recherche
19 977 octets ajoutés ,  17 juin 2022 à 22:33
Ligne 608 : Ligne 608 :  
{{ttuto-end}}
 
{{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 le code s'appuie sur l'API {{fname|machine}} et peut être utilisé sur toutes les plateforme MicroPython.
 +
 +
{{ttuto-begin}}
 +
{{ttuto
 +
|label=ad9833
 +
|descr=Créer un générateur de signal à l'aide de l AD9833.
 +
|img=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=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=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=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=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=github.jpg
 +
|url=https://github.com/mchobby/esp8266-upy/tree/master/bmp180
 +
}}
 +
 +
{{ttuto
 +
|label=cardkb
 +
|descr=CardKB - Mini-clavier QWERTY en I2C. M5STACK.
 +
|img=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=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=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=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=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=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=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=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=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=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=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=github.jpg
 +
|url=https://github.com/mchobby/esp8266-upy/tree/master/hat-sense
 +
}}
 +
 +
{{ttuto
 +
|label=FBGFX
 +
|descr=Bibliothèque graphique pour FrameBuffer.
 +
|img=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=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=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=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=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=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=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=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=github.jpg
 +
|url=https://github.com/mchobby/esp8266-upy/tree/master/lsm303
 +
}}
 +
 +
{{ttuto
 +
|label=m5stack-u087
 +
|descr=Module Voltmetre I2C. M5STACK.
 +
|img=github.jpg
 +
|url=https://github.com/mchobby/esp8266-upy/tree/master/m5stack-u087
 +
}}
 +
 +
{{ttuto
 +
|label=m5stack-u097
 +
|descr=Module 4 relais I2C. M5STACK.
 +
|img=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=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=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=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=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=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=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=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=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=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=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=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=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=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=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=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=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=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=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=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=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=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=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=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=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=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=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=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=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=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=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=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=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=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=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=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=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=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=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=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=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=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=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=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=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=github.jpg
 +
|url=https://github.com/mchobby/esp8266-upy/tree/master/sht3x
 +
}}
 +
 +
{{ttuto
 +
|label=st7687s
 +
|descr=Exploiter un TFT rond avec MicroPython. DFROBOT.
 +
|img=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=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=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=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=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=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=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=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=github.jpg
 +
|url=https://github.com/mchobby/esp8266-upy/tree/master/UEXT
 +
}}
 +
 +
{{ttuto-end}}
 +
 
= Autres =
 
= Autres =
 
== ESP8266 en MicroPython ==
 
== ESP8266 en MicroPython ==
29 836

modifications

Menu de navigation