여러분의 지식탐구 동행자 로봇사이언스몰입니다.
Login Join Cart Order MyPage CS Center
School PayAfter 전문가에게 상품추천받기 결제오류 문의전화번호안내 회원전용 개인결제창 비회원 개인결제창
1vs1Question UserManual AttachedIcon Online Class Biz Partner Join Partner
A/S접수하기 기술문의 견적서 요청하기 할인&이벤트상품 방과후수업 코딩강사매칭

QUICK MENU

최근본상품 0

    prev
    /
    next

    추천상품 0

      prev
      /
      next

      장바구니 0

        prev
        /
        next

        위시리스트 0

          prev
          /
          next

          TOP BOTTOM
          네이버 톡톡  톡톡
           
          • 코딩교구 상품
          • [로봇사이언스몰][Pololu][폴로루] Zumo Reflectance Sensor Array #1419
            상품번호 : 11931

            아이콘 설명보기
          • 13%
          • 상품코드 : RS-011931
            * 해외상품 국내보유 재고 : 4 개
            * 재고가 0 또는 수량 부족 시 해외상품배송안내 클릭
            * 국내상품/해외상품 식별방법 보러가기
            판매가
            16,000₩

            할인내역

            구분 할인
            기본할인 2,000₩
            닫기
            14,000(부가세포함)
            무이자할부
            5만원 이상 무이자 자세히보기

            무이자할부

            
															3~12개월 5만원이상
            
															3~12개월 5만원이상
            
															3~12개월 5만원이상
            
															3~12개월 5만원이상
            
															3~12개월 5만원이상
            
															3~12개월 5만원이상
            
															3~12개월 5만원이상
            
															3~12개월 5만원이상
            닫기
            배송
            • 3,500₩ (100,000₩ 이상 무료)
              추가배송비 : 1,000₩~10,000₩ (지역별)
              지역별차등금액적용
              달력
            적립혜택
            140₩
            상품정보

            상품정보제공고시

            품명 및 모델명 상세설명참조
            법에 의한 인증,허가 등을 받았음을 확인할수 있는 경우 그에 대한 사항 상세설명참조
            제조국 또는 원산지 상세설명참조
            제조자,수입품의 경우 수입자를 함께 표기 상세설명참조
            AS책임자와 전화번호 또는 소비자상담 관련 전화번호 상세설명참조
            상품위치 A14-003
            닫기
            고객평가
            0건  ★★★★★ (0/5)
            판매자
            본사
          • 수량
            • 총 상품금액
            • 14,000
          • 위시리스트

          [로봇사이언스몰][Pololu][포로루] Zumo Reflectance Sensor Array #1419


          This reflectance sensor module is designed for use with the Zumo shield for Arduino. It has six IR LED/phototransistor pairs that can be used for line following or edge detection; each sensor provides an independent, digital I/O-measurable output. The array draws approximately 40 mA when the emitters are on, and an optional input allows the emitters to be turned off for additional sensing or power-saving options.


          Overview

          The Zumo reflectance sensor array provides an easy way to add line sensing or edge detection to a Zumo robot. It features six separate reflectance sensors, each consisting of an IR emitter coupled with a phototransistor that responds based on how much emitter light is reflected back to it. The two outside sensors are positioned at the very edges of the module to maximize their usefulness as edge detectors (e.g. for seeing the white edge of a sumo ring) while the four inner sensors are closer together for better detecting lines. This sensor is included with the assembled version of the Zumo robot, but not with the kit version.


          Zumo reflectance sensor array with labeled sensors and dimensions.


          The sensor array plugs into the front expansion header of the Zumo shield, which provides it with power and the necessary I/O connections. The default I/O connections are to pins that are otherwise unused by the Zumo shield, but the sensor module makes it possible to remap these pins or disconnect specific sensors altogether to free up I/O lines. Please see the Zumo Shield user’s guide for detailed information about assembly and use with the Zumo robot.

          Zumo reflectance sensor array on a Zumo robot.


          Zumo reflectance sensor array on a Zumo robot, bottom view.


          Included components

          The Zumo reflectance sensor array ships with all of the components you need to connect it to a Zumo shield:

          Zumo reflectance sensor array assembled with included male header pins.


          The short ends of the extended 2×12 male header strip should be soldered to the board as shown above (with the solder joints made on the component side of the array). The included 2×12 female header should be soldered to the front expansion area of the Zumo shield as described in the Zumo shield user’s guide. The array also ships with two 1×3 male headers: a straight version and a right-angle version. You can optionally solder the 1×3 header of your choice to the set of three holes along the edge of the board and use the included shorting block to connect the appropriate I/O line to the LEDON pin for dynamic control of the IR emitters (note: it is generally easier to install the 3-pin header before the larger 24-pin header). If you are content just having the IR emitters on all the time, you can skip installation of the 1×3 header. The assembled picture above shows the right-angle header installed.


          How it works

          The array uses the same sensor modules as our QTR reflectance sensors and has the same principle of operation as our QTR-8RC version. The procedure for reading each sensor is as follows:

          1. Turn on IR LEDs (optional).
          2. Make the I/O line connected to that sensor an output and drive it high.
          3. Wait several microseconds to give the 1 nF capacitor node time to reach 5 V.
          4. Make the I/O line an input (with internal pull-up disabled).
          5. Measure the time for the voltage to decay by waiting for the I/O line to go low.
          6. Turn off IR LEDs (optional).

          These steps can typically be executed in parallel for all six sensors. Our Zumo Arduino library provides functions for reading the sensors and controlling the emitters (as well as high-level functions for taking calibrated readings and determining the position of a line), so you do not have to program this sequence of steps yourself.

          QTR-1RC output (yellow) when 1/8" above a black line and microcontroller timing of that output (blue).


          With a strong reflectance, the decay time can be as low as several dozen microseconds; with no reflectance, the decay time can be up to a few milliseconds. Meaningful results can be available within 1 ms in typical cases (i.e. when not trying to measure subtle differences in low-reflectance scenarios), allowing up to 1 kHz sampling of all 6 sensors. If lower-frequency sampling is sufficient, substantial power savings can be realized by turning off the LEDs. For example, if a 100 Hz sampling rate is acceptable, the LEDs can be off 90% of the time, lowering average current consumption from 40 mA to 4 mA.

          To minimize the required emitter current, the IR LEDs are arranged in two parallel chains of three and powered from the Zumo shield’s boosted 7.45 V. Each chain of emitters is wired in series with a red LED, making it possible to tell when current is flowing through that chain (it is not possible to tell if the IR LEDs are on by looking at them with the unaided eye). All of the IR emitter LEDs are controlled by a single MOSFET that is gated by a digital LEDON input that enables the emitters when left disconnected or driven high. If this input is driven low, the emitters are disabled. Turning the LEDs off might be advantageous for limiting power consumption when the sensors are not in use or for varying the effective brightness of the LEDs through PWM control. Additionally, reading the sensors with the emitters turned off makes it possible to detect (and potentially compensate for) any ambient IR that might be interfering with readings. When the emitters are on, the sensor array draws approximately 40 mA.

          Schematic diagram

          This schematic diagram is also available as a downloadable pdf (211k pdf).


          Dimensions

          Size: 2.6" × 0.6"1
          Weight: 3.6 g2

          General specifications

          Supply current: 40 mA

          Notes:

          1. Without header pins.
          2. Without included hardware. Weight becomes 8.1 g with included male and female headers.

          Documentation and other information

          Pololu Zumo Shield for Arduino User’s Guide (Printable PDF)

          User’s manual for the Pololu Zumo Shield for Arduino.


          File downloads

          Zumo reflectance sensor array schematic diagram (211k pdf)
          Printable schematic diagram for the Pololu Zumo reflectance sensor array.
          Dimension diagram of the Zumo Reflectance Sensor Array (121k pdf)
          3D model of the Zumo Reflectance Sensor Array (5MB step)


          1. 소비자상담센터 : 02-2283-1300 

          2. 상품준비 및 배송기간안내
           
              상품 출고(배송) 준비기간 
                  a. 국내상품 : 
                       1) 해당상품 : 아이콘이 부착된 상품 
                       2) 입금 확인 후 최소 0일~최대 3일(단, 품절상품 제외) 

                  b. 해외상품 :

                       1) 해당상품: 아이콘이 부착된 상품 

                       2) 구매금액 700,000원 이상 : 입금확인 후 최소 5일 ~ 최대 2주 

                       3) 구매금액 700,000원 이하 : 입금확인 후 최소 1주 ~ 최대 8주 

                       4) 단, 해외계약업체에 품절되지 않은 상품에 한함 

             ② 구매상품 종류가 많을 경우 예상 준비기간 보다 더 소요 될 수 있습니다. 

             ③ 주문하신 상품은 출고완료 메일 또는 문자 수신 후 익일~최대7일(도서,산간지역) 

                이내에 수령하실 수 있습니다. 

             ④ 제주(\3,500원)/도서지역(\5,000원)은 배송비가 추가됩니다. 

                제주,도서, 산간지역은 타 지역보다 배송기간이 길어질 수 있습니다. 

             ⑤  아이콘이 부착된 상품이라도 국내재고가 있을 수 있습니다. 

             ⑥ 해외 현지 사정으로 인해 공지한 배송기간보다 더 길어 질 수 있습니다. 

             ⑦ 해외상품은 반품/교환/취소가 어려울 수 있으니 신중히 주문하시기 바랍니다.

           

          3. 소비자의 단순변심/착오구매에 의한 청약철회제한안내 


              전자상거래 등에서의 소비자보호에 관한 법률 제17조 제2항 및 동 시행령 

                제21조에 의한 청약철회 제한 사유에 해당하는 경우 및 기타 객관적으로 

                이에 준하는 것으로 인정되는 경우에 한합니다. 

             ② 소비자의 단순변심, 착오구매에 의한 교환/반품 시에 발생하는 배송비는 

                소비자가 부담합니다. 

             ③ 판매자의 실수,제품하자 등의 사유로 인한 배송비는 판매자가 부담합니다.

           

          4. 상품의 교환/반품/보증조건 및 품질보증기준안내

           

              상품이 공급된 날(배송완료일)로부터 7일 이내에 교환/반품을 신청 할 수 있습니다. 

                그러나 아래의 사유에 해당 하는 경우에는 교환/반품 신청이 받아들여지지 않을 수도 있습니다. 

                  a. 소비자의 책임으로 인해 상품이 훼손/멸실 된 경우(확인을 위한 포장훼손제외) 

                  b. 소비자의 사용에 의해 상품의 가치가 현저하게 감소한 경우 

                  c. 시간의 경과로 인해 상품의 재판매가 불가하게 된 경우 

                  d. 판매방식의 특성으로 판매자에게 회복할 수 없는 피해가 발생한 경우 (주문제작 상품, 청약철회상품 등) 

             ② 교환/반품/보증조건 및 품질보증기준은 『소비자기본법』에 따른 소비자분쟁해결기준에 따라 피해를 보상합니다.

           

          5. 소비자피해보상 처리, 재화 등에 대한 불만 및 분쟁처리 안내

           

             ① 본 상품은 소비자 분쟁해결기준(공정거래위원회 고시)에 따라 피해를 보상받을 수 있습니다.


          관련상품

          판매자 관련상품

          판매자 정보

          판매자 정보
          판매자 본사  셀러등급
          상호명 (주)위키모바일(로봇사이언스몰) 대표자 김경식
          사업자등록번호 215-87-14086 통신판매신고번호 제2008-서울송파-0867호
          연락처 02-2283-1300 사업장 소재지 서울특별시 송파구 문정동 643-1 엠스테이트 B동704호
          1. 주문하신 물품의 총 결제금액이 15만원 이상 (환율의 변동에 따라 다를 수 있음) 이면 과부가세가 발생합니다. 관부가세는 고객님께서 부담하시는 금액으로 문자를 통해 입금내역이 발송되며 해당 관세사로 입금하시면 통관처리됩니다.

          2. 해외구매 특성상 주문에서 배송까지는 평균 10~15일이 소요됩니다. 간혹 현지 제품 수급에 따라 부득이하게 시일이 더 소요 될 수 있으니 구매시 좀 더 여유있게 주문하시길 권합니다.

          3. 해외 내수품인 관계로 A/S에 대해서는 별도의 책임을 지지 않습니다.

          4. 해외배송 특성상 주문접수후 배송상태가 배송준비중으로 넘어간 경우 해외에서 국내로의 배송이 이루어지고 있다는 뜻입니다. 따라서 배송준비중으로 배송상태가 넘어간 경우 취소및 반품이 불가하므로 이점 양해 부탁드립니다.

          5. 타 해외구매대행 사이트에서 주문하신 물건과 주문날짜가 겹치지않도록 주의해 주십시오. 통관날짜가 같을 경우 합산관세가 부가되게 됩니다.
          [고객센터]
          전화 : 02-2283-1300
          팩스 : 02-2283-1304
          메일 : ask@wikimobile.co.kr
          [업무시간안내]
          -전화(채팅)상담 10:00~17:00
          -점심시간 12:30~13:40
          -토,일요일,공휴일휴무
          [계좌 예금주:(주)위키모바일]
          * 국민은행 989801-00-039436
          * 농협중앙회 317-0003-2692-21
          * 우리은행 1005-203-780214
          * 기업은행 02-2283-1300
          1.코딩N메이커[Coding&Maker]
          ARDUINO
          ADAFRUIT
          SPARKFUN
          POLOLU
          ADEEPT
          ELECFREAKS
          DFROBOT
          MAKEBLOCK
          BARECONDUCTIVE
          KITRONIK
          PIMORONI
          SALEAE
          ASUS
          SCIENCEBOX
          CHIBITRONICS
          FRIMTECH
          ZEROPLUS
          ROBOROBO
          ETBOARD
          ROBOMATION
          KAMIBOT
          KOCOAFAB
          TIMBOROBOT
          쇼핑몰이용안내
          notice qna
          goods_review 입금자찾기
          faq 쇼핑몰활용 Tips
          동영상라이브러리 골드버그장치
          자료실
          전자계약사이트
          학교장터
          나라장터
          연구원카드결제
          회사명 : (주)위키모바일(로봇사이언스몰) | 사업자등록번호 : 215-87-14086 [사업자정보확인] | 주소 : 서울특별시 송파구 법원로 114 엠스테이트 B동704호
          통신판매업 신고 : 제2008-서울송파-0867호 | 연락처 : 02-2283-1300 | FAX : 02-2283-1304 | 개인정보보호 책임자 : 김 경식 | 대표자 : 김경식
          호스팅사업자 : 가비아 퍼스트몰 | contact : ask@wikimobile.co.kr for more information
          *로봇사이언스몰의 콘텐츠 저작권은 (주)위키모바일에 있으며 무단·전재·복사 배포를 금합니다.
          회원님의 소중한 개인정보 보호를 위해 비밀번호를 주기적으로 변경하시는 것이 좋습니다.
          현재 비밀번호
          신규 비밀번호
          신규 비밀번호 확인
          비밀번호는 영문 대문자, 영문 소문자, 숫자, 특수문자 중 2가지 이상을 조합한 8~20자