Search Results - seeed

Grove – Loudness Sensor 噪音,環境聲音檢測 感測器 seeed

Grove – Loudness Sensor 噪音感測器 環境聲音檢測傳感器

Grove – Loudness Sensor旨在檢測環境的聲音。它基於LM2904放大器和內置的麥克風,它可以從麥克風中接收到高頻信號並且進行放大和濾波,並輸出正包絡。這可以用Arduino進行信號採集。而且它輸出值取決於聲音輸入的電平高低。輸入信號會經過模塊的兩次濾波來避免不必要的信號干擾。而且這裡有一個螺旋電位計可以通過手動調整輸出增益。

Grove - Loudness Sensor

特徵

  • Grove兼容接口
  • 供電電壓範圍寬
  • 內置信號濾波
  • 通過螺絲電位計增益可調

 

規格

  • 工作電壓:3.5~10 VDC
  • 工作頻率:50~2000 Hz
  • 檢測方位 : -48~66 dB
  • 信噪比 : >58 dB
  • 輸出信號 : 模擬信號(0-1023)

應用示例

這個示例中,我們在Serial Monitor裡查看傳感器讀取的音強信號。將傳感器連接至模擬口A0。 Loudness Sensor .JPG

int val;
void setup()
{
	Serial.begin(9600);
}

void loop()
{
	analogRead(0);
	delay(10);
	val = analogRead(0);
	Serial.println(val);
	delay(200);
}

Loudness Sensor.jpg

下圖中,藍色的線條是原始的信號,黃色線條是芯片放大處理的信號。
對著傳感器吹起:
Loudness Sensor Test 1.BMP

對著傳感器說話:
Loudness Sensor Test 3.BMP

 

 

出貨清單

  • Grove – Loudness Sensor x1
  • Grove連接線 x1

 

 

Documents

 

 

=========================================================

 

Grove – Loudness Sensor

The Grove – Loudness Sensor is designed to detect the loudness of environmental sound. Based on amplifier LM2904 and a built-in microphone, it amplifies and filters the high frequency signal that received from the microphone, and outputs a positive envelop. This will make for Arduino’s signal acquisition. The output value depends on the level of sound input. In order to avoid unnecessary signal disturbances, input signal will go through two times filtering inside the module. Lastly, there is a screw potentiometer that enables manual adjustments to the output gain.

Features

  • Grove compatible interface
  • Wide supply voltage range
  • Built-in signal filtering
  • Gain adjustable via screw potentiometer

 

 

Grove – I2C Touch Sensor 電容式觸摸感測器 I2C 觸摸開關感應器 seeed

Grove – I2C Touch Sensor 電容式觸摸感測器 I2C 觸摸開關感應器

基於FreeScale – MPR121的I2C觸摸傳感器與接近電容式觸摸傳感器比較類似。它能夠檢測到人手指的觸摸或接近。傳感器包括一個觸摸傳感器控制器和四個手指探測器。您可以將觸摸傳感器插入到控制器的底座,並開始檢測觸摸信號。

 

規格

  • 工作電壓:3.0〜5.5VDC
  • 待機狀態電流:2μA
  • 感應頻道:12墊
  • 通訊協議:I2C
  • I2C地址:5AH即可 – 0x5D

引腳說明

Grove - I2C Touch Sensor 電容式觸摸感測器 管腳說明

  • INT針腳是MPR121的中止接口。
  • CH4~CH11允许用户拓展更多的感应片。标配的感应片是4片,如果你需要更多,可以自己制作,也可以登录www.seeedstudio.com购买更多。
  • 每个感应片的两条线是缠绕的,可以防止碰撞造成破损。如果你需要更高的灵敏度,可以将地线剪短。

應用示例

注意事项:因为在电源接通时,MPR121会对每个电极做自动配置,然而控制器上没有重启键,因此每次加入新的感应片都需要重启Arduino。
手指隔着东西触碰感应器也是可以被识别的,并不需要直接触碰。在中间隔着3mm的纸板,还是可以完成触碰识别,这样一来,就可以实现许多应用了。
DSC 0​​026.jpg DSC 0​​027.jpg

管腳說明

 

Documents

 

=========================================================

 

Grove – I2C Touch Sensor

The I2C Touch Sensor is based on FreeScale MPR121, to feel the touch or proximity of human being fingers. This sensor include 2 parts: one Touch Sensor controller, and 4 finger feelers. Insert the connectors of feelers into base of Sensor controller, you can begin your touch controlling.

MPR121: The MPR121 is a capacitive touch sensor controller,features internal intelligence, include an hardware configurable I2C address, an expended filtering system with debounce, and completely independent electrodes with auto-configuration built in .

Touch Sensor feeler: The Touch Sensor feelers, which was 4 included in Touch Sensor module,can be set in any place you like, to feel your finger’s touch or proximity. Notice it must not get in touch with any conductive material.

 

 

 

Grove – 3-Axis Digital Compass 三軸電子羅盤 感測器 seeed原廠

Grove – 3-Axis Compass  三軸電子羅盤感測器

這是一款高性能的 三軸電子羅盤 感測器 。模塊基於磁場感應晶片HMC5883L,可提供高達1°〜2°的航向精度。HMC5883L包含高解析度的HMC118X系列磁場傳感器,及Honeywell公司開發的專用放大器,具有自動消除功能,另外採用了12位高精度模數轉換器作為數據採集。採用I2C介面進行通信,可以方便的連接到Arduino的I2C口,為你的Arduino提供完美的磁場檢測解決方案。支援 Arduino 與 數莓派 Raspberry Pi 與支援 GrovePI+ 模組

Grove - 3-Axis Digital Compass

特徵

  • Grove兼容接口
  • 3軸磁阻型傳感器
  • I² C串口
  • 1度; 到2° 度標題準確性
  • 最高116 Hz最大輸出速率
  • 內置自檢

 

規格

  • 輸入電壓:3.3V,5V
  • 睡眠模式下功耗:2.5uA
  • 測量模式下功耗:640uA
  • 高分辨率
  • I2C接口
  • 最大116Hz輸出頻率
  • 高航向精度

 

 

Grove - 3-Axis Compass 三軸電子羅盤

 

  • 測量三軸的地球磁場強度,具有1~2度的精確度Measures the earth’s magnetic field in three axes, with a 1–2 degree accuracy
  • 提供三軸個別的磁場強度值,可以作為3D的計算
  • 可測量地球磁場在X,Y,Z三軸方向的原始高斯強度(gauss),並可作為測量地球的磁場北極方向

出貨清單

  • Grove – 3-Axis Digital Compass x1
  • Grove連接線 x1

 

Documents

 

 

=========================================================

 

Grove – 3-Axis Digital Compass

3-Axis Compass module, a member of grove family uses I²C based Honeywell HMC5883L digital compass. This ASIC is equipped with high resolution HMC118X magneto-resistive sensors and a 12-bit ADC. It provides compass heading accuracy up to 1° to 2°. Signal conditioning like amplification, automatic degaussing strap drivers and offset cancellation are inbuilt. This grove module also includes a MIC5205-3.3 for power supply requirement. Hence user can connect any 3.3V to 6V DC power supply.

Features

  • Grove compatible interface
  • 3-Axis Magneto-resistive type sensors
  • I²C serial interface
  • 1° to 2° Degree heading accuracy
  • Up to 116 Hz Maximum output rate
  • Built-In self test

Specifications

  • Input Voltage: 3.3V, 5V
  • Sleep Mode Current: 2.5uA
  • Measurement Mode Current: 640uA
  • High resolution
  • Easy to control I2C interface
  • Compatible with either 3.3V or 5.0V development platform
  • Max 116Hz output rate
  • High heading accuracy

 

Grove – UV Sensor UV 紫外線感測器 seeed原廠

Grove – UV Sensor 紫外線感測器 / UV 紫外線傳感器

傳感器用於檢測入射紫外線(UV)輻射的強度。這種形式的電磁輻射具有比可見輻射更短的波長。它基於傳感器GUVA-S12D。它具有200nm-400nm的寬光譜範圍。模塊將輸出隨紫外線強度的變化而變化的電信號。UV傳感器用於確定在實驗室或環境設置中暴露於紫外線輻射。
Grove - 紫外線傳感器
 

特徵

  • 高可靠性
  • 高靈敏度
  • 低功耗
  • 寬響應範圍
  • 通用Grove接口

 

 

規格

工作電壓 3.0 5.0 5.1 VDC
工作電流 0.31 mA
输出電壓 mV
響應波長 240 ~ 370 nm
工作溫度 -30 ~ 85

 

 

出貨清單

  • Grove – UV Sensor x1
  • Grove連接線 x1

 

Documents

 

=========================================================

 

Grove – UV Sensor

The Grove – UV Sensor is used for detecting the intensity of incident ultraviolet(UV) radiation. This form of electromagnetic radiation has shorter wavelengths than visible radiation. It is based on the sensor GUVA-S12SD.It has a wide spectral range of 200nm-400nm. The module will output electrical signal which is varied with the change of the UV intensity. UV sensors are used for determining exposure to ultraviolet radiation in laboratory or environmental settings.
Features
  • High stability
  • Good Sensitivity
  • Low power consumption
  • Schottky type photodiode sensor
  • Wide response range
  • Grove Interface

Specifications

Item Min Typical Max Unit
Operating Voltage 3.0 5.0 5.1 VDC
Current 0.31 mA
Output Voltage mV
Response wavelength 240 ~ 370 nm
Working Temperature -30 ~ 85

 

 

Grove Base Shield for NodeMCU 擴展板 seeed原廠

Grove 介面 Base Shield for NodeMCU 擴展板

NodeMCU的Grove Base Shield是一個擴展板,可以讓您使用NodeMCU的ESP8266 WIFI開發套件中的Grove傳感器。您可以在NodeMCU固件中使用Lua腳本語言來使用Grove傳感器。

 

特徵

  • 兼容所有的 Grove 感測器模組
  • 5數字連接器(D3-D8)
  • 1模擬接口(A0)
  • 2 I2C插座
  • 沒有SPI接口
  • UART / D9-D10連接器
  • 電源指示燈

 

接口功能

Grove Base Shield for NodeMCU 擴展板

注意

  1. 引腳會在不同的接口被重複使用 – 即D3插座含有D3和D5,D5插座含有D5和D6,下一個插座含有D6和D7等等。
  2. 擴展板上沒有D4插座。
  3. UART接口可以與D9,D10端口復用,I2C接口可以與D1,D2端口復用。
  4. 同時使用4個I2C插槽是不會發生衝突的,因為每個I2C器件都有自己的地址。
  5. 由於Grove模塊都沒有使用SPI接口,所以本擴展板上也沒有SPI插座。

出貨清單

  • Grove Base Shield for NodeMCU x1

Documents

 

台灣物聯科技 出貨最迅速