You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Plug in your Arduino and APDS-9960 with the following connections
18
+
19
+
*-OR-*
20
+
21
+
* Use the library manager
22
+
23
+
| Arduino Pin | APDS-9960 Board | Function |
24
+
|---|---|---|
25
+
| 3.3V | VCC | Power |
26
+
| GND | GND | Ground |
27
+
| A4 | SDA | I2C Data |
28
+
| A5 | SCL | I2C Clock |
29
+
| 2 | INT | Interrupt |
30
+
31
+
* Go to Tools -> Board and select your Arduino board
32
+
* Go to Tools -> Serial Port and select the COM port of your Arduino board
33
+
* Click "Upload"
34
+
* Go to Tools -> Serial Monitor
35
+
* Ensure the baud rate is set at 9600 baud
36
+
* Swipe your hand over the sensor in various directions!
9
37
10
38
Repository Contents
11
39
-------------------
@@ -20,21 +48,26 @@ Documentation
20
48
--------------
21
49
22
50
***[Installing an Arduino Library Guide](https://learn.sparkfun.com/tutorials/installing-an-arduino-library)** - Basic information on how to install an Arduino library.
23
-
***[Product Repository](GitHub Product URL)** - Main repository (including hardware files) for the <PRODUCTNAME>.
24
-
***[Hookup Guide](Learn.SparkFun URL)** - Basic hookup guide for the <PRODUCTNAME>.
51
+
***[Product Repository](https://github.com/sparkfun/APDS-9960_RGB_and_Gesture_Sensor)** - Main repository (including hardware files) for the SparkFun_APDS9960 RGB and Gesture Sensor.
52
+
***[Quickstart Guide](https://learn.sparkfun.com/tutorials/bmp180-barometric-pressure-sensor-hookup-)** - Basic hookup guide for the sensor.
25
53
26
54
Products that use this Library
27
55
---------------------------------
28
56
29
-
*[Part SKU](SparkFun part URL)- Basic part and short description here
30
-
*[Part SKU](SparkFun part URL)- Basic part and short description here
0 commit comments