From 9357d28a6b2ae97646dc8a42a4dea728eb250d5b Mon Sep 17 00:00:00 2001 From: Pierrick C Date: Mon, 10 Sep 2018 17:58:16 +0200 Subject: [PATCH] Ajout de la liste des composants --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 54f863d..697406b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ # micropy-light -Eclairage 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 ou ESP32 sous micropython. + +Liste de composants: + - un microcontrôleur ESP8266 (par ex. Adafruit Feather HUZZAH) ou ESP32 (ex. Adafruit Feather HUZZAH32) + - 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)