Skip to main content

Gesture Sensor(EF05020)

Introduction

Gesture Sensor is able to recognize 9 gestures including move-up, move-down, move-left, move-right, etc. with a simple swipe of your hand, it is usually used in the non-contact controlling system such as the non-contact mouses, smart home, clicking equipments controlling in cars and interaction to robots ect.

ELECFREAKS PlanetX Tracking Sensor

Characteristic

Designed in RJ11 connections, easy to plug.

Specification

ItemParameter
SKUEF05020
ConnectionRJ11
Type of ConnectionIIC
Working Voltage3.3V
Core ICPAJ7620U2
Supported GesturesBasic gestures(Up, down, right, left, forward, reverse, clockwise, anticlockwise.)

Outlook

Quick to Start

Materials Required and Diagram

Connect the Gesture sensor to the IIC port in the Nezha expansion board as the picture shows.

MakeCode Programming

Step 1

Click "Advanced" in the MakeCode drawer to see more choices.

We need to add a package for programming, . Click "Extensions" in the bottom of the drawer and search with "PlanetX" in the dialogue box to download it.

Note: If you met a tip indicating that the codebase will be deleted due to incompatibility, you may continue as the tips say or build a new project in the menu.

Step 2

Code as below:

Link: https://makecode.microbit.org/_gqVLAwesWAcU

You may also download it directly below:

Result

The equivalent icon for each gesture displays on the micro:bit.

Relevant File

Technique File