SEN0202

SEN0202 Datasheet


3D Gesture Sensor Mini SKU SEN0202

Part Datasheet
SEN0202 SEN0202 SEN0202 (pdf)
PDF Datasheet Preview
3D Gesture Sensor Mini SKU SEN0202
3D Gesture Sensor mini

Contents
• 1 Introduction
• 2 Specification
• 3 Board Overview
• 4 Tutorial

Requirements Connection Diagram Sample Code Results
• 5 FAQ

Introduction

The DFRobot 3D gesture sensor is an interactive sensor that integrates 3D gesture recognition and motion tracking. This sensor can be used to detect clockwise/counterclockwise rotation and movement directions. The gesture sensor is designed based on Microchip patent technology, using electric near field sensing technology, including 3D gesture input sensing system and advanced 3D signal processing unit. The effective detection range is 0-10cm. This sensor can be applied to various interactive projects.

Specification
• Operating Voltage - 5V
• Interface Type I2C
• I2C Address 0x42
• Gesture Detection Range 5cm
• Distance Induction Range 10cm
• Dimensions 72 x 54 mm / x
• Operating Temperature - 20 ~ + 85
• Spatial Resolution 150 dpi

Board Overview

No. Label
1 GND
2 VCC

VCC 5V
3 MCLR Sensor Reset Low Level On
4 SCL

I2C clock signal
5 SDA

I2C data signal

Digital IO

Sensor

Tutorial

Requirements
• Hardware DFRduino UNO x 1 3D Gesture Sensor Mini x1 Dupont jumper wires
• Software Arduino IDE Click to download Arduino IDE

Connection Diagram
3D Gesture Sensor mini

Sample Code

Click to download the library sample and library Github . How to intall libraries? This code will recognize the direction of gestures up, down, left, right, clockwise and counterclockwise
1 #include <DFRobot_Gesture.h>
2 #include <Wire.h>
4 int testPin= 7;
5 unsigned char cmd;
7 DFRobot_Gesture myGesture;
9 void setup
11 Wire.begin ;
// join i2c bus address optional for master
12 Serial.begin 9600 // start serial for output
13 pinMode testPin, INPUT ;
14 Serial.write "3D Gesture sensor is now
More datasheets: 76000954-2 | X4OAC24A | X4OAC5 | X4OAC5A | X4OAC15 | X4OAC24 | X4OAC15A | C3M0120100K | PALCE16V8-15JC | 3314G


Notice: we do not provide any warranties that information, datasheets, application notes, circuit diagrams, or software stored on this website are up-to-date or error free. The archived SEN0202 Datasheet file may be downloaded here without warranties.

Datasheet ID: SEN0202 509104