Learn electronics, coding, and projects — step by step.

Gorillacell Module 051: Gesture Sensor

Table of Contents

Gesture Sensor is an electronic input device that detects and interprets hand gestures made in front of the sensor. It works by emitting light and analyzing the reflected light patterns to determine the direction and movement of the hand.

The Gorillacell ESP32 Development Kit comes with a Gesture Sensor module powered by the APDS9960 driver chip. The APDS9960 is a digital proximity, ambient light, color, and gesture sensor that can detect gestures such as up, down, left, and right movements, making it ideal for touchless control applications.

BASIC INFORMATION

Device Category Interface Chipset Description
Input Sensor Cell Serial I2C APDS9960 I2C = 0x39

PINOUT

It has 5 pins which are

  1. GND for - the ground pin,
  2. VCC- for the supply voltage,
  3. SDA- for the I2C serial data pin,
  4. SCL- for the I2C serial clock pin, and
  5. INT- for the interrupt pin. INT pin will not be used for this time.

Gesture Sensor module can be accessed through the 0x39 I2C address.

×



Related Articles: (by Series)