หากต้องการใบเสนอราคา / ใบแจ้งหนี้ 
ติดต่อได้ทาง LINE Official: @mikroelec
  • จำนวนและราคาสินค้าที่มีอยู่จริงจะตรงกับในเว็บ
  • ถ้ากดใส่ตระกร้าได้แสดงว่ามีสินค้าพร้อมส่ง หากจำนวนไม่พอจะมีข้อความแจ้งจำนวนคงเหลือให้ทราบ
  • การรับ/ส่งสินค้ามี 3 รูปแบบคือ ส่งพัสดุ / มารับเองที่ร้าน / บริการแอปขนส่งเช่น Grab, LALAMOVE, ฺBolt, อื่นๆ



WS2812B RGB LED 1-bit round full-color drive lantern intelligent control module

WS2812B RGB LED 1-bit round full-color drive lantern intelligent control module
WS2812B RGB LED 1-bit round full-color drive lantern intelligent control moduleWS2812B RGB LED 1-bit round full-color drive lantern intelligent control moduleWS2812B RGB LED 1-bit round full-color drive lantern intelligent control moduleWS2812B RGB LED 1-bit round full-color drive lantern intelligent control moduleWS2812B RGB LED 1-bit round full-color drive lantern intelligent control module
รหัสสินค้า SKU-02370
หมวดหมู่ LED Display / LED Controller
ราคา 10.00 บาท
สถานะสินค้า พร้อมส่ง
ลงสินค้า 2 ก.ค. 2566
อัพเดทล่าสุด 2 ก.ค. 2566
จำนวน
ชิ้น
หยิบลงตะกร้า
บัตรประชาชน
บุ๊คแบ๊งค์
คุ้มครองโดย LnwPay
  • จำนวนและราคาสินค้าที่มีอยู่จริงจะตรงกับในเว็บ
  • ถ้ากดใส่ตระกร้าได้แสดงว่ามีสินค้าพร้อมส่ง หากจำนวนไม่พอจะมีข้อความแจ้งจำนวนคงเหลือให้ทราบ
  • การรับ/ส่งสินค้ามี 3 รูปแบบคือ ส่งพัสดุ / มารับเองที่ร้าน / บริการแอปขนส่งเช่น Grab, LALAMOVE, ฺBolt, อื่นๆ

overview


This product contains full-color WS2812BRGB smart LED bulbs, easy wiring, with protection.
 
The built-in signal integral circuit can output any pixel point after receiving the signal through waveform modulation to ensure that the waveform distortion of the circuit will not accumulate. The three colors of each pixel dot can display brightness at 256 level, complete full color 16777216 display, and scan frequency is not less than 400 hz/s. Main application led full color string lights. LED module full-color module, LED light strip, soft light, soft light, LED lamp guard. LED light source, LED pixel screen, LED shaped screen, a variety of electronic products, electrical equipment used. horse lights
 
product parameters
 
Voltage: 5V
 
Use the chip: WS2812S chip, 5050 lamp beads
 
Transmission speed: 800Kbps
 
Interface description:
 
VCC: Output electrode anode
 
Di: Data output
 
GND: Negative input voltage
 
do: data output

WS2812B Connection with Arduino

In this example, we will power the WS2812B LED strip using Arduino’s 5v output pin. Here we are using 8 LEDs. You can power up to 10-12 LEDs using Arduino’s 5v output pin. If you want to add more LEDs you should use an external power supply.

WS2812B Addressable RGB LED with Arduino Circuit Diagram

Here you can see that we provide a 5v power to the WS2812B RGB LED strip from Arduino. We connect the Arduino’s 5v output pin to the LED strip’s 5v pin and Arduino’s ground to the strip’s ground pin. Then connect the data pin of the LED strip to Arduino pin no 3.

If you are using more than 10-12 WS2812B RGB LEDs you need to connect an external power supply. You can connect it like below.

WS2812B with Arduino Circuit Diagram

WS2812B Arduino Code

We will use the FastLED library to control the WS2812B LED strip. You can install it manually by downloading it from the FastLED GitHub page and putting it into the Arduinos library folder. Or you can install it using the Arduino IDE’s library management page.

To open the library management window, navigate to Tools > Manage Libraries.

Wait for the library manager to load properly. Then search “fastled”. You will find a couple of entries there. Select the right library and click install.

Install FastLED Library in Arduino

It will install the library. Now restart the Arduino IDE to load the library properly.

 

After installing the library properly, upload the below code to turn on the first three LEDs.

#include <FastLED.h>

#define DATA_PIN 3
#define NUM_LEDS 8
#define BRIGHTNESS 64
#define LED_TYPE WS2812B
#define COLOR_ORDER GRB

// Define the array of leds
CRGB leds[NUM_LEDS];

#define UPDATES_PER_SECOND 100

void setup() {
FastLED.addLeds<LED_TYPE, DATA_PIN, COLOR_ORDER>(leds, NUM_LEDS);
FastLED.setBrightness(BRIGHTNESS);
}

void loop() {
// Turn the LED on
leds[0] = CRGB::Red;
leds[1] = CRGB::Green;
leds[2] = CRGB::Blue;
FastLED.show();
delay(10);
}

วิธีการชำระเงิน

บมจ. ธนาคารกสิกรไทย สาขาโรบินสัน ศรีสมาน ออมทรัพย์
พร้อมเพย์ สาขา- mobile
Scan this!
ไมโครอิเล็กทรอนิกส์
098-xxxxxx-9
Accept All Banks | รับเงินได้จากทุกธนาคาร

นโยบายการเปลี่ยนหรือคืนสินค้า

หากสินค้าชำรุดหรือใช้งานไม่ได้ สามารถขอเปลี่ยนสินค้าได้ภายใน 7 วัน

หมายเหตุ
ต้องไม่เสียหายอันเกิดจากใช้งานผิดพลาด ใช้ผิดวิธี ต่อไฟผิดขั้ว จ่ายไฟเกินกำหนด หรืออื่นๆที่ตรวจสอบแล้วไม่ได้เกิดจากความผิดพลาดจากการผลิตสินค้า


ค้นหาเลขพัสดุ/Track

  • ค้นหา
*ใส่ เบอร์มือถือ หรือ email ที่ใช้ในการสั่งซื้อ

Categories

เซนเซอร์(Senser)/ โมดูล(Module) [496]
อุปกรณ์ / อะไหล่อิเล็กทรอนิกส์ (Electronic component) [487]

Statistic

หน้าที่เข้าชม555,863 ครั้ง
ผู้ชมทั้งหมด313,506 ครั้ง
ร้านค้าอัพเดท13 ก.ย. 2568

Member

รายการสั่งซื้อของฉัน
เข้าสู่ระบบด้วย
เข้าสู่ระบบ
สมัครสมาชิก

ยังไม่มีบัญชีเทพ สร้างบัญชีใหม่ ไม่มีค่าใช้จ่าย
สมัครสมาชิก (ฟรี)
รายการสั่งซื้อของฉัน
ข้อมูลร้านค้านี้
ร้านMikroElectronic
MikroElectronic
จำหน่ายอุปกรณ์อิเล็กทรอนิกส์ โมดูล เครื่องมือ และอุปกรณ์ต่างๆ arduino อาดูโน อะไหล่เครื่องใช้ไฟฟ้า อะไหล่อิเล็กทรอนิกส์ รับออกแบบวงจร เขียนโปรแกรมด้วยอาดูโน รับทำโครงงาน นักเรียนนักศึกษา ให้คำปรึกษาแก้ปัญหาโครงงาน ออกแบบและสร้างงานต้นแบบ ร้านตั้งอยู่ ซอยร่วมสุข ปทุมธานี สถานที่ใกล้เคียง ดอนเมือง สรงประภา ศรีสมาน นนทบุรี แจ้งวัฒนะ
เบอร์โทร : 0984829329
อีเมล : mikroelec@gmail.com
ส่งข้อความติดต่อร้าน
เกี่ยวกับร้านค้านี้
สินค้าที่ดูล่าสุด
ดูสินค้าทั้งหมดในร้าน
สินค้าที่ดูล่าสุด
บันทึกเป็นร้านโปรด
Join เป็นสมาชิกร้าน
แชร์หน้านี้
แชร์หน้านี้

TOP เลื่อนขึ้นบนสุด
พูดคุย-สอบถาม