Electronic Shop Vente Arduino Tunisie اردوينو تونس , raspbery, stm32, capteur, module, afficheur, cnc, imprimante 3d, pla, moteur pas à pas, driver,robotique, composants électroniques

Prix de Livraison 7DT.
Livraison gratuite à partir 100 DT.

Sfax : 93-588-000 / 99-850-000
Ariana: 94-175-000

Livraison gratuite à partir 100 DT

Availability: Out of Stock
en cours d’arrivage

Matrice 8×8 64 LED WS2812 LED 5050 RGB pour Arduino

SKU: FZ1104

Other people want this. 15 people have this in their carts right now.
Categories: ,

Description

La matrice 8×8 avec 64 LED WS2812 5050 RGB est un excellent choix pour vos projets Arduino.

  • Type de LED : WS2812B, chaque LED est individuellement adressable.
  • Dimensions : 65 x 65 mm.
  • Tension : 5V DC.
  • Interface : E/S avec des connecteurs 3 broches pour l’entrée et la sortie.
  • Couleur : RGB, chaque LED peut afficher 24 bits de couleur.

Utilisation avec Arduino

Pour utiliser cette matrice avec Arduino, vous aurez besoin de la bibliothèque FastLED. Voici un exemple de code pour démarrer :

#include <FastLED.h>

#define NUM_LEDS 64
#define DATA_PIN 6

CRGB leds[NUM_LEDS];

void setup() {
  FastLED.addLeds<WS2812, DATA_PIN, GRB>(leds, NUM_LEDS);
}

void loop() {
  for(int i = 0; i < NUM_LEDS; i++) {
    leds[i] = CRGB::Red; // Change color as needed
    FastLED.show();
    delay(100);
    leds[i] = CRGB::Black;
  }
}

Connexion

  • DIN (entrée) de la matrice à la broche D6 de l’Arduino.
  • GND de la matrice à GND de l’Arduino.
  • 5V de la matrice à une alimentation 5V.
Select the fields to be shown. Others will be hidden. Drag and drop to rearrange the order.
  • Image
  • SKU
  • Rating
  • Price
  • Stock
  • Availability
  • Add to cart
  • Description
  • Content
  • Weight
  • Dimensions
  • Additional information
Click outside to hide the comparison bar
Compare
×

Hello!

Click one of our contacts below to chat on WhatsApp

×
Shopping cart close