{{ 'fb_in_app_browser_popup.desc' | translate }} {{ 'fb_in_app_browser_popup.copy_link' | translate }}

{{ 'in_app_browser_popup.desc' | translate }}

價格均含稅,下單享優惠!歡迎大量採購,由專人提供專案報價。

目前僅提供網路賣場服務,無實體店面,無自取服務。

價格均含稅,下單享優惠!歡迎大量採購,由專人提供專案報價。

目前僅提供網路賣場服務,無實體店面,無自取服務。

價格均含稅,下單享優惠!歡迎大量採購,由專人提供專案報價。

Grove-Gesture(PAJ7620U2) 手勢識別感測器

Grove-Gesture(PAJ7620U2) 手勢識別感測器

產品貨號:368030800882
區號:Lf16-01
品牌:Seeed Studio
原廠貨號:101020083


滿千免運優惠(限郵寄和超商純取貨) on order

本賣場無實體店面,無提供自取服務,敬請見諒。 on order

NT$455
NT$398
Delivery date is after July 1st, 2026 (subject to the manufacturer's delivery date).
Quantity Product set quantity
The maximum quantity per submit is 99999
This quantity is invalid, please enter a valid quantity.
Sold Out

Not enough stock.
Your item was not added to your cart.

Not enough stock.
Please adjust your quantity.

{{'products.quick_cart.out_of_number_hint'| translate}}

{{'product.preorder_limit.hint'| translate}}

Limit {{ product.max_order_quantity }} per order.

Only {{ quantityOfStock }} item(s) left.

Please message the shop owner for order details.
Description
Shipping & Payment
Description
商品簡介

Grove - Gesture 上的感測器是 PAJ7620U2,它將手勢識別功能與通用 I2C 接口集成到單個晶片中。 它可以識別 9 種手勢,包括上移、下移、左移、右移等,只需輕輕一揮手。
我們可以利用手勢來調節音量,控制機器人。 或者我們可以製作一個遙控器,它可以通過手勢感測同時操作多個設備。

商品特色

  • 多種手勢識別
  • 內建接近檢測
  • 多種主板支援:Arduino UNO/Seeeduino/Arduino Mega2560
商品規格
  • 接口:IIC
  • 13種手勢識別
  • 工作電源:5V
  • 尺寸:20x20mm
  • 感測器:PAJ7620U2
  • 檢測範圍:5 – 10cm
  • 環境光抗擾度:< 100k Lux
  • 手勢速度模式:正常和遊戲
  • 尺寸:110mm x 75mm x 9mm
  • 重量: 6g
如何查詢I2C位址

操作流程

STEP 1. 將欲查詢的模組連接至Arduino UNO(附圖為腳位參考,實際請比對商品標示接線)

STEP 2. 開啟Arduino IDE並新增檔案

STEP 3. 貼入教學下方的範例文件,並上傳到Arduino UNO,即會開始掃描I2C位址

STEP 4. 開啟序列埠監控視窗,即可取得I2C位址

I2C掃描範例程式

/ ---------------------------------------------------------------- /
// Arduino I2C Scanner
// Re-writed by Arbi Abdul Jabbaar
// Using Arduino IDE 1.8.7
// Using GY-87 module for the target
// Tested on 10 September 2019
// This sketch tests the standard 7-bit addresses
// Devices with higher bit address might not be seen properly.
/ ---------------------------------------------------------------- /
#include //include Wire.h library
void setup()
{
Wire.begin(); // Wire communication begin
Serial.begin(9600); // The baudrate of Serial monitor is set in 9600
while (!Serial); // Waiting for Serial Monitor
Serial.println("\nI2C Scanner");
}
void loop()
{
byte error, address; //variable for error and I2C address
int nDevices;
Serial.println("Scanning...");
nDevices = 0;
for (address = 1; address < 127; address++ )
{
// The i2c_scanner uses the return value of
// the Write.endTransmisstion to see if
// a device did acknowledge to the address.
Wire.beginTransmission(address);
error = Wire.endTransmission();
if (error == 0)
{
Serial.print("I2C device found at address 0x");
if (address < 16)
Serial.print("0");
Serial.print(address, HEX);
Serial.println(" !");
nDevices++;
}
else if (error == 4)
{
Serial.print("Unknown error at address 0x");
if (address < 16)
Serial.print("0");
Serial.println(address, HEX);
}
}
if (nDevices == 0)
Serial.println("No I2C devices found\n");
else
Serial.println("done\n");
delay(5000); // wait 5 seconds for the next I2C scan
}
出貨清單
  • Grove-Gesture(PAJ7620U2) 手勢識別感測器x 1
Shipping & Payment

Delivery Options

  • Overseas (FedEx)
  • Overseas (Post)
  • Postal delivery
  • 7-11 Pickup and pay in store (C2C)
  • 7-11 Pickup only (C2C)
  • Tcat - Room Temp.
  • Tcat - Room Temp. (Collect on Delivery)
  • Draft quotation

Payment Options

  • Sales Coordinator Contact
  • Apple Pay
  • 「SHOPLINE Payments ATM 虛擬帳號收款服務 6/1 由藍新金流承接,即日起不再支援此付款方式」Bank Transfer
  • Credit Card
  • Tcat (Collect on Delivery)
  • Pay on 7-11 Store Pickup (C2C)

You might also like...