File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed
examples/VL53L1_Sat_HelloWorld Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 37
37
*
38
38
******************************************************************************
39
39
*/
40
-
40
+ /*
41
+ * To use this sketch you need to connect the VL53L1 satellite sensor directly to the Nucleo board with wires in this way:
42
+ * pin 1 (Interrupt) of the VL53L1 satellite connected to pin A2 of the Nucleo board
43
+ * pin 2 (SCL_I) of the VL53L1 satellite connected to pin D15 (SCL) of the Nucleo board with a Pull-Up resistor of 4.7 KOhm
44
+ * pin 3 (XSDN_I) of the VL53L1 satellite connected to pin A1 of the Nucleo board
45
+ * pin 4 (SDA_I) of the VL53L1 satellite connected to pin D14 (SDA) of the Nucleo board with a Pull-Up resistor of 4.7 KOhm
46
+ * pin 5 (VDD) of the VL53L1 satellite connected to 3V3 pin of the Nucleo board
47
+ * pin 6 (GND) of the VL53L1 satellite connected to GND of the Nucleo board
48
+ * pins 7, 8, 9 and 10 are not connected.
49
+ */
41
50
/* Includes ------------------------------------------------------------------*/
42
51
#include < Arduino.h>
43
52
#include < Wire.h>
@@ -128,4 +137,4 @@ void loop()
128
137
}
129
138
130
139
digitalWrite (13 , LOW);
131
- }
140
+ }
You can’t perform that action at this time.
0 commit comments