FJY Горячая продажа 8*8RGB64 бит высокого качества WS2812B LED модуль ws2812s совместимый с Arduino
FJY Горячая продажа 8*8RGB64 бит высокого качества WS2812B LED модуль ws2812s совместимый с Arduino
FJY Горячая продажа 8*8RGB64 бит высокого качества WS2812B LED модуль ws2812s совместимый с Arduino
FJY Горячая продажа 8*8RGB64 бит высокого качества WS2812B LED модуль ws2812s совместимый с Arduino
FJY Горячая продажа 8*8RGB64 бит высокого качества WS2812B LED модуль ws2812s совместимый с Arduino

FJY Горячая продажа 8*8RGB64 бит высокого качества WS2812B LED модуль ws2812s совместимый с Arduino

0.0
0 ta sotildi
Eng kam miqdor: 1 dona

dan boshlab

366 761 so'm

Kafolatlangan yetkazib berish muddati

Agar biz 45 kun kechiksak, buyurtmani bepul olasiz. Batafsil

Har doim siz bilan aloqada

Biz har kuni savollarga har qanday savollarga javob beramiz.

To'lovni qulay usulda xavfsiz qiling

Biz to'lovlarni turli xil usullarda qabul qilamiz.

Bo'lib to'lash mavjud

Uzum
maxsulotni tanlang
inTend
maxsulotni tanlang
Buyurtmani rasmiylashtirish paytida muddatli to‘lovni tanlang. Muddatli to‘lovning yakuniy qiymati rasmiylashtirishda hisoblanadi.
FJY Горячая продажа 8*8RGB64 бит высокого качества WS2812B LED модуль ws2812s совместимый с Arduino

Mahsulot haqida

Xususiyatlar

Бренд

другое

Производитель чипов

Универсальная модель

Архитектура материнской платы

Универсальная модель

Интерфейс жесткого диска

Универсальная модель

Tavsif

详情不清楚的,请咨询客服!!谢谢!

欢迎咨询,客服长期在线!!

      产品简介                  

 名称:WS2812全彩环形LED模块(64位灯珠)

 尺寸:7.5*7.5cm

 芯片:WS2811(内置于LED)

 LED:5050封装RGB全彩高亮

 电压:5V

 端口:数字

 平台:Arduino 单片机

 控制方式:内置控制芯片,只需一个IO口即可控制 

      实物拍摄                

     示例代码                  

 // NeoPixel Ring simple sketch (c) 2013 Shae Erisson

// released under the GPLv3 license to match the rest of the AdaFruit NeoPixel library
 
#include
#include
 
// Which pin on the Arduino is connected to the NeoPixels?
// On a Trinket or Gemma we suggest changing this to 1
#define PIN            6
 
// How many NeoPixels are attached to the Arduino?
#define NUMPIXELS      32
 
// When we setup the NeoPixel library, we tell it how many pixels, and which pin to use to send signals.
// Note that for older NeoPixel strips you might need to change the third parameter--see the strandtest
// example for more information on possible values.
Adafruit_NeoPixel pixels = Adafruit_NeoPixel(NUMPIXELS, PIN, NEO_GRB + NEO_KHZ800);
 
int delayval = 500; // delay for half a second
 
void setup() {
  // This is for Trinket 5V 16MHz, you can remove these three lines if you are not using a Trinket
#if defined (__AVR_ATtiny85__)
  if (F_CPU == 16000000) clock_prescale_set(clock_div_1);
#endif
  // End of trinket special code
 
  pixels.begin(); // This initializes the NeoPixel library.
}
 
void loop() {
 
  // For a set of NeoPixels the first NeoPixel is 0, second is 1, all the way up to the count of pixels minus one.
 
  for(int i=0;i
 
    // pixels.Color takes RGB values, from 0,0,0 up to 255,255,255
    pixels.setPixelColor(i, pixels.Color(0,150,0)); // Moderately bright green color.
 
    pixels.show(); // This sends the updated pixel color to the hardware.
 
    delay(delayval); // Delay for a period of time (in milliseconds).
 
  }
}  

 

Barcha xususiyatlar

Xususiyatlari

Бренд

другое

Производитель чипов

Универсальная модель

Архитектура материнской платы

Универсальная модель

Интерфейс жесткого диска

Универсальная модель

Tavsif

详情不清楚的,请咨询客服!!谢谢!

欢迎咨询,客服长期在线!!

      产品简介                  

 名称:WS2812全彩环形LED模块(64位灯珠)

 尺寸:7.5*7.5cm

 芯片:WS2811(内置于LED)

 LED:5050封装RGB全彩高亮

 电压:5V

 端口:数字

 平台:Arduino 单片机

 控制方式:内置控制芯片,只需一个IO口即可控制 

      实物拍摄                

     示例代码                  

 // NeoPixel Ring simple sketch (c) 2013 Shae Erisson

// released under the GPLv3 license to match the rest of the AdaFruit NeoPixel library
 
#include
#include
 
// Which pin on the Arduino is connected to the NeoPixels?
// On a Trinket or Gemma we suggest changing this to 1
#define PIN            6
 
// How many NeoPixels are attached to the Arduino?
#define NUMPIXELS      32
 
// When we setup the NeoPixel library, we tell it how many pixels, and which pin to use to send signals.
// Note that for older NeoPixel strips you might need to change the third parameter--see the strandtest
// example for more information on possible values.
Adafruit_NeoPixel pixels = Adafruit_NeoPixel(NUMPIXELS, PIN, NEO_GRB + NEO_KHZ800);
 
int delayval = 500; // delay for half a second
 
void setup() {
  // This is for Trinket 5V 16MHz, you can remove these three lines if you are not using a Trinket
#if defined (__AVR_ATtiny85__)
  if (F_CPU == 16000000) clock_prescale_set(clock_div_1);
#endif
  // End of trinket special code
 
  pixels.begin(); // This initializes the NeoPixel library.
}
 
void loop() {
 
  // For a set of NeoPixels the first NeoPixel is 0, second is 1, all the way up to the count of pixels minus one.
 
  for(int i=0;i
 
    // pixels.Color takes RGB values, from 0,0,0 up to 255,255,255
    pixels.setPixelColor(i, pixels.Color(0,150,0)); // Moderately bright green color.
 
    pixels.show(); // This sends the updated pixel color to the hardware.
 
    delay(delayval); // Delay for a period of time (in milliseconds).
 
  }
}  

 

Ushbu sotuvchidan

Barchasini ko'rish