issue94:arduino
Différences
Ci-dessous, les différences entre deux révisions de la page.
Prochaine révision | Révision précédente | ||
issue94:arduino [2015/02/28 15:58] – créée andre_domenech | issue94:arduino [2015/04/01 10:49] (Version actuelle) – auntiee | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | The aim of this mounting is to simulate the flame observed in a fire. | + | **The aim of this mounting is to simulate the flame observed in a fire. |
An 8x8 LED matrix using the MAX7219 driver is lit with SPI protocol. DataIn, Clock and Chip Select pins are connected to the Arduino board using pin 11, 13 and 10 respectively. VCC (+5V) and GND pins are also used to power the LED matrix. | An 8x8 LED matrix using the MAX7219 driver is lit with SPI protocol. DataIn, Clock and Chip Select pins are connected to the Arduino board using pin 11, 13 and 10 respectively. VCC (+5V) and GND pins are also used to power the LED matrix. | ||
Ligne 9: | Ligne 9: | ||
In the void loop, the flame array is written in the MAX7219 using a moving window governed by variable j. A delay of 25ms is used to render the flame dynamics. | In the void loop, the flame array is written in the MAX7219 using a moving window governed by variable j. A delay of 25ms is used to render the flame dynamics. | ||
- | Arduino code: http:// | + | Arduino code: http:// |
+ | |||
+ | Le but de ce montage est de simuler la flamme observée dans un feu. | ||
+ | |||
+ | Une matrice de LED 8x8 utilisant un pilote MAX7219 est allumée avec le protocole SPI. Les picots DataIn, Clock et Chip Select sont connectés respectivement aux picots 11, 13 et 10 de l' | ||
+ | |||
+ | Dessiner une flamme sur du papier à carrés | ||
+ | |||
+ | Nous avons tracé les flammes sur un « ruban numérique », comme montré à droite. | ||
+ | |||
+ | Dans la boucle vide, la matrice de la flamme est écrite dans le MAX7219 en utilisant une fenêtre mobile pilotée par la variable j. Un retard de 25 ms est utilisé pour rendre le mouvement de la flamme. | ||
+ | |||
+ | Code Arduino |
issue94/arduino.1425135502.txt.gz · Dernière modification : 2015/02/28 15:58 de andre_domenech