CUQI WS2812B 10x10 5050

CUQI WS2812B RGB-IC Panel LED 10x10 Instruction Manual

Modelnya: 5050

Brand: CUQI

1. Pendahuluan

This manual provides comprehensive instructions for the CUQI WS2812B RGB-IC Panel LED 10x10. This panel features 100 individually addressable RGB LEDs, making it an ideal component for various DIY lighting projects, especially when integrated with microcontrollers like Raspberry Pi or Arduino.

Harap baca manual ini dengan saksama sebelum digunakan untuk memastikan pemasangan dan pengoperasian yang benar.

2. Fitur Utama

  • Individually Addressable WS2812B LEDs: Each LED is independently controllable, allowing for complex programming of multiple colors and dynamic lighting effects.
  • 10x10 Pixel LED Panel: The panel measures approximately 10.42 x 9.38 cm and contains a total of 100 RGB LEDs, each with a built-in IC chip.
  • DC 5V Operation: Designed to operate with a standard 5V DC power supply.
  • Kompatibilitas Luas: Compatible with popular microcontrollers such as Arduino and Raspberry Pi, utilizing libraries like FastLED and Adafruit NeoPixel. Also supports various dedicated LED controllers (e.g., K-1000C, SP105E, SP108E).
  • DIY Project Versatility: Offers flexibility to control light color, flow speed, and brightness for custom LED displays, artistic installations, holiday decorations, and other creative lighting applications.

3. Isi Paket

Pastikan semua barang lengkap dan dalam kondisi baik saat membuka paket:

  • 1x CUQI WS2812B RGB-IC Panel LED (10x10, 100 LEDs)

4. Spesifikasi Teknis

FiturSpesifikasi
MerekCUQI
Nomor Model5050
Dimensi (Panel)10.42 x 9.38 cm (4.09 x 3.7 inci)
Jumlah LED100 (10x10 matrix)
Jenis LEDWS2812B RGB-IC (5050 SMD)
Masukan VoltageTegangan DC5V
Konsumsi Daya6 watt
WarnaBeraneka warna
Fitur KhususDapat diredupkan
Lingkungan PenggunaanDalam
Berat Produk50 gram

5. Petunjuk Penyiapan

5.1. Membongkar dan Inspeksi

Carefully remove the WS2812B RGB-IC Panel LED from its protective packaging. Inspect the panel for any visible damage or missing components.

Depan view of the CUQI WS2812B RGB-IC Panel LED, showing the arrangement of 100 individual LEDs.

Gambar 1: Depan view of the LED panel.

Kembali view of the CUQI WS2812B RGB-IC Panel LED, showing the circuit board and connection points.

Gambar 2: Kembali view of the LED panel.

5.2. Koneksi Kabel

The panel requires a 5V DC power supply and a data input signal. Each LED is individually addressable via a 3-pin connection. Identify the following pins on the panel:

  • +5V: Power input (red wire typically)
  • KERIUHAN: Data input (green or white wire typically)
  • GND: Ground (black or blue wire typically)
  • DOUT: Data output (for chaining multiple panels)

Connect the +5V, DIN, and GND pins to your chosen microcontroller (e.g., Arduino, Raspberry Pi) or dedicated LED controller. Ensure correct polarity to prevent damage to the panel or controller.

Diagram illustrating the wiring method for a single WS2812B LED, showing 5V, DIN, DOUT, and GND connections, along with male and female 3-pin connectors.

Figure 3: Wiring method for WS2812B LEDs.

The DOUT pin allows you to chain multiple panels together. Connect the DOUT of the first panel to the DIN of the next panel, and so on. Remember to provide adequate power for all chained panels.

Image showing the dimensions of the 10x10 LED panel, measuring 104mm (4.09 in) by 94mm (3.7 in), with a close-up of a single 9.5mm LED.

Figure 4: Dimensions of the 10x10 LED panel.

5.3. Pertimbangan Catu Daya

A stable 5V DC power supply is crucial for optimal performance. The current requirement depends on the number of LEDs and their brightness settings. For 100 LEDs at full brightness, a power supply capable of delivering sufficient current (e.g., 6A for 6W at 5V) is recommended. Always ensure your power supply can handle the maximum current draw of your entire LED setup.

6. Operating the LED Panel

6.1. Microcontroller Compatibility and Control Options

The CUQI WS2812B panel is highly versatile and compatible with various microcontrollers and control methods:

  • Arduino: Use popular libraries like Adafruit NeoPixel or FastLED for easy programming.
  • Raspberry Pi: Can be controlled using Python libraries or other programming languages.
  • Dedicated LED Controllers: Compatible with various specialized controllers such as K-1000C, SP105E, and SP108E, which often offer pre-programmed effects and easier user interfaces.
Images showing various control options for LED panels, including Arduino Uno, Raspberry Pi, K-1000C controller, SP105E controller, SP108E controller, and a WiFi controller.

Figure 5: Multiple control options for the LED panel.

6.2. Programming the LED Panel

To control the LEDs, you will need to write code for your chosen microcontroller. Libraries like Adafruit NeoPixel and FastLED significantly simplify this process by providing functions to set individual LED colors, brightness, and create complex dynamic effects.

Refer to the documentation of your chosen library and microcontroller for specific programming examples and detailed guides. Many online resources and communities are available to assist with programming WS2812B LEDs.

6.3. Basic Control Example (Konseptual)

A typical setup involves connecting the data pin (DIN) of the LED panel to a digital output pin on your microcontroller. Here's a conceptual example using Arduino with the FastLED library:

#include <FastLED.h>

#define NUM_LEDS 100
#define DATA_PIN 6 // Connect DIN to Arduino Digital Pin 6

CRGB leds[NUM_LEDS];

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

void loop() {
  // Example: Light the first LED red
  leds[0] = CRGB::Red;
  FastLED.show();
  delay(50); // Small delay

  // Example: Cycle through colors for all LEDs
  for(int i = 0; i < NUM_LEDS; i++) {
    leds[i] = CHSV(millis() / 10 + i * 2, 255, 255);
  }
  FastLED.show();
  delay(10);
}

Mantan iniample demonstrates how to initialize the FastLED library and set individual LED colors. You can expand upon this code to control all 100 LEDs and create your desired patterns and animations.

Empat mantanamples of DIY projects using LED panels, displaying colorful patterns and text, demonstrating the versatility of the product.

Gambar 6: Contohamples of DIY projects with the LED panel.

7. Pemeliharaan

To ensure the longevity and optimal performance of your LED panel, follow these maintenance guidelines:

  • Tetap Bersih dan Kering: Avoid exposing the panel to moisture, liquids, or extreme temperatures. This product is designed for indoor use only.
  • Tangani dengan hati-hati: Do not apply excessive force, bend the panel sharply, or drop it, as this may damage the LEDs or internal circuit traces.
  • Periksa Koneksi: Periodically inspect all wiring connections for looseness or signs of corrosion. Ensure all connections are secure.
  • Pembersihan: If the panel becomes dirty, gently wipe it with a soft, dry, lint-free cloth. Do not use abrasive cleaners, solvents, or harsh chemicals, as these can damage the LEDs or the PCB.

8. Penyelesaian masalah

If you encounter issues with your CUQI WS2812B RGB-IC Panel LED, refer to the following troubleshooting tips:

  • LED Tidak Menyala:
    • Catu Daya: Ensure the 5V DC power supply is correctly connected and providing sufficient current for all LEDs.
    • Pengkabelan: Double-check that the +5V, DIN, and GND connections are secure and correctly wired to your microcontroller or controller. Verify polarity.
    • Kode: Confirm that your microcontroller code is correctly uploaded and configured to address the LEDs.
    • Individual LED Test: If possible, test a single LED or a small section of the panel to help isolate the problem.
  • Incorrect Colors or Flickering:
    • Data Line Integrity: Ensure the data line (DIN) is not excessively long or experiencing electromagnetic interference. For longer runs or 3.3V microcontrollers, consider using a logic level shifter.
    • Masalah Pasokan Daya: Insufficient power or voltage drops can cause flickering or incorrect color display. Ensure the power supply is stable.
    • Library Configuration: Verify that the LED type (WS2812B) and color order (e.g., GRB) are correctly specified in your programming library.
  • Only Some LEDs Work or Chain Breaks:
    • Damaged LEDs: Since WS2812B LEDs are chained, a faulty LED can interrupt the data signal for all subsequent LEDs in the chain. Identify and replace any damaged LEDs.
    • Bad Solder Joints: Inspect solder points for continuity, especially if you have made custom connections or modifications.

9. Garansi dan Dukungan

Untuk informasi garansi, dukungan teknis, atau pertanyaan terkait produk lainnya, silakan merujuk ke situs resmi produsen. website or contact your retailer directly. Keep your purchase receipt as proof of purchase.

Manufacturer: CUQI

10. Efisiensi Energi

Produk ini memiliki peringkat efisiensi energi F.

For detailed information regarding the energy efficiency of this product, please scan the QR code on the energy label or visit the EPREL database:

Tautan Basis Data EPREL

Energy efficiency label for CUQI 5050, showing a rating of F and 27 kWh/1000h consumption.

Gambar 7: Label Efisiensi Energi.

Ask a question about this manual

Ask about setup, troubleshooting, compatibility, parts, safety, or missing instructions. Manuals+ will review the question and use this page’s manual context to help answer it.