***** Add photo ****
Arduino library for Deneyap Gesture, Color, Proximity Sensor APDS9960
Product IDM25 , mpv1.0MCUAPDS-9960WeightModule Dimension25,4 mm x 25,4 mmI2C address0x39
| Address | |
|---|---|
| 0x39 | default address |
Deneyap Gesture, Color, Proximity Sensor
Deneyap Gesture, Color, Proximity Sensor Shematic
Deneyap Gesture, Color, Proximity Sensor Mechanical Drawing
How to install a Arduino Library
This Arduino library allows you to use Deneyap Gesture, Color, Proximity Sensor APDS9960 with I2C peripheral. You can use this library in your projects with any Arduino compatible board with I2C peripheral.
/docsREADME_tr.md and product photos/examplesExamples with .ino extension sketches/srcSource files (.cpp .h)keywords.txtKeywords from this library that will be highlighted in the Arduino IDElibrary.propertiesGeneral library properties for the Arduino package manager
1.0.1 - updated funtion(enableGesture) and comment line in examples
1.0.0 - initial release
- Deneyap Gesture, Color, Proximity Sensor and Board can be connected with I2C cable
- or 3V3, GND, SDA and SCL pins can be connected with jumper cables
| APDS9960 | Function | Board pins |
|---|---|---|
| 3.3V | Power | 3.3V |
| GND | Ground | GND |
| SDA | I2C Data | SDA pin |
| SCL | I2C Clock | SCL pin |
| INT | Interrput |
Please review the LICENSE file for license information.
This code is partly based on the Adafruit APDS9960 Proximity, Light, RGB, and Gesture sensor Arduino Library. Changed to work with Deneyap Gesture, Color, Proximity Sensor APDS9960 Arduino Library. Following their requirements, here is the Adafruit README file:
Adafruit_APDS9960 Build Status
This is the Adafruit APDS9960 Proximity, Light, RGB, and Gesture sensor Library
Tested and works great with the Adafruit APDS9960 Board
http://www.adafruit.com/products/3595 This chip uses I2C to communicate, 2 pins are required to interface
Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products from Adafruit!
Written by Dean Miller, Limor Fried for Adafruit Industries. BSD license, check license.txt for more information All text above must be included in any redistribution
To install, use the Arduino Library Manager and search for "Adafruit APDS9960 Library" and install the library.
