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
Copy file name to clipboardExpand all lines: README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,10 @@ This folder provides simple examples to demonstrate factory calibration and basi
10
10
11
11
## Files
12
12
13
-
The project consists of 2 files:
13
+
The project consists of 3 files:
14
14
-**tmf8806_read_cal_data.py** - CircuitPython script to configure TMF8806, start factory calibration and print out calibration data
15
-
-**tmf8806_basic_example.py** - CurcuitPython script to configure TMF8806, load factory calibration, start measurements and print out TID, Distance and confidence
15
+
-**tmf8806_read_xtalk.py** � CircuitPython script to perform a series of crosstalk measurements. The minimum, maximum and average crosstalk values are printed to the shell window
16
+
-**tmf8806_basic_example.py** - CircuitPython script to configure TMF8806, load factory calibration, start measurements and print out TID, Distance and confidence
16
17
17
18
## Factory calibration
18
19
@@ -22,6 +23,10 @@ To achieve the performance described in the next sections, a calibration of the
22
23
23
24
The tmf8806_read_cal_data.py script outputs a string of 14 bytes that should be copied to the tmf8806_basic_example.py script cal_data variable.
24
25
26
+
## Measure optical stack crosstalk
27
+
28
+
It is important that the crosstalk generated by the optical stack is within the limits stated within the TMF8806 Optical Design Guide (PD001060). The script will run a set number of measurements and print out the minimum, maximum and average crosstalk values.
29
+
25
30
## Basic device configuration and continuous measurement example
26
31
27
32
The tmf8806_basic_example.py will configure the sensor with the defualt settings as described in the TMF8806 datasheet(DS001097) and TMF8806 Host Driver Communication Application Note (AN001069) section 8.8. The script includes several other configuration examples which can be used to change the basic device configuration.
0 commit comments