전체상품목록 바로가기

본문 바로가기


현재 위치
  1. home
  2. community
  3. 기술문의 :)

기술문의 :)

기술문의 게시판 입니다.

상품 게시판 상세
subject RGB LED 스트립 밴드 - 32개 독립제어 가능형
writer 아트로봇 (ip:)
  • date 2012-10-14 18:42:03
  • like 추천하기
  • view 70
rating 0점

안녕하세요

 

참고하신 튜토리얼은 해당제품용 튜토리얼이 아니고  유사품인  RGB LED Chain 제품입니다.

사용법이 유사하지만  케이블 색상 배열등이 다를 수 있습니다.

 

해당 제품의 사용법은  링크된 예제소스의 상단주석에 안내되어 있으니 다시 확인해보시기 바랍니다.

 

아트로봇 드림

 

--이하 상단 주석 내용 일부 발췌  --

 

  Nathan Seidle
  SparkFun Electronics 2011
 
  This code is public domain but you buy me a beer if you use this and we meet someday (Beerware license).
 
  Controlling an LED strip with individually controllable RGB LEDs. This stuff is awesome.
 
  The SparkFun (individually controllable) RGB strip contains a bunch of WS2801 ICs. These
  are controlled over a simple data and clock setup. The WS2801 is really cool! Each IC has its
  own internal clock so that it can do all the PWM for that specific LED for you. Each IC
  requires 24 bits of 'greyscale' data. This means you can have 256 levels of red, 256 of blue,
  and 256 levels of green for each RGB LED. REALLY granular.

  To control the strip, you clock in data continually. Each IC automatically passes the data onto
  the next IC. Once you pause for more than 500us, each IC 'posts' or begins to output the color data
  you just clocked in. So, clock in (24bits * 32LEDs = ) 768 bits, then pause for 500us. Then
  repeat if you wish to display something new.
 
  This example code will display bright red, green, and blue, then 'trickle' random colors down
  the LED strip.
 
  You will need to connect 5V/Gnd from the Arduino (USB power seems to be sufficient).
 
  For the data pins, please pay attention to the arrow printed on the strip. You will need to connect to
  the end that is the begining of the arrows (data connection)--->
 
  If you have a 4-pin connection:
  Blue = 5V
  Red = SDI
  Green = CKI
  Black = GND
 
  If you have a split 5-pin connection:
  2-pin Red+Black = 5V/GND
  Green = CKI
  Red = SDI
*/

int SDI = 2; //Red wire (not the red 5V wire!)
int CKI = 3; //Green wire
int ledPin = 13; //On board LED

 


---------- Original Message ----------

RGB LED 32개  주문한사람입니다

 

RGB 모듈?

<어디가 시작이고 어디가 끝인지를 구분하시기 위해 모듈 밑면에 있는 화살표를 참고하시면 됩니다.
시작모듈에 케이블을 연결하시면 됩니다.>

 

이라고 적혀있는데 전혀 화살표표시도없고 어디가 시작하는선인지 끝인지 모르겠습니다.

 

그리고 처음 접해보는거라 인터넷에 올려와있는 설명으로는 이해가안갑니다.

 

RED , BLUE , GREEN , YELLOW  선이 2개 있고 RED , YELLOW 선이 1개있습니다

 

4가지색의 종류 선이 2개 인데  두개 연결하는건지 잘모르겠습니다..

 

file
password 삭제하려면 비밀번호를 입력하세요.
댓글 수정

password :

/ byte

비밀번호 : 확인 취소

댓글 입력

commentsname : password : 관리자 답변 보기

/ byte

왼쪽의 문자를 공백없이 입력하세요.(대소문자구분)

회원에게만 댓글 작성 권한이 있습니다.

관련 글 보기

관련글 모음
번호 상품명 제목 작성자 작성일 조회
16922 [배송안내] 설연휴 배송 아트로봇CT 2019-02-01 193
16646 usb2serial보드 문의 (주)프라임소프트 2018-03-14 207
16654 usb2serial보드 문의 아트로봇CT 2018-03-18 190
16638 [ 설연휴 및 배송 ] 휴무 및 택배배송 일정 안내 아트로봇CT 2018-02-13 205
16624 구매 관련 문의드립니다. 강민구 2018-01-25 3