Information
Item weight
Barcode
Created time
Last updated on
Item description
LED strip WS2812B 5V RGB กันน้ำ IP67  ยาว 1m 60 ดวง แบบ addressable LED 5050 SMD ใช้สายเพียง 3 เส้น (Waterproof)  

 
แถบ LED แบบซีเรียล สามารถเปร่งสีได้ 24 บิต หรือเรียกว่าได้ทุกสี ใช้คู่กับ Library FastLED บน Arduino ด้วยสายเพียง 3 เส้น คือไฟเลี้ยง กราวและสายข้อมูลเส้นเดียว

สายสีแดง = ไฟเลี้ยง 5v (ควรใช้คู่กับแหล่งจ่ายขนาด 2A ขึ้นไป ห้ามต่อจาก Arduino โดยตรง)
สายสีขาว = กราว 
สายสีเขียว = ข้อมูลเข้า

 

General specifications

Typical operating voltage: 3.3-5V
LEDs: 60
RGB LED density: 60 per meter
Color: RGB
Length:  1m

 

 

 

 


ตัวอย่างวิธีการต่อ LED strip กับ Arduino




ตัวอย่าง Code ไฟวิ่งหลากสี


//#define FASTLED_ESP8266_RAW_PIN_ORDER //กำหนดบรรทัดนี้หากใช้ ESP8266 หรือ NodeMCU (สำหรับ Arduino ให้เอาบรรทัดนี้ออก)

#include <FastLED.h>

#define NUM_LEDS 300 //จำนวนเม็ด LED บนแถบ LED

#define DATA_PIN 7 // สำหรับ Arduino ใช้ขา digital ปกติ สำหรับ ESP8266 ให้ใช้เลขขา GPIO (ไม่ใช่ขา digital) 

CRGB leds[NUM_LEDS];

void setup() {
Serial.begin(115200);
Serial.println("resetting");
LEDS.addLeds<WS2812B,DATA_PIN,RGB>(leds,NUM_LEDS);
LEDS.setBrightness(30); //ปรับความสว่าง 0-255
}

void fadeall() { for(int i = 0; i < NUM_LEDS; i++) { leds[i].nscale8(250); } }

void loop() {
static uint8_t hue = 0;
Serial.print("x");
 
// สร้างสีให้วิ่งไปทางนึง
for(int i = 0; i < NUM_LEDS; i++) {
leds[i] = CHSV(hue++, 255, 255);
FastLED.show();
fadeall();
delay(10);
}
Serial.print("x");

// และวิ่งกลับมาอีกทางนึง
for(int i = (NUM_LEDS)-1; i >= 0; i--) {
leds[i] = CHSV(hue++, 255, 255);
FastLED.show();
fadeall();
delay(10);
}
}
Conditions
Tags

Exchange or return policy



Every item comes with a 30-day warranty. However, there are certain conditions that apply:

  1. The customer should not be responsible for any self-inflicted damage, such as incorrect power connections (for example, supplying 5V instead of the required 3.3V for a sensor).

  2. The product must be in perfect condition, without any breakage or damage caused by electricity (e.g., short circuits leading to electrical fires).

  3. The store does not accept product exchanges due to customer misunderstandings, such as purchasing the wrong size for their project or buying something without eventually using it. Customers can inquire about the product details and ensure compatibility before making a purchase by contacting us through our Line account @modulemore during business hours. Please note that there may be delays in response between 12:00 PM and 2:00 PM.

Return Policy: To initiate a product return, customers must provide the original receipt or a copy for quick verification. Returns can be sent to our store address by following these guidelines:

  1. Provide a detailed description of the damaged item(s).
  2. Mention any tests or experiments conducted by the customer.

Please note that the store reserves the right to make the final decision regarding product replacement or refund.

English

Categories

TRACK & TRACE

*Enter your order ID or email used in placing an order

OVERVIEW

Pageviews2,073,199 view(s)
Visitors1,333,925 time(s)
Last updatedSep 8, 2025

JOIN US

ร้านModuleMore
ร้านModuleMore
/www.modulemore.com/en
Join as a Member
601
Become a member of this store to receive special offers and promotions
Choose your language
Language
Currency
Change
Modify language
My orders
This seller's information
ร้านModuleMore
ModuleMore
Arduino compatible board, Iot, ESP32, ESP8266, Nodemcu, Raspberry pi, micro:bit and etc.
Mobile number : 0831710868
E-mail : paheyisoicus@gmail.com
Send message to seller
About this seller
Recently viewed items
Favourite this seller
Join as a Member
Share this page
Share this page

TOP Back to top
Contact me