Mise à jour et corrections

This commit is contained in:
arofarn 2020-04-21 19:02:18 +02:00
parent 2bd09f60eb
commit 5ba515fb44
1 changed files with 5 additions and 3 deletions

View File

@ -1,10 +1,12 @@
# micropy-light # 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: 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 ruban ou un anneau de LED neopixel
- un encoder rotatif (avec clic central) pour le contrôle direct - 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 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).