SparkFun
ZX Distance and Gesture Sensor
The ZX Distance and Gesture Sensor is a touchless sensor that is capable of looking for simple gestures. Developed in conjunction with XYZ Interactive, the s...
Get notified when back in stock
The ZX Distance and Gesture Sensor is a touchless sensor that is capable of looking for simple gestures. Developed in conjunction with XYZ Interactive, the sensor uses their GestureSense® technology to recognize the distance of an object away from the sensor up to about 12 inches (30cm, referred to as the “Z” axis) and the location of the object from side to side across the sensor in about a 6-inch (15cm) span, referred to as the “X” axis. You will be able to use I2C or UART to communicate with the ZX Sensor via a microcontroller or computer.
The ZX Sensor works by bouncing infrared (IR) beams of light from the two LEDs on either side off of an object above the sensor. The bounced light returns to the receiver in the center of the sensor, and a microcontroller on the back of the sensor interprets the data. With these IR pieces you will easily be able to ascertain both the Z axis and the X axis of an object (hence the name). In addition to providing Z and X axis data about an object, the ZX Sensor is capable of detecting simple gestures. We have also clearly labeled all the pin outs on the board, as well as signifying if they are needed in I2C or UART communication.
Get started with the ZX Sensor Guide
Features:
- Operating Voltage: 3.3V–5V
- Z-Axis Recognition Range: 12 inches (~30cm)
- X-Axis Recognition Range: 6 inches (~15cm)
- 4 Supported Gesture Commands
- I2C or UART Communication
- SMD Components and Compact Design
Documents:
Jargon buster
Plain-language definitions for the technical terms used above.
- microcontroller
- A microcontroller is a small computer on a single chip that runs a stored program and controls connected inputs and outputs such as buttons, sensors, displays and communication interfaces. In a device built around one, it is the part that executes the code and coordinates the device's behaviour.
- SMD
- SMD means surface-mount device, a component style designed to be soldered directly onto the surface of a circuit board rather than through holes. SMD parts are compact and mounted flat on the board, which suits smaller and mass-produced designs.
- UART
- UART is a simple asynchronous serial interface that sends data over separate transmit and receive wires, usually labelled TX and RX, with both ends set to the same baud rate. It is a common way for microcontrollers and other serial devices to exchange data.
Find this product in
Brands
Sensors & Input
ZX Distance and Gesture Sensor Schematic
Schematic · 99.4 KB · Click any page to view full size
ZX Distance and Gesture Sensor Datasheet
Datasheet · 767.7 KB · Click any page to view full size
Supplier page — sparkfun.com
Supplier Description · 663.8 KB · Click any page to view full size
Resources & Downloads
Guides, code examples, and more
ZX Distance and Gesture Sensor Eagle Files
Schematic · ZIP · 154.3 KB
Eagle PCB design files for the ZX Distance and Gesture Sensor board
Arduino Library
Example Code · ZIP · 21.1 KB
Arduino library and example code for the ZX Distance and Gesture Sensor
XYZ I2C Register Map
Datasheet · ZIP · 101.5 KB
ZIP containing I2C register map documentation for the ZX sensor IC
Source Code
Open-source libraries, firmware & example projects for this product
The ZX Distance and Gesture Sensor is a touchless sensor that is capable of looking for simple gestures.
410f330
over 5 years ago
· 89 commits
- Hardware -Approved DRC Erros -- Overalapping Vias and Test Points 3/22/2017 over 9 years ago
- Libraries Update README.md over 5 years ago
- Production panel over 9 years ago
- .gitattributes Fix the .gitignore and .gitattributes files about 13 years ago
- .gitignore Ignoring eagle library backups (*.l#1, etc) over 10 years ago
- LICENSE.md Update LICENSE.md over 10 years ago
- README.md Update README.md about 8 years ago
Arduino library for the XYZ GestureSense ZX sensor.
694cfb5
about 8 years ago
· 13 commits
- examples Fixed description of I2C_ZX_Interrupt example. about 11 years ago
- src Removed unused gestures. about 11 years ago
- .gitattributes Rearranged library to match with new template. Added library.properties file to work with new version of Arduino. about 11 years ago
- .gitignore Rearranged library to match with new template. Added library.properties file to work with new version of Arduino. about 11 years ago
- keywords.txt Rearranged library to match with new template. Added library.properties file to work with new version of Arduino. about 11 years ago
- library.properties Fixed typo in library properties file: 'Sensor' to 'Sensors' about 11 years ago
- LICENSE.md Changed License to MTI about 11 years ago
- README.md Update README.md about 8 years ago
Related Tutorials
Free guides on learn.littlebird.com.au