전체상품목록 바로가기

본문 바로가기


이전상품 다음 제품 보기
[아두이노]

[TA1460]미국 Adafruit 정품 RGB 칼라픽셀 30개 스트립형 - 실리콘 커버 보호 (Adafruit NeoPixel Digital RGB LED Strip - Black 30 LED - 1m - BLACK)

기본 정보
판매가 [vat별도] 18,000원
수량 수량증가수량감소
브랜드 Adafruit(에이다프릇)
국내·해외배송 국내배송
배송비 2,700원 ~ 3,000원
도움말

구매조건에 따라 배송비 차등부과

  • 1.00kg 이상 ~ 2.00kg 미만2,700원
  • 2.00kg 이상 ~ 80.00kg 미만3,000원
닫기

개인결제창을 통한 결제 시 네이버 마일리지 적립 및 사용이 가능합니다.  

상품 옵션
옵션 선택
상품 목록
product name quantity price
[TA1460]미국 Adafruit 정품 RGB 칼라픽셀 30개 스트립형 - 실리콘 커버 보호 (Adafruit NeoPixel Digital RGB LED Strip - Black 30 LED - 1m - BLACK) 수량증가 수량감소 ()
TOTAL(ea) : 0 (0개)
주문 불가

DESCRIPTION

You thought it couldn't get better than our world-famous 32-LED-per-meter Digital LED stripbut we will prove you wrong! These NeoPixel strips have 30 digitally-addressable pixel LEDs per meter and are very affordable and are only 12.5 mm wide, 10 mm if you remove the strip from the casing. This is the strip with black flex PCB, its identical to the white 30 LED/meter except it has a different color mask on the flex strip

There are some things to watch for:

  • These LED's use about 9.5 Watts max (~2 Amps @ 5V) per meter. The max rating is assuming all the LEDs are on full white, usually the actual current for colorful design is about 1/3 to 1/2 the max current. A good power supply such as our 5V 2A or 10A supply is key!
  • Second, to get high density, the controller chip is inside the LED, which is kind of cool, but also means that the chip only uses a single pin for input and a single pin for output. The protocol used is very very timing-specific and can only be controlled by microcontrollers with highly repeatable 100nS timing precision. We have example code for using with the Arduino Uno/Mega microcontroller at 8MHz and 16MHz, and with a little effort you can use with the Raspberry Pi, or Beagle Bone Black, but it will not work with the Basic Stamp, NETduino, any other interpreted/virtual machine microprocessor or any processor slower than 8 MHz. For those processors, check our DotStar digital LED strip which has SPI-like input/output and works easily with Pi, NETduino, and other processors.
  • The way the pixels are controlled by an Arduino, the entire strip must be buffered in memory, and we've found many Arduino UNO projects only have about a 1500bytes of RAM available after all the extras are included - enough for about 500 LED pixels. If you want to drive the entire strip and have some other libraries included, you may need to use a Mega.

There are 30 RGB LEDs per meter, and you can control each LED individually! Yes, that's right, this is the digitally-addressable type of LED strip. You can set the color of each LED's red, green and blue component with 8-bit PWM precision (so 24-bit color per pixel). The LEDs are controlled by shift-registers that are chained up down the strip so you can shorten or lengthen the strip. Only 1 digital output pin are required to send data down. The PWM is built into each LED-chip so once you set the color you can stop talking to the strip and it will continue to PWM all the LEDs for you

The strip is made of flexible PCB material, and comes with a weatherproof sheathing. You can cut this stuff pretty easily with wire cutters, there are cut-lines every 1.3"/3.4cm (1 LED each). Solder to the 0.1" copper pads and you're good to go. Of course, you can also connect strips together to make them longer, just watch how much current you need! We have a 5V/2A supply that should be able to drive 1 meter and a 5V/10A supply that can drive up to 10 meters(depending on use) You must use a 5V DC power supply to power these strips, do not use higher than 6V or you can destroy the entire strip

As of May 21, 2014 these come in 5 meter reels with a 2 or 3-pin JST SM connector on each end and separated power/ground wires. These strips are sold by the meter! If you buy 5 meters at a time, you'll get full reels with two connectors. If you buy less than 5m, you'll get a single strip, but it will be a cut piece from a reel which may or may not have a connector on it. If the piece comes from the end of the reel, the connector may be on the output end of the strip!

To wire up these strips we suggest picking up some JST SM plug and receptacle cables. You'll want one of each, one wire is for ground the other is for signal. For the power wire, you will also probably want a 2.1mm DC jack to wire in so you can connect one of our wall adapters to power it.

Our detailed NeoPixel Uberguide has everything you need to use NeoPixels in any shape and size. Including ready-to-go library & example code for the Arduino UNO/Duemilanove/Diecimila, Flora/Micro/Leonardo, Trinket/Gemma, Arduino Due & Arduino Mega/ADK (all versions)

//www.youtube.com/embed/HO6xQMR8naw

//www.youtube.com/embed/WwKis1vek0U

//www.youtube.com/embed/pqgzY7DxmSM?rel=0&start=311&autoplay=0

Adafruit NeoPixel Digital RGB LED Weatherproof Strip 30 LED -1m (5:11)


 

 


TECHNICAL DETAILS

Technical specs:

  • 12.5mm (0.5") wide, 4mm (0.16") thick with casing on, 1.85mm (0.07") thick without casing, 33mm (1.3") long per segment
  • 30 LEDs per meter
  • Removable IP65 weatherproof casing
  • Maximum 5V @ 60mA draw per 1.3" strip segment (all LEDs on full brightness)
  • 5VDC power requirement (do not exceed 6VDC) - no polarity protection
  • 1 integrated RGB LEDs per segment, individually controllable
  • LED wavelengths: 630nm/530nm/475nm
  • Connector: 2-pin JST SM
  • Strips may use either WS2812B or SK6812-based LEDs. They are the same brightness, color and protocol
  • WS2812 Datasheet
  • SK6812 Datasheet

.


LEARN

MicroPython Smart Holiday Lights

Decorate with MicroPython-powered holiday lights you control from a web page!
Festive Feather Holiday Lights
Create festive holiday lights powered by Adafruit's feather boards!

Techno-Tiki RGB LED Torch

Turn a Tiki torch into a beautiful animated LED light display.
Mailbox Notification Service
Light up your mailbox and get notified when your products arrive!

Multi-tasking the Arduino - Part 3

Unleashing the power of the NeoPixel!
Using NeoPixels with Netduino Plus 2
It used to be impossible to use NeoPixels with Netduino, until now!

 

 

 

Larson Scanner Shades (Trinket-Powered NeoPixel LED Strip Glasses)
A simple cyberpunk/Tronpunk fashion project!

 

 

NeoPixel Cyber Falls Wig
This Trinket project is really quite hairy!

Flora+NeoPixel LED Skateboard Upgrade
Flora+NeoPixel skateboard upgrade for maximum ground effects

WiFi Controlled LED Christmahanukwanzaa Tree
Control NeoPixels through the web to light up a tree for any holiday occasion!

1,500 NeoPixel LED Curtain with Raspberry Pi and Fadecandy
Make Something Beautiful. And Bright. Really Bright.

Trinket NeoPixel LED Longboard
Upgrade your ride with lots, and lots of NeoPixels!

NeoPixels on Raspberry Pi
How to control NeoPixel LEDs with Python on a Raspberry Pi!

 

 

 

 

The PICsellator
Veni, vidi, blinki

 

 

 

Adafruit NeoPixel Überguide
Everything you always wanted to know about Adafruit NeoPixels but were afraid to ask

 

 





배송정보

  • 배송 방법택배
  • 배송 지역전국지역
  • 배송 비용2,700원 ~ 3,000원
  • 배송 기간1일 ~ 2일
  • 배송 안내

    - 품절이나 주문상품 아이콘이 없는 제품은 하나 이상의 재고를 보유하고 있습니다.
    - 산간벽지나 도서지방의 경우 별도의 추가금액을 지불하지 않으셔도 됩니다. 전국동일 (제주도 포함)

    - 결제( 입금완료 )완료 후 1~2일 이내에 주문하신 제품을 받아 보실 수 있습니다. ( 우체국택배 )  단,  품절 또는 주문상품( 해외수입 )의 경우 1~2주 정도 소요됩니다.

    - 교환/반품의 경우 수령한 날로부터 7일까지 가능합니다. 단, 포장을 개봉하여 재판매가 불가할 경우 교환/반품이 불가합니다.

ITEM REVIEW상품의 사용후기를 적어주세요.

상품후기작성 모두보기

게시물이 없습니다

ITEM Q&A상품에 대해 궁금한 점을 해결해 드립니다.

상품문의등록 모두보기

글읽기 권한이 없습니다.

"19세 미만의 미성년자"는 출입을 금합니다!

성인인증 하기

상품 Q&A
no subject writer data hit
2 상품질문 김인우 2016-04-28 2
1 상품질문 아트로봇CT 2016-04-28 1
  1. 1