Différences entre versions de « MICROPYTHON-MOD-RGB »

De MCHobby - Wiki
Sauter à la navigation Sauter à la recherche
(Page créée avec « {{traduction}} Voir le GitHub en attendant l'écriture de l'article https://github.com/mchobby/esp8266-upy/tree/master/modrgb »)
 
Ligne 1 : Ligne 1 :
 
{{traduction}}
 
{{traduction}}
  
Voir le GitHub en attendant l'écriture de l'article
+
== Utiliser le MOD-RGB d'Olimex avec ESP8266 sous MicroPython ==
 +
MOD-RGB est une carte d'interface d'Olimex utilisant le port UEXT.
 +
 
 +
[[Fichier:MICROPYTHON-MOD-RGB.png]]
 +
 
 +
* Un FirmWare personnalisé pour bus I2C or DMX
 +
* 3 canaux avec protection contre sur-courant
 +
* Courant nominal par canal - 5A
 +
* LEDs contrôlées par un signal PWM @ 1KHz
 +
* Entrée Stéréo (jack)
 +
* Cavalier pour sélection de mode DMX/I2C
 +
* Cavalier pour alimenter la carte via UEXT
 +
* Connecteur UEXT
 +
 
 +
== Matériel utilisé ==
 +
Pour réaliser ce test, nous avons utilisé:
 +
 
 +
{{parts-begin}}
 +
 
 +
{{parts-item
 +
  |name=ESP8266-EVB
 +
  |descr=ESP8266 Evaluation Board d'Olimex
 +
  |img=ESP8266-EVB.png
 +
  |link=http://shop.mchobby.be/product.php?id_product=668
 +
  |qty=1
 +
}}
 +
 
 +
{{parts-item
 +
  |name=MOD-RGB
 +
  |descr=Module RGB UEXT (MOD-RGB)}}
 +
  |img=MOD-RGB.png
 +
  |link=http://shop.mchobby.be/product.php?id_product=1410
 +
  |qty=1
 +
}}
 +
 
 +
{{parts-item
 +
  |name=UEXT-SPLITTER
 +
  |descr=Multiplicateur de port UEXT. Permettra de brancher la carte + Interface USB-Serie
 +
  |img=UEXT-SPLITTER.png
 +
  |link=http://shop.mchobby.be/product.php?id_product=1412
 +
  |qty=1
 +
}}
 +
 
 +
{{parts-item
 +
  |name=USB-SERIE-TTL
 +
  |descr=Un cable console pour pouvoir communiquer avec l'ESP8266
 +
  |img=USB-SERIE-TTL.png
 +
  |link=http://shop.mchobby.be/product.php?id_product=144
 +
  |qty=1
 +
}}
 +
 
 +
{{parts-end}}
 +
 
 +
 
 +
== Où acheter ==
 +
* {{pl|1410|UEXT RGB Module (MOD-RGB)}}
 +
* {{pl|668|Module WiFi ESP8266 - carte d'évaluation (ESP8266-EVB)}}
 +
* {{pl|1412|UEXT Splitter}}
 +
* {{pl|144|Câble console}}
  
 
https://github.com/mchobby/esp8266-upy/tree/master/modrgb
 
https://github.com/mchobby/esp8266-upy/tree/master/modrgb

Version du 17 novembre 2018 à 22:03

Utiliser le MOD-RGB d'Olimex avec ESP8266 sous MicroPython

MOD-RGB est une carte d'interface d'Olimex utilisant le port UEXT.

Fichier:MICROPYTHON-MOD-RGB.png

  • Un FirmWare personnalisé pour bus I2C or DMX
  • 3 canaux avec protection contre sur-courant
  • Courant nominal par canal - 5A
  • LEDs contrôlées par un signal PWM @ 1KHz
  • Entrée Stéréo (jack)
  • Cavalier pour sélection de mode DMX/I2C
  • Cavalier pour alimenter la carte via UEXT
  • Connecteur UEXT

Matériel utilisé

Pour réaliser ce test, nous avons utilisé:

  Description Quantité
ESP8266-EVB
ESP8266-EVB.png
ESP8266 Evaluation Board d'Olimex
disponible ici chez MCHobby
1
MOD-RGB
[[Fichier:{{{img}}}|250px]]
Module RGB UEXT (MOD-RGB)
[{{{link}}} disponible ici chez MCHobby]
{{{qty}}} img=MOD-RGB.png link=http://shop.mchobby.be/product.php?id_product=1410 qty=1

}}

UEXT-SPLITTER
UEXT-SPLITTER.png
Multiplicateur de port UEXT. Permettra de brancher la carte + Interface USB-Serie
disponible ici chez MCHobby
1
USB-SERIE-TTL
USB-SERIE-TTL.png
Un cable console pour pouvoir communiquer avec l'ESP8266
disponible ici chez MCHobby
1


Où acheter

https://github.com/mchobby/esp8266-upy/tree/master/modrgb