







Grove Base Shield V2 for Arduino 感測器擴充板
NT$305 NT$240 未稅
Base Shield v2 是一款擴充板,其功能在於將 Arduino 開發板(主板)上的接腳以標準 Grove 接口形式呈現,以便於用戶連接其他 Grove 接口類型的傳感器(感測器),也避免了用戶在開發板上因過多跳線造成的連接失誤。
尚有庫存
- 商品說明
商品說明
Grove Base Shield V2 for Arduino 感測器擴充板
Base Shield v2 是一款擴充板,其功能在於將 Arduino 開發板(主板)上的接腳以標準 Grove 接口形式呈現,以便於用戶連接其他 Grove 接口類型的傳感器(感測器),也避免了用戶在開發板上因過多跳線造成的連接失誤。這樣的一款擴充板 ,不僅方便用戶連線,也能讓開發變得更加簡潔快速且易於排障偵錯。
特徵:
相容性
- 輸入電壓的相容性:Arduino系列產品使用的電壓大多為5v,而Mbed系列產品使用的電壓大多為3v,故而許多使用者提出了關於輸入電壓相容性問題,於是在Base Shield v2版本中,我們增加了輸入電壓切換開關。此開關功能在於切換Grove口的Vcc電壓。這樣,無論是將Base Shield插入Arduino或Mbed,Base Shield v2上輸出電壓都將和開發板輸入電壓保持一致。
- 開發板相容問題:Arduino UNO、Mbed、Arduino Yún 等開發板的引腳各有細微不同,許多用戶提出了因購買不同開發板卻無法使用Base Shield的問題,此版本中,我們規範了Base Shield v2上所有的介面,即與最新版(R3)UNO排針管腳排序一致,確保其能與絕大部分開發板完全相容。
- 目前此版本相容的開發板包括:Arduino UNO R3、Seeeduino v4、Seeeduino Arch、Arch Pro、Arduino Mega 2560、Arduino Leonardo、Arduino Due、Arduino Yún等。
注意事項: 若將Base Shield v2與Seeeduino v3一起使用,需將P1及P2兩個焊盤焊接好。出廠時,這兩個焊盤默認不相連。
擴充板端口介紹
- 介面:Base Shield v2一共有16個Grove介面,其中A0~A3為4個類比口,D2~D8為7個數位口,UART為串口,4個I2C埠。每個埠涉及的引腳絲印都已在正面標示。長排針的絲印標示在背面。(標準Grove口的展示)
- 指示燈原理:Base Shield上電,綠色指示燈PWR常亮。
案例應用:
案例將用到Grove – Led及Grove – Button,這兩款產品的介面都是標準Grove介面,可以直接插在Base Shield上使用。
具體操作:將Grove – Button連接到Base Shield的D2座子上,Grove – LED連接到D3座子上。當然你也可以將它們連接到其它座子上,前提是修改代碼。
/* The circuit: * LED attached from pin 3 to ground * Button attached to pin 2 from +5V * 10K resistor attached to pin 2 from ground * Button Control An LED */ int button = 2; //the Grove port No. you attached a button to int LED = 3; //the Grove port No. you attached an LED to void setup(){ pinMode(button, INPUT); //set button as an INPUT device pinMode(LED, OUTPUT); //set LED as an OUTPUT device } void loop(){ int buttonState = digitalRead(button); //read the status of the button if(buttonState == 1) //get pressed on digitalWrite(LED,1); //turn on the LED else digitalWrite(LED,0); //or not }
當按下按鍵時,Led燈將點亮;放開按鍵時,Led燈將熄滅。Base Shield的用處就在於,避免用跳線進行複雜的連接。
出貨清單:
- Base Shield V2 x1
Documents
Base Shield V2
Arduino Uno is the most popular Arduino board so far, however it is sometimes frustrating when your project requires a lot of sensors or Leds and your jumper wires are in a mess. The purpose of creating the Grove – Base Shield is to help you getting rid of bread board and jump wires. With the rich grove connectors on the base board, you can add all the grove modules to the Arduino Uno very conveniently!
Features
There are intotal 16 grove connectors on the Base Shield, here we use a table to show the details.
Apart from the rich grove connectors, on the board you can also see an RST button, a green LED to indicating power status, ICSP pin, a toggle switch and four row of pinouts. There is no need to explain the RST button and LED, but you really need to know below two features that is very important for your usage.
1.Power Compatible:
Every Grove connector has four wires, one of which is the VCC. However, not every micro-controller main board needs a supply voltage of 5V, some need 3.3V. That’s why we add a power toggle switch to Base Shield v2 so that you can select the suitable voltage of the micro-controller main board you are using via this switch.
For example, if you are using Arduino UNO with Base Shield v2, please turn the switch to 5v position; while using Seeeduino Arch with Base Shield v2, please turn the switch to 3.3v.
2.Board Compatible:
The pinout of Base Shield V2 is the same as Arduino Uno R3, however Arduino Uno is not the board one that the Base Shield V2 is compatible with, here we listed the boards that we have confirmed that can be used with Base Shield V2.
- Arduino Uno
- Seeeduino V4.2
- Arduino Mega / Seeeduino Mega
- Seeduino LoraWan
- Arduino Leonardo / Seeeduino Lite
- Arduino 101
- Arduino Due
- Intel Edison
- Linkit One
Note
- If using Base Shield v2 with Seeeduino V3, please solder the pads, P1 and P2.
相關商品
-
Grove – Ultrasonic Ranger 超音波測距模組 距離探測傳感器 seeed
0 滿分 5 分Grove – Ultrasonic Sensor是一個非接觸式的距離探測模組。他的工作頻率在42KHz,適合用於中距離或近距離的探測。該模組具有超聲波發射器和超聲波接收器,因此您可以將其視為超聲波收發器。熟悉聲納,當發射器產生的40KHz超聲波遇到物體時,聲波將被發射回去,接收器可以接收反射的超聲波。
NT$190NT$140 未稅 -
Grove – Digital Light Sensor 數位型光敏感測器 偵測光亮強度感測器
0 滿分 5 分NT$320NT$260 未稅 -
Grove – UV Sensor UV 紫外線感測器 seeed原廠
0 滿分 5 分NT$457NT$300 未稅 -
Grove – Gas Sensor(MQ2) 煙霧氣體感測器 seeed
0 滿分 5 分Grove – Gas Sensor MQ2 氣體感測器模組能檢測家庭或工業區域的氣體洩漏,檢測的氣體包括異丁烷,液化石油氣,甲烷,乙醇,氫氣,煙霧等。感測器的回應速度快,便於實際的測量。通過板上的電位器調整輸出精度。
NT$257NT$220 未稅 -
Grove – GSR Sensor 測謊器 皮膚電阻感測器 流汗感測器
0 滿分 5 分NT$433NT$320 未稅 -
Grove – PIR Motion Sensor 紅外線人體移動探測感測器
0 滿分 5 分這是一個極易使用的紅外線 PIR人體運動探測感測器。通過這個感測器,你可以使你的作品對運動,例如人類的運動作出互動。只要將其接到Grove – Base Shield上,並且下載程序,當有人走入它的探測範圍時,PIR運動探測傳感器就會在它的SIG腳上輸出一個HIGH信號。
NT$333NT$260 未稅 -
Grove-Sound Sensor 聲音感測器
0 滿分 5 分聲音感測模組是一個麥克風元件,它可以用於檢測偵測環境中的聲音強度。而偵測到的資料輸出的值可以由電位進行調整。
NT$238NT$180 未稅 -
Grove – Gas Sensor(MQ9) 瓦斯氣體 一氧化碳偵測感測器
0 滿分 5 分Grove – Gas Sensor (MQ9) 瓦斯氣體偵測感測器模組,在家庭和工業上可以針對特定瓦斯氣體洩漏進行檢測且十分有用。MQ-9氣體感測器對一氧化碳、甲烷、液化氣的靈敏度高,這種感測器可檢測多種含一氧化碳及可燃性的氣體,是一款適合多種應用的低成本氣體感測器。本模組偵測速度非常快,模組的靈敏度可以透過電位進行調整。
NT$300NT$280 未稅 -
Grove – Chainable RGB LED 全彩 RGB 可串接式 LED 模組
0 滿分 5 分Grove – Chainable RGB LED是基於P9813全彩LED驅動晶片的RGB LED模塊。它支持串接,最多可同時串接1024個同類模組。
NT$162NT$120 未稅 -
Grove-Multichannel Gas Sensor v2 多通道有害氣體感測器 seeed
0 滿分 5 分