From e9b3d1d9aed3af0ff6b48a955d2c2b1241fe3a89 Mon Sep 17 00:00:00 2001 From: arofarn Date: Tue, 21 Apr 2020 18:10:32 +0200 Subject: [PATCH 1/2] =?UTF-8?q?Mise=20=C3=A0=20jour=20et=20corrections?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 697406b..8dfbf9d 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,4 @@ Liste de composants: - un ruban ou un anneau de LED neopixel - un encoder rotatif (avec clic central) pour le contrôle direct - une puce SN74AHCT125N qui servira à adapter le niveau des signaux (3.3V côté microcontrôleur, 5V côté Neopixel) - - une alimentation 5V suffisante pour le nombre LED (compter 60mA/LED soit 300mW/LED) + - une alimentation 5V suffisante pour le nombre de LED (compter 60mA/LED soit 300mW/LED) From 5ba515fb4431d4a660e1067778f5c99c1e8d97e4 Mon Sep 17 00:00:00 2001 From: arofarn Date: Tue, 21 Apr 2020 19:02:18 +0200 Subject: [PATCH 2/2] =?UTF-8?q?Mise=20=C3=A0=20jour=20et=20corrections?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 697406b..55e7eaa 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ # micropy-light -Éclairage RGB connecté à base de Neopixel (LED RGB adressable type WS2812), de microcontrolleur ESP8266 ou ESP32 sous micropython. +Éclairage RGB connecté à base de Neopixel (LED RGB adressable type WS2812), de microcontrolleur ESP8266 sous micropython. Liste de composants: - - un microcontrôleur ESP8266 (par ex. Adafruit Feather HUZZAH) ou ESP32 (ex. Adafruit Feather HUZZAH32) + - un microcontrôleur ESP8266 (par ex. Adafruit Feather HUZZAH) - un ruban ou un anneau de LED neopixel - un encoder rotatif (avec clic central) pour le contrôle direct - une puce SN74AHCT125N qui servira à adapter le niveau des signaux (3.3V côté microcontrôleur, 5V côté Neopixel) - - une alimentation 5V suffisante pour le nombre LED (compter 60mA/LED soit 300mW/LED) + - une alimentation 5V suffisante pour le nombre de LED (compter 60mA/LED soit 300mW/LED) + +Facile à adapter à un microcontrolleur ESP32 (quelques déclarations de broches).