SparkFun Pulsed Coherent Radar Sensor  v2.0.0-3-g4d2d89c
Library for the SparkFun Pulsed Coherent Radar Sensor
Loading...
Searching...
No Matches
sfDevXM125DistanceV1.h
Go to the documentation of this file.
1
14#pragma once
15
16#include "sfDevXM125Distance.h"
17
18// Distance class definition
19
21{
22 public:
32 sfTkError_t begin(sfTkII2C *theBus = nullptr)
33 {
34 return sfDevXM125Distance::begin(theBus);
35 }
36
41 uint32_t end = sfe_xm125_distance_end_default)
42 {
44}
45
50 {
52 }
53
57 sfTkError_t getDistanceDetectorVersion(uint32_t &major, uint32_t &minor, uint32_t &patch)
58 {
59 return sfDevXM125Distance::getDetectorVersion(major, minor, patch);
60 }
61
65 sfTkError_t getDistanceDetectorError(uint32_t &error)
66 {
68 }
69
74 sfTkError_t getDistanceDetectorErrorStatus(uint32_t &status)
75 {
77 }
78
82 sfTkError_t getDistanceMeasureCounter(uint32_t &counter)
83 {
85 }
86
90 sfTkError_t getDistanceDetectorStatus(uint32_t &status)
91 {
93 }
94
98 sfTkError_t getDistanceNumberDistances(uint32_t &distance)
99 {
101 }
102
107 sfTkError_t getDistanceNearStartEdge(uint32_t &edge)
108 {
110 }
111
116 {
118 }
119
123 sfTkError_t getDistanceMeasureDistanceError(uint32_t &error)
124 {
126 }
127
133 sfTkError_t getDistanceTemperature(int16_t &temperature)
134 {
135 return sfDevXM125Distance::getTemperature(temperature);
136 }
137
138 //--------------------------------------------------------------------------------
139 // Generic distance peak distance method
145 sfTkError_t getDistancePeakDistance(uint8_t num, uint32_t &peak)
146 {
147 return sfDevXM125Distance::getPeakDistance(num, peak);
148 }
149
153 sfTkError_t getDistancePeak0Distance(uint32_t &peak)
154 {
156 }
157
161 sfTkError_t getDistancePeak1Distance(uint32_t &peak)
162 {
164 }
165
169 sfTkError_t getDistancePeak2Distance(uint32_t &peak)
170 {
172 }
173
177 sfTkError_t getDistancePeak3Distance(uint32_t &peak)
178 {
180 }
181
185 sfTkError_t getDistancePeak4Distance(uint32_t &peak)
186 {
188 }
189
193 sfTkError_t getDistancePeak5Distance(uint32_t &peak)
194 {
196 }
197
201 sfTkError_t getDistancePeak6Distance(uint32_t &peak)
202 {
204 }
205
209 sfTkError_t getDistancePeak7Distance(uint32_t &peak)
210 {
212 }
213
217 sfTkError_t getDistancePeak8Distance(uint32_t &peak)
218 {
220 }
221
225 sfTkError_t getDistancePeak9Distance(uint32_t &peak)
226 {
228 }
229
230 //--------------------------------------------------------------------------------
231 // Generic distance peak strength method
237 sfTkError_t getDistancePeakStrength(uint8_t num, int32_t &peak)
238 {
239 return sfDevXM125Distance::getPeakStrength(num, peak);
240 }
241
245 sfTkError_t getDistancePeak0Strength(int32_t &peak)
246 {
248 }
249
253 sfTkError_t getDistancePeak1Strength(int32_t &peak)
254 {
256 }
257
261 sfTkError_t getDistancePeak2Strength(int32_t &peak)
262 {
264 }
265
269 sfTkError_t getDistancePeak3Strength(int32_t &peak)
270 {
272 }
273
277 sfTkError_t getDistancePeak4Strength(int32_t &peak)
278 {
280 }
281
285 sfTkError_t getDistancePeak5Strength(int32_t &peak)
286 {
288 }
289
293 sfTkError_t getDistancePeak6Strength(int32_t &peak)
294 {
296 }
297
301 sfTkError_t getDistancePeak7Strength(int32_t &peak)
302 {
304 }
305
309 sfTkError_t getDistancePeak8Strength(int32_t &peak)
310 {
312 }
313
317 sfTkError_t getDistancePeak9Strength(int32_t &peak)
318 {
320 }
321
327 sfTkError_t getDistanceStart(uint32_t &startVal)
328 {
329 return sfDevXM125Distance::getStart(startVal);
330 }
331
337 sfTkError_t setDistanceStart(uint32_t start)
338 {
340 }
341
347 sfTkError_t getDistanceEnd(uint32_t &end)
348 {
349 return sfDevXM125Distance::getEnd(end);
350 }
351
357 sfTkError_t setDistanceEnd(uint32_t end)
358 {
359 return sfDevXM125Distance::setEnd(end);
360 }
361
367 sfTkError_t getDistanceMaxStepLength(uint32_t &length)
368 {
370 }
371
377 sfTkError_t setDistanceMaxStepLength(uint32_t length)
378 {
380 }
381
387 {
389 }
390
396 {
398 }
399
405 sfTkError_t getDistanceSignalQuality(uint32_t &signal)
406 {
408 }
409
415 sfTkError_t setDistanceSignalQuality(uint32_t signal)
416 {
418 }
419
423 sfTkError_t getDistanceMaxProfile(uint32_t &profile)
424 {
425 return sfDevXM125Distance::getMaxProfile(profile);
426 }
427
431 sfTkError_t setDistanceMaxProfile(uint32_t profile)
432 {
433 return sfDevXM125Distance::setMaxProfile(profile);
434 }
435
438 sfTkError_t getDistanceThresholdMethod(uint32_t &method)
439 {
441 }
442
446 sfTkError_t setDistanceThresholdMethod(uint32_t method)
447 {
449 }
450
454 sfTkError_t getDistancePeakSorting(uint32_t &peak)
455 {
457 }
458
462 sfTkError_t setDistancePeakSorting(uint32_t peak)
463 {
465 }
466
471 sfTkError_t getDistanceNumFramesRecordedThreshold(uint32_t &thresh)
472 {
474 }
475
480 sfTkError_t setDistanceNumFramesRecordedThreshold(uint32_t thresh)
481 {
483 }
484
490 sfTkError_t getDistanceFixedAmpThreshold(uint32_t &thresh)
491 {
493 }
494
500 sfTkError_t setDistanceFixedAmpThreshold(uint32_t thresh)
501 {
503 }
504
511 sfTkError_t getDistanceThresholdSensitivity(uint32_t &thresh)
512 {
514 }
515
522 sfTkError_t setDistanceThresholdSensitivity(uint32_t thresh)
523 {
525 }
526
531 sfTkError_t getDistanceReflectorShape(uint32_t &shape)
532 {
534 }
535
540 sfTkError_t setDistanceReflectorShape(uint32_t shape)
541 {
543 }
544
550 sfTkError_t getDistanceFixedStrengthThresholdValue(int32_t &thresh)
551 {
553 }
554
560 sfTkError_t setDistanceFixedStrengthThresholdValue(int32_t thresh)
561 {
563 }
564
569 sfTkError_t getDistanceMeasureOneWakeup(bool &measure)
570 {
572 }
573
578 sfTkError_t setDistanceMeasureOneWakeup(bool measure)
579 {
581 }
582
587 sfTkError_t setDistanceCommand(uint32_t command)
588 {
589 return sfDevXM125Distance::setCommand(command);
590 }
591
596 {
598 }
599
603 sfTkError_t distanceStart()
604 {
606 }
607
611 sfTkError_t distanceStop()
612 {
614 }
615
619 sfTkError_t distanceCalibrate()
620 {
622 }
623
628 {
630 }
631
636 {
638 }
639
644 {
646 }
647
652 {
654 }
655
659 sfTkError_t distanceReset()
660 {
662 }
663
667 sfTkError_t distanceBusyWait()
668 {
670 }
671};
Definition: sfDevXM125Distance.h:270
sfTkError_t getCloseRangeLeakageCancellation(bool &range)
This function reads if the close range leakage cancellation logic is enabled. Default Value: true.
Definition: sfDevXM125Distance.cpp:585
sfTkError_t getMeasureCounter(uint32_t &counter)
This function returns the measure counter, the number of measurements performed since restart.
Definition: sfDevXM125Distance.cpp:246
sfTkError_t setThresholdMethod(uint32_t method)
This function sets the threshold method.
Definition: sfDevXM125Distance.cpp:634
sfTkError_t getPeak3Distance(uint32_t &peak)
This function returns the distance to peak 3 Note: This value is a factor 1000 larger than the RSS va...
Definition: sfDevXM125Distance.cpp:405
sfTkError_t recalibrate()
This function recalibrates the device by writing the defined recalibrate value to the distance comman...
Definition: sfDevXM125Distance.cpp:758
sfTkError_t setSignalQuality(uint32_t signal)
This function sets the high signal quality in a better SNR (because of higher HWAAS) and higher power...
Definition: sfDevXM125Distance.cpp:610
sfTkError_t setMeasureOneWakeup(bool measure)
This function sets the measure on wakeup status. Default Value: false.
Definition: sfDevXM125Distance.cpp:721
sfTkError_t getPeak8Distance(uint32_t &peak)
This function returns the distance to peak 8 Note: This value is a factor 1000 larger than the RSS va...
Definition: sfDevXM125Distance.cpp:435
sfTkError_t getPeak0Distance(uint32_t &peak)
This function returns the distance to peak 0 Note: This value is a factor 1000 larger than the RSS va...
Definition: sfDevXM125Distance.cpp:387
sfTkError_t enableUartLogs()
This function enables the uart logs of the device by writing the defined value to the distance comman...
Definition: sfDevXM125Distance.cpp:764
sfTkError_t disableUartLogs()
This function disables the uart logs of the device by writing the defined value to the distance comma...
Definition: sfDevXM125Distance.cpp:770
sfTkError_t getSignalQuality(uint32_t &signal)
This function returns the high signal quality in a better SNR (because of higher HWAAS) and higher po...
Definition: sfDevXM125Distance.cpp:604
sfTkError_t stop()
This function stops the device by writing the defined stop value to the distance command register.
Definition: sfDevXM125Distance.cpp:746
sfTkError_t getPeakDistance(uint8_t num, uint32_t &peak)
This function returns the distance to peak num Note: This value is a factor 1000 larger than the RSS ...
Definition: sfDevXM125Distance.cpp:345
sfTkError_t logConfiguration()
This function enables the configuration log of the device by writing the defined value to the distanc...
Definition: sfDevXM125Distance.cpp:776
sfTkError_t start()
This function starts the device by writing the defined start value to the distance command register.
Definition: sfDevXM125Distance.cpp:740
sfTkError_t getTemperature(int16_t &temperature)
This function returns the temperature in sensor during measurements (in degree Celsius)....
Definition: sfDevXM125Distance.cpp:326
sfTkError_t getCalibrationNeeded(uint32_t &calibrate)
This function returns the indication of a sensor calibration needed.
Definition: sfDevXM125Distance.cpp:290
sfTkError_t getNumFramesRecordedThreshold(uint32_t &thresh)
This function returns the number frames to use for recorded threshold. Default Value: 100.
Definition: sfDevXM125Distance.cpp:652
sfTkError_t setMaxProfile(uint32_t profile)
This function sets the max profile of the device Default value = PROFILE5.
Definition: sfDevXM125Distance.cpp:622
sfTkError_t getPeak1Strength(int32_t &peak)
This function returns the strength of peak 1 Note: This value is a factor 1000 larger than the RSS va...
Definition: sfDevXM125Distance.cpp:495
sfTkError_t setFixedStrengthThresholdValue(int32_t thresh)
This function sets the fixed strength threshold value. Default Value: 0 Note: This value is a factor ...
Definition: sfDevXM125Distance.cpp:706
sfTkError_t setReflectorShape(uint32_t shape)
This function sets the reflector shape Default Value: GENERIC.
Definition: sfDevXM125Distance.cpp:694
sfTkError_t getDetectorError(uint32_t &error)
This function returns if there was an error from the protocol status register.
Definition: sfDevXM125Distance.cpp:183
sfTkError_t reset()
This function resets the distance detector settings of the device.
Definition: sfDevXM125Distance.cpp:782
sfTkError_t getNumberDistances(uint32_t &distance)
This function returns the number of detected distances.
Definition: sfDevXM125Distance.cpp:258
sfTkError_t getPeakStrength(uint8_t num, int32_t &peak)
This function returns the strength to peak num Note: This value is a factor 1000 larger than the RSS ...
Definition: sfDevXM125Distance.cpp:447
sfTkError_t getPeak6Distance(uint32_t &peak)
This function returns the distance to peak 6 Note: This value is a factor 1000 larger than the RSS va...
Definition: sfDevXM125Distance.cpp:423
sfTkError_t getDetectorErrorStatus(uint32_t &status)
This function returns the error status according to the bit mask value for the distance devices error...
Definition: sfDevXM125Distance.cpp:189
sfTkError_t setThresholdSensitivity(uint32_t thresh)
This function sets the threshold sensitivity (0 <= sensitivity <= 1000) Note: This value is a factor ...
Definition: sfDevXM125Distance.cpp:682
sfTkError_t getPeak2Strength(int32_t &peak)
This function returns the strength of peak 2 Note: This value is a factor 1000 larger than the RSS va...
Definition: sfDevXM125Distance.cpp:501
sfTkError_t getThresholdMethod(uint32_t &method)
This function returns the threshold method.
Definition: sfDevXM125Distance.cpp:628
sfTkError_t busyWait()
Completes a busy wait loop while the device is uploading information by waiting for the status.
Definition: sfDevXM125Distance.cpp:788
sfTkError_t calibrate()
This function calibrates the device by writing the defined calibration value to the distance command ...
Definition: sfDevXM125Distance.cpp:752
sfTkError_t setMaxStepLength(uint32_t length)
This function sets the used to limit step length. If set to 0 (default), the step length is calculate...
Definition: sfDevXM125Distance.cpp:579
sfTkError_t getPeak5Strength(int32_t &peak)
This function returns the strength of peak 5 Note: This value is a factor 1000 larger than the RSS va...
Definition: sfDevXM125Distance.cpp:519
sfTkError_t getPeak7Strength(int32_t &peak)
This function returns the strength of peak 7 Note: This value is a factor 1000 larger than the RSS va...
Definition: sfDevXM125Distance.cpp:531
sfTkError_t getEnd(uint32_t &end)
This function returns the end of measured interval in millimeters. Note: This value is a factor 1000 ...
Definition: sfDevXM125Distance.cpp:561
sfTkError_t getPeak8Strength(int32_t &peak)
This function returns the strength of peak 8 Note: This value is a factor 1000 larger than the RSS va...
Definition: sfDevXM125Distance.cpp:537
sfTkError_t setCloseRangeLeakageCancellation(bool range)
This function sets the close range leakage cancellation logic. Default Value: true.
Definition: sfDevXM125Distance.cpp:597
sfTkError_t getReflectorShape(uint32_t &shape)
This function returns the reflector shape Default Value: GENERIC.
Definition: sfDevXM125Distance.cpp:688
sfTkError_t getThresholdSensitivity(uint32_t &thresh)
This function returns the threshold sensitivity (0 <= sensitivity <= 1000) Note: This value is a fact...
Definition: sfDevXM125Distance.cpp:676
sfTkError_t getPeakSorting(uint32_t &peak)
This function returns the peak sorting method.
Definition: sfDevXM125Distance.cpp:640
sfTkError_t getDetectorStatus(uint32_t &status)
This function returns the status of the device if there are any issues with any of the status's liste...
Definition: sfDevXM125Distance.cpp:252
sfTkError_t getMeasureOneWakeup(bool &measure)
This function returns the measure on wakeup status. Default Value: false.
Definition: sfDevXM125Distance.cpp:712
sfTkError_t setEnd(uint32_t end)
This function sets the end of measured interval in millimeters. Note: This value is a factor 1000 lar...
Definition: sfDevXM125Distance.cpp:567
sfTkError_t setFixedAmpThreshold(uint32_t thresh)
This function sets the fixed amplitude threshold value. Note: This value is a factor 1000 larger than...
Definition: sfDevXM125Distance.cpp:670
sfTkError_t getStart(uint32_t &startVal)
This function returns the start of measured interval in millimeters. Note: This value is a factor 100...
Definition: sfDevXM125Distance.cpp:549
sfTkError_t setCommand(uint32_t command)
This function sets the specific execute command as defined in the datasheet on Page 25,...
Definition: sfDevXM125Distance.cpp:728
sfTkError_t detectorReadingSetup()
This function does all the required checks and busy waits to make sure the device is ready for distan...
Definition: sfDevXM125Distance.cpp:111
sfTkError_t setNumFramesRecordedThreshold(uint32_t thresh)
This function sets the number frames to use for recorded threshold. Default Value: 100.
Definition: sfDevXM125Distance.cpp:658
sfTkError_t getPeak6Strength(int32_t &peak)
This function returns the strength of peak 6 Note: This value is a factor 1000 larger than the RSS va...
Definition: sfDevXM125Distance.cpp:525
sfTkError_t getPeak2Distance(uint32_t &peak)
This function returns the distance to peak 2 Note: This value is a factor 1000 larger than the RSS va...
Definition: sfDevXM125Distance.cpp:399
sfTkError_t getPeak9Strength(int32_t &peak)
This function returns the strength of peak 9 Note: This value is a factor 1000 larger than the RSS va...
Definition: sfDevXM125Distance.cpp:543
sfTkError_t getPeak5Distance(uint32_t &peak)
This function returns the distance to peak 5 Note: This value is a factor 1000 larger than the RSS va...
Definition: sfDevXM125Distance.cpp:417
sfTkError_t applyConfiguration()
This function applies the configuration to the device by writing the defined value to the distance co...
Definition: sfDevXM125Distance.cpp:734
sfTkError_t setStart(uint32_t start)
This function sets the start of measured interval in millimeters. Note: This value is a factor 1000 l...
Definition: sfDevXM125Distance.cpp:555
sfTkError_t getPeak4Distance(uint32_t &peak)
This function returns the distance to peak 4 Note: This value is a factor 1000 larger than the RSS va...
Definition: sfDevXM125Distance.cpp:411
sfTkError_t getPeak0Strength(int32_t &peak)
This function returns the strength of peak 0 Note: This value is a factor 1000 larger than the RSS va...
Definition: sfDevXM125Distance.cpp:489
sfTkError_t getPeak3Strength(int32_t &peak)
This function returns the strength of peak 3 Note: This value is a factor 1000 larger than the RSS va...
Definition: sfDevXM125Distance.cpp:507
sfTkError_t getFixedStrengthThresholdValue(int32_t &thresh)
This function returns the fixed strength threshold value. Default Value: 0 Note: This value is a fact...
Definition: sfDevXM125Distance.cpp:700
sfTkError_t getMeasureDistanceError(uint32_t &error)
This function returns if the measure command failed.
Definition: sfDevXM125Distance.cpp:308
sfTkError_t getPeak7Distance(uint32_t &peak)
This function returns the distance to peak 7 Note: This value is a factor 1000 larger than the RSS va...
Definition: sfDevXM125Distance.cpp:429
sfTkError_t getMaxStepLength(uint32_t &length)
This function returns the used to limit step length. If set to 0 (default), the step length is calcul...
Definition: sfDevXM125Distance.cpp:573
sfTkError_t getFixedAmpThreshold(uint32_t &thresh)
This function returns the fixed amplitude threshold value. Note: This value is a factor 1000 larger t...
Definition: sfDevXM125Distance.cpp:664
sfTkError_t getPeak9Distance(uint32_t &peak)
This function returns the distance to peak 9 Note: This value is a factor 1000 larger than the RSS va...
Definition: sfDevXM125Distance.cpp:441
sfTkError_t setPeakSorting(uint32_t peak)
This function sets the peak sorting method.
Definition: sfDevXM125Distance.cpp:646
sfTkError_t getNearStartEdge(uint32_t &edge)
This function returns the indication that there might be an object near the start point of the measur...
Definition: sfDevXM125Distance.cpp:273
sfTkError_t distanceSetup(uint32_t start=sfe_xm125_distance_start_default, uint32_t end=sfe_xm125_distance_end_default)
This function sets all the beginning values for a basic I2C example to be run on the device for prese...
Definition: sfDevXM125Distance.cpp:44
sfTkError_t getPeak1Distance(uint32_t &peak)
This function returns the distance to peak 1 Note: This value is a factor 1000 larger than the RSS va...
Definition: sfDevXM125Distance.cpp:393
sfTkError_t getMaxProfile(uint32_t &profile)
This function returns the max profile of the device. Default value = PROFILE5.
Definition: sfDevXM125Distance.cpp:616
sfTkError_t getPeak4Strength(int32_t &peak)
This function returns the strength of peak 4 Note: This value is a factor 1000 larger than the RSS va...
Definition: sfDevXM125Distance.cpp:513
sfTkError_t getDetectorVersion(uint32_t &major, uint32_t &minor, uint32_t &patch)
This function returns the version number of the device structure: major.minor.patch.
Definition: sfDevXM125Distance.cpp:166
sfTkError_t begin(sfTkII2C *theBus=nullptr)
Initializes the distance detector device.
Definition: sfDevXM125Distance.cpp:24
Definition: sfDevXM125DistanceV1.h:21
sfTkError_t distanceDisableUartLogs()
This function disables the uart logs of the device by writing the defined value to the distance comma...
Definition: sfDevXM125DistanceV1.h:643
sfTkError_t getDistanceMaxStepLength(uint32_t &length)
This function returns the used to limit step length. If set to 0 (default), the step length is calcul...
Definition: sfDevXM125DistanceV1.h:367
sfTkError_t getDistanceNumFramesRecordedThreshold(uint32_t &thresh)
This function returns the number frames to use for recorded threshold. Default Value: 100.
Definition: sfDevXM125DistanceV1.h:471
sfTkError_t setDistanceCloseRangeLeakageCancellation(bool range)
This function sets the close range leakage cancellation logic. Default Value: true.
Definition: sfDevXM125DistanceV1.h:395
sfTkError_t getDistanceTemperature(int16_t &temperature)
This function returns the temperature in sensor during measurements (in degree Celsius)....
Definition: sfDevXM125DistanceV1.h:133
sfTkError_t setDistanceNumFramesRecordedThreshold(uint32_t thresh)
This function sets the number frames to use for recorded threshold. Default Value: 100.
Definition: sfDevXM125DistanceV1.h:480
sfTkError_t setDistanceSignalQuality(uint32_t signal)
This function sets the high signal quality in a better SNR (because of higher HWAAS) and higher power...
Definition: sfDevXM125DistanceV1.h:415
sfTkError_t getDistanceDetectorVersion(uint32_t &major, uint32_t &minor, uint32_t &patch)
This function returns the version number of the device structure: major.minor.patch.
Definition: sfDevXM125DistanceV1.h:57
sfTkError_t setDistanceCommand(uint32_t command)
This function sets the specific execute command as defined in the datasheet on Page 25,...
Definition: sfDevXM125DistanceV1.h:587
sfTkError_t getDistanceSignalQuality(uint32_t &signal)
This function returns the high signal quality in a better SNR (because of higher HWAAS) and higher po...
Definition: sfDevXM125DistanceV1.h:405
sfTkError_t distanceBusyWait()
Completes a busy wait loop while the device is uploading information by waiting for the status.
Definition: sfDevXM125DistanceV1.h:667
sfTkError_t getDistancePeak4Strength(int32_t &peak)
This function returns the strength of peak 4 Note: This value is a factor 1000 larger than the RSS va...
Definition: sfDevXM125DistanceV1.h:277
sfTkError_t getDistancePeak4Distance(uint32_t &peak)
This function returns the distance to peak 4 Note: This value is a factor 1000 larger than the RSS va...
Definition: sfDevXM125DistanceV1.h:185
sfTkError_t getDistancePeakSorting(uint32_t &peak)
This function returns the peak sorting method.
Definition: sfDevXM125DistanceV1.h:454
sfTkError_t getDistanceFixedStrengthThresholdValue(int32_t &thresh)
This function returns the fixed strength threshold value. Default Value: 0 Note: This value is a fact...
Definition: sfDevXM125DistanceV1.h:550
sfTkError_t setDistanceMeasureOneWakeup(bool measure)
This function sets the measure on wakeup status. Default Value: false.
Definition: sfDevXM125DistanceV1.h:578
sfTkError_t getDistanceCalibrationNeeded(uint32_t &calibrate)
This function returns the indication of a sensor calibration needed.
Definition: sfDevXM125DistanceV1.h:115
sfTkError_t getDistanceEnd(uint32_t &end)
This function returns the end of measured interval in millimeters. Note: This value is a factor 1000 ...
Definition: sfDevXM125DistanceV1.h:347
sfTkError_t distanceDetectorReadingSetup()
This function does all the required checks and busy waits to make sure the device is ready for distan...
Definition: sfDevXM125DistanceV1.h:49
sfTkError_t getDistanceThresholdMethod(uint32_t &method)
This function returns the threshold method.
Definition: sfDevXM125DistanceV1.h:438
sfTkError_t setDistanceFixedAmpThreshold(uint32_t thresh)
This function sets the fixed amplitude threshold value. Note: This value is a factor 1000 larger than...
Definition: sfDevXM125DistanceV1.h:500
sfTkError_t getDistanceFixedAmpThreshold(uint32_t &thresh)
This function returns the fixed amplitude threshold value. Note: This value is a factor 1000 larger t...
Definition: sfDevXM125DistanceV1.h:490
sfTkError_t getDistancePeak8Distance(uint32_t &peak)
This function returns the distance to peak 8 Note: This value is a factor 1000 larger than the RSS va...
Definition: sfDevXM125DistanceV1.h:217
sfTkError_t distanceRecalibrate()
This function recalibrates the device by writing the defined recalibrate value to the distance comman...
Definition: sfDevXM125DistanceV1.h:627
sfTkError_t getDistancePeak5Strength(int32_t &peak)
This function returns the strength of peak 5 Note: This value is a factor 1000 larger than the RSS va...
Definition: sfDevXM125DistanceV1.h:285
sfTkError_t getDistancePeakStrength(uint8_t num, int32_t &peak)
This function returns the strength to peak num Note: This value is a factor 1000 larger than the RSS ...
Definition: sfDevXM125DistanceV1.h:237
sfTkError_t setDistanceThresholdMethod(uint32_t method)
This function sets the threshold method.
Definition: sfDevXM125DistanceV1.h:446
sfTkError_t setDistanceReflectorShape(uint32_t shape)
This function sets the reflector shape Default Value: GENERIC.
Definition: sfDevXM125DistanceV1.h:540
sfTkError_t distanceReset()
This function resets the distance detector settings of the device.
Definition: sfDevXM125DistanceV1.h:659
sfTkError_t getDistancePeak5Distance(uint32_t &peak)
This function returns the distance to peak 5 Note: This value is a factor 1000 larger than the RSS va...
Definition: sfDevXM125DistanceV1.h:193
sfTkError_t getDistancePeak2Strength(int32_t &peak)
This function returns the strength of peak 2 Note: This value is a factor 1000 larger than the RSS va...
Definition: sfDevXM125DistanceV1.h:261
sfTkError_t getDistancePeak8Strength(int32_t &peak)
This function returns the strength of peak 8 Note: This value is a factor 1000 larger than the RSS va...
Definition: sfDevXM125DistanceV1.h:309
sfTkError_t getDistanceMeasureDistanceError(uint32_t &error)
This function returns if the measure command failed.
Definition: sfDevXM125DistanceV1.h:123
sfTkError_t getDistancePeak6Distance(uint32_t &peak)
This function returns the distance to peak 6 Note: This value is a factor 1000 larger than the RSS va...
Definition: sfDevXM125DistanceV1.h:201
sfTkError_t getDistancePeak2Distance(uint32_t &peak)
This function returns the distance to peak 2 Note: This value is a factor 1000 larger than the RSS va...
Definition: sfDevXM125DistanceV1.h:169
sfTkError_t distanceStart()
This function starts the device by writing the defined start value to the distance command register.
Definition: sfDevXM125DistanceV1.h:603
sfTkError_t distanceApplyConfiguration()
This function applies the configuration to the device by writing the defined value to the distance co...
Definition: sfDevXM125DistanceV1.h:595
sfTkError_t distanceBegin(uint32_t start=sfe_xm125_distance_start_default, uint32_t end=sfe_xm125_distance_end_default)
This function sets all the beginning values for a basic I2C example to be run on the device for prese...
Definition: sfDevXM125DistanceV1.h:40
sfTkError_t setDistanceEnd(uint32_t end)
This function sets the end of measured interval in millimeters. Note: This value is a factor 1000 lar...
Definition: sfDevXM125DistanceV1.h:357
sfTkError_t getDistancePeak3Strength(int32_t &peak)
This function returns the strength of peak 3 Note: This value is a factor 1000 larger than the RSS va...
Definition: sfDevXM125DistanceV1.h:269
sfTkError_t getDistancePeak7Strength(int32_t &peak)
This function returns the strength of peak 7 Note: This value is a factor 1000 larger than the RSS va...
Definition: sfDevXM125DistanceV1.h:301
sfTkError_t distanceCalibrate()
This function calibrates the device by writing the defined calibration value to the distance command ...
Definition: sfDevXM125DistanceV1.h:619
sfTkError_t getDistanceNearStartEdge(uint32_t &edge)
This function returns the indication that there might be an object near the start point of the measur...
Definition: sfDevXM125DistanceV1.h:107
sfTkError_t getDistanceMaxProfile(uint32_t &profile)
This function returns the max profile of the device. Default value = PROFILE5.
Definition: sfDevXM125DistanceV1.h:423
sfTkError_t getDistanceDetectorErrorStatus(uint32_t &status)
This function returns the error status according to the bit mask value for the distance devices error...
Definition: sfDevXM125DistanceV1.h:74
sfTkError_t distanceEnableUartLogs()
This function enables the uart logs of the device by writing the defined value to the distance comman...
Definition: sfDevXM125DistanceV1.h:635
sfTkError_t getDistancePeak1Distance(uint32_t &peak)
This function returns the distance to peak 1 Note: This value is a factor 1000 larger than the RSS va...
Definition: sfDevXM125DistanceV1.h:161
sfTkError_t getDistancePeak9Strength(int32_t &peak)
This function returns the strength of peak 9 Note: This value is a factor 1000 larger than the RSS va...
Definition: sfDevXM125DistanceV1.h:317
sfTkError_t setDistanceMaxStepLength(uint32_t length)
This function sets the used to limit step length. If set to 0 (default), the step length is calculate...
Definition: sfDevXM125DistanceV1.h:377
sfTkError_t getDistanceCloseRangeLeakageCancellation(bool &range)
This function reads if the close range leakage cancellation logic is enabled. Default Value: true.
Definition: sfDevXM125DistanceV1.h:386
sfTkError_t getDistanceMeasureOneWakeup(bool &measure)
This function returns the measure on wakeup status. Default Value: false.
Definition: sfDevXM125DistanceV1.h:569
sfTkError_t setDistanceFixedStrengthThresholdValue(int32_t thresh)
This function sets the fixed strength threshold value. Default Value: 0 Note: This value is a factor ...
Definition: sfDevXM125DistanceV1.h:560
sfTkError_t getDistancePeak3Distance(uint32_t &peak)
This function returns the distance to peak 3 Note: This value is a factor 1000 larger than the RSS va...
Definition: sfDevXM125DistanceV1.h:177
sfTkError_t getDistancePeak0Strength(int32_t &peak)
This function returns the strength of peak 0 Note: This value is a factor 1000 larger than the RSS va...
Definition: sfDevXM125DistanceV1.h:245
sfTkError_t getDistanceStart(uint32_t &startVal)
This function returns the start of measured interval in millimeters. Note: This value is a factor 100...
Definition: sfDevXM125DistanceV1.h:327
sfTkError_t getDistanceReflectorShape(uint32_t &shape)
This function returns the reflector shape Default Value: GENERIC.
Definition: sfDevXM125DistanceV1.h:531
sfTkError_t setDistancePeakSorting(uint32_t peak)
This function sets the peak sorting method.
Definition: sfDevXM125DistanceV1.h:462
sfTkError_t getDistancePeak1Strength(int32_t &peak)
This function returns the strength of peak 1 Note: This value is a factor 1000 larger than the RSS va...
Definition: sfDevXM125DistanceV1.h:253
sfTkError_t begin(sfTkII2C *theBus=nullptr)
Initializes the distance detector device.
Definition: sfDevXM125DistanceV1.h:32
sfTkError_t getDistancePeak9Distance(uint32_t &peak)
This function returns the distance to peak 9 Note: This value is a factor 1000 larger than the RSS va...
Definition: sfDevXM125DistanceV1.h:225
sfTkError_t getDistanceDetectorError(uint32_t &error)
This function returns if there was an error from the protocol status register.
Definition: sfDevXM125DistanceV1.h:65
sfTkError_t getDistancePeak0Distance(uint32_t &peak)
This function returns the distance to peak 0 Note: This value is a factor 1000 larger than the RSS va...
Definition: sfDevXM125DistanceV1.h:153
sfTkError_t getDistanceNumberDistances(uint32_t &distance)
This function returns the number of detected distances.
Definition: sfDevXM125DistanceV1.h:98
sfTkError_t getDistancePeak7Distance(uint32_t &peak)
This function returns the distance to peak 7 Note: This value is a factor 1000 larger than the RSS va...
Definition: sfDevXM125DistanceV1.h:209
sfTkError_t getDistancePeak6Strength(int32_t &peak)
This function returns the strength of peak 6 Note: This value is a factor 1000 larger than the RSS va...
Definition: sfDevXM125DistanceV1.h:293
sfTkError_t getDistanceThresholdSensitivity(uint32_t &thresh)
This function returns the threshold sensitivity (0 <= sensitivity <= 1000) Note: This value is a fact...
Definition: sfDevXM125DistanceV1.h:511
sfTkError_t getDistancePeakDistance(uint8_t num, uint32_t &peak)
This function returns the distance to peak num Note: This value is a factor 1000 larger than the RSS ...
Definition: sfDevXM125DistanceV1.h:145
sfTkError_t getDistanceDetectorStatus(uint32_t &status)
This function returns the status of the device if there are any issues with any of the status's liste...
Definition: sfDevXM125DistanceV1.h:90
sfTkError_t setDistanceThresholdSensitivity(uint32_t thresh)
This function sets the threshold sensitivity (0 <= sensitivity <= 1000) Note: This value is a factor ...
Definition: sfDevXM125DistanceV1.h:522
sfTkError_t setDistanceMaxProfile(uint32_t profile)
This function sets the max profile of the device Default value = PROFILE5.
Definition: sfDevXM125DistanceV1.h:431
sfTkError_t setDistanceStart(uint32_t start)
This function sets the start of measured interval in millimeters. Note: This value is a factor 1000 l...
Definition: sfDevXM125DistanceV1.h:337
sfTkError_t distanceLogConfiguration()
This function enables the configuration log of the device by writing the defined value to the distanc...
Definition: sfDevXM125DistanceV1.h:651
sfTkError_t getDistanceMeasureCounter(uint32_t &counter)
This function returns the measure counter, the number of measurements performed since restart.
Definition: sfDevXM125DistanceV1.h:82
sfTkError_t distanceStop()
This function stops the device by writing the defined stop value to the distance command register.
Definition: sfDevXM125DistanceV1.h:611
Implementation of the SparkFun Qwiic XM125 Library - Methods for the Distance app.
const uint16_t sfe_xm125_distance_end_default
Definition: sfDevXM125Distance.h:172
const uint16_t sfe_xm125_distance_start_default
Definition: sfDevXM125Distance.h:168