Fermion: GR10-30 Gesture Recognition Sensor

SKU: SEN0543

The GR10-30 gesture sensor recognizes 12 hand gestures: up/down/left/right, forward/back, clockwise/counterclockwise (continuous), hover, and wave. Users adjust parameters (distance, rotation angle, hovering time, window size) for accuracy. It offers stable, high accuracy up to 30cm, with two interrupt pins (gesture trigger, object entry). Ideal for non-contact apps: gesture remotes, robot interaction, HMI, lighting control, gesture games.

Front of gesture sensor breakout module with UART and I2C interface for motion sensing and gesture recognition.-DFRobot product sku:SEN0543 image.

Downloadable Resources

  • Docs
  • Tech Specs
  • Projects
  • Specification

    Parameter Specification
    Supply Voltage 3.3V to 5V
    Operating Current <10mA
    I2C Address 0x73
    Baud Rate 9600
    Maximum Recognition Distance 30cm
    Operating Temperature 0℃ to 70℃
    Operating Humidity 5%RH to 85%RH
    Dimension 20.5×23.5mm/0.81×0.93"

    Pinout

    Num Label Description
    1 VCC Power +
    2 GND Power -
    3 SCL I2C clock line
    4 SDA I2C data line
    5 RST Reset pin
    6 INT2 Object motion detection
    Output high when there is an object moving in the detection range, and output low if there is no object and when the object is stationary or the detection area is completely blocked for over 3s
    7 INT1 Gesture recognition interrupt
    Pulses (10ms) occur when a gesture is recognized
    8 TX Serial transmit
    9 RX Serial receive

    FAQ

    • I'm using a dev board with an ESP32­-PICO-­MINI-­02. The I2C pins on this dev board are SDA=22 and SCL=20

      Even when specifying these I2C ports in line 48 of DFRobot_GR10_30.cpp: _pWire->begin(22,20); the board fails to initialize, presumably because the ESP32 can't find it on the I2C bus.

      All works fine on an Arduino MKR WiFi 1010 whose I2C pins default to SDA=11, SCL=12

      How can I define the I2C pins?

      Solved. It was a wiring problem. The sensor and its library work just fine.

    Explore More Related Questions >

    Was this article helpful?

    TOP