德源科技 
德源科技德源科技
公司簡介訂購方式匯款確認檔案下載 聯絡我們保固說明訂單查詢討論區
電子郵件:

密碼:

忘記密碼
加入會員
  首頁 | RS工具箱、工具櫃 | 原廠 Arduino® | 特殊服務設計 | 轉接座及轉接板/麵包板 | 開發板/燒錄器/模擬器 | 相容 For Arudino® 週邊及配件 | D-Robotics地瓜 RDK開發板 系列 | OKdo系列 | Saleae 系列 | Adafruit 系列 | ArduCam 系列 | Camera 攝像頭 | ROCK 系列 | Debix系列開發板 | Raspberry Pi 樹莓派 | WalnutPi 核桃派 | Banana Pi 香蕉派 | BeagleBone 狗骨頭 | M5Stack系列 | Micro:bit (BBC)系列 | NVIDIA Jetson Nano系列 | Pololu 系列 | Pycom 系列 | Seeed 系列 | Sparkfun 系列 | WeMos 系列 | 傳感器 | Cubieboard/CubieTruck系列 | Firefly 系列 | Microduino系列 | OpenMV 系列 | Orange Pi 香橙派 | PCB板 | PLC 系列 | Robot 機器人 | UDOO 系列 | RedBearLab 系列 | LattePanda系列 | LittleBits 系列 | Libelium 系列 | Luxonis 相機系列 | PCduino | RobotElectronics 系列 | MageDok 顯示屏 | LCD/LCM/TFT/LVDC | Dimension Engineer 系列 | 通訊模組 | 影音器材(含轉換器) | 線材/連結器/轉換器 | FNIRSI 示波器 | 測量儀器 | 馬達/馬逹控制器/電源模組 | 其他 | 焊接/維修工具 | IC零件 | LED燈-裝飾燈 | 工作站迷你電腦 mini PC | 擴大器 | 雕刻機 | 電池 | 電腦周邊 | AI 顯卡 | 停售商品
  首頁 » 商品目錄 » Pololu 系列 » Mechanical Components » Chassis » 01076359
商品搜尋 進階
 |  購物車內容  |  結帳   
商品分類
  DRVXXXX系列
  Electronics
  G2 High-Power Motor Drivers
  Mechanical Components
    Chassis
    RC Servos
  Motion Control Modules
  Robot Kits
  Sensors
Arduino
Pololu
Seeed
Sparkfun
robot-electronics
dimensionengineering
libelium
adafruit
udoo
redbearlab
Arducam
goembed
Saleae
okdo
d-robotics
服務台
公司簡介
退換貨服務
訂購方式
聯絡我們
匯款確認
[<< 前一頁]  瀏覽相同分類產品 1 / 8  [下一頁 >>]
Zumo車配件 Reflectance Sensor Array 紅外反射率傳感器(PI1419)
價格(含稅)NT$578
運費NT$60
條碼01076359
產品說明0

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.

 

Zumo reflectance sensor array with labeled sensors and dimensions.

 

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.

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

 

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

 

The array uses the same sensor modules as our QTR reflectance sensors and has the same principle of operation as our QTR-8RC version: each phototransistor is part of a capacitor discharge circuit that allows a digital I/O line to take an analog reading of the reflected IR by measuring the discharge time of the capacitor. Shorter capacitor discharge time is an indication of greater reflection (e.g. as from a whiter surface). 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 capacitor node to discharge 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.

With a strong reflectance, the discharge time can be as low as several dozen microseconds; with no reflectance, the discharge 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).

問與答

目前沒有任何商品問答!
本商品上架日期:2013-05-29.
評價
購物車 更多
空的...
查詢訂單狀態
 
請輸入您的訂單編號
商品通知狀態 更多
通知Zumo車配件 Reflectance Sensor Array 紅外反射率傳感器(PI1419)
更新時通知我
推薦給朋友
 
推薦這個商品給朋友

聯絡方式:手機:0933807110 或 0968222607
E-mail:[email protected](主要信箱) & [email protected](次要) & [email protected] & [email protected] & [email protected]