Arduino class for the SparkFun Pulsed Coherent Radar Sensor - Acconeer XM125 (Qwiic) for distance detection.
More...
|
| SparkFunXM125Distance () |
|
bool | begin (uint8_t deviceAddress=SFE_XM125_I2C_ADDRESS, TwoWire &wirePort=Wire) |
| Sets up Arduino I2C driver using the specified I2C address then calls the super class begin. More...
|
|
bool | isConnected () |
| Checks if the device is connected. More...
|
|
sfTkError_t | begin (sfTkII2C *theBus=nullptr) |
| Initializes the distance detector device. More...
|
|
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 presence sensing. More...
|
|
sfTkError_t | detectorReadingSetup () |
| This function does all the required checks and busy waits to make sure the device is ready for distance readings. More...
|
|
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. More...
|
|
sfTkError_t | getDetectorError (uint32_t &error) |
| This function returns if there was an error from the protocol status register. More...
|
|
sfTkError_t | getDetectorErrorStatus (uint32_t &status) |
| This function returns the error status according to the bit mask value for the distance devices errors and busy bit. More...
|
|
sfTkError_t | getMeasureCounter (uint32_t &counter) |
| This function returns the measure counter, the number of measurements performed since restart. More...
|
|
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 listed defined. More...
|
|
sfTkError_t | getNumberDistances (uint32_t &distance) |
| This function returns the number of detected distances. More...
|
|
sfTkError_t | getNearStartEdge (uint32_t &edge) |
| This function returns the indication that there might be an object near the start point of the measured range. More...
|
|
sfTkError_t | getCalibrationNeeded (uint32_t &calibrate) |
| This function returns the indication of a sensor calibration needed. More...
|
|
sfTkError_t | getMeasureDistanceError (uint32_t &error) |
| This function returns if the measure command failed. More...
|
|
sfTkError_t | getTemperature (int16_t &temperature) |
| This function returns the temperature in sensor during measurements (in degree Celsius). Note that it has poor absolute accuracy and should only be used for relative temperature measurements. More...
|
|
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 value. More...
|
|
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 value. More...
|
|
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 value. More...
|
|
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 value. More...
|
|
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 value. More...
|
|
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 value. More...
|
|
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 value. More...
|
|
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 value. More...
|
|
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 value. More...
|
|
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 value. More...
|
|
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 value. More...
|
|
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 value. More...
|
|
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 value. More...
|
|
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 value. More...
|
|
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 value. More...
|
|
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 value. More...
|
|
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 value. More...
|
|
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 value. More...
|
|
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 value. More...
|
|
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 value. More...
|
|
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 value. More...
|
|
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 value. More...
|
|
sfTkError_t | getStart (uint32_t &startVal) |
| This function returns the start of measured interval in millimeters. Note: This value is a factor 1000 larger than the RSS value Default Value: 250. More...
|
|
sfTkError_t | setStart (uint32_t start) |
| This function sets the start of measured interval in millimeters. Note: This value is a factor 1000 larger than the RSS value Default Value: 250. More...
|
|
sfTkError_t | getEnd (uint32_t &end) |
| This function returns the end of measured interval in millimeters. Note: This value is a factor 1000 larger than the RSS value Default Value: 3000. More...
|
|
sfTkError_t | setEnd (uint32_t end) |
| This function sets the end of measured interval in millimeters. Note: This value is a factor 1000 larger than the RSS value Default Value: 3000. More...
|
|
sfTkError_t | getMaxStepLength (uint32_t &length) |
| This function returns the used to limit step length. If set to 0 (default), the step length is calculated based on profile. Default Value: 0. More...
|
|
sfTkError_t | setMaxStepLength (uint32_t length) |
| This function sets the used to limit step length. If set to 0 (default), the step length is calculated based on profile. Default Value: 0. More...
|
|
sfTkError_t | getCloseRangeLeakageCancellation (bool &range) |
| This function reads if the close range leakage cancellation logic is enabled. Default Value: true. More...
|
|
sfTkError_t | setCloseRangeLeakageCancellation (bool range) |
| This function sets the close range leakage cancellation logic. Default Value: true. More...
|
|
sfTkError_t | getSignalQuality (uint32_t &signal) |
| This function returns the high signal quality in a better SNR (because of higher HWAAS) and higher power consumption. Note: This value is a factor 1000 larger than the RSS value Default Value: 15000. More...
|
|
sfTkError_t | setSignalQuality (uint32_t signal) |
| This function sets the high signal quality in a better SNR (because of higher HWAAS) and higher power consumption. Note: This value is a factor 1000 larger than the RSS value Default Value: 15000. More...
|
|
sfTkError_t | getMaxProfile (uint32_t &profile) |
| This function returns the max profile of the device. Default value = PROFILE5. More...
|
|
sfTkError_t | setMaxProfile (uint32_t profile) |
| This function sets the max profile of the device Default value = PROFILE5. More...
|
|
sfTkError_t | getThresholdMethod (uint32_t &method) |
| This function returns the threshold method. More...
|
|
sfTkError_t | setThresholdMethod (uint32_t method) |
| This function sets the threshold method. More...
|
|
sfTkError_t | getPeakSorting (uint32_t &peak) |
| This function returns the peak sorting method. More...
|
|
sfTkError_t | setPeakSorting (uint32_t peak) |
| This function sets the peak sorting method. More...
|
|
sfTkError_t | getNumFramesRecordedThreshold (uint32_t &thresh) |
| This function returns the number frames to use for recorded threshold. Default Value: 100. More...
|
|
sfTkError_t | setNumFramesRecordedThreshold (uint32_t thresh) |
| This function sets the number frames to use for recorded threshold. Default Value: 100. More...
|
|
sfTkError_t | getFixedAmpThreshold (uint32_t &thresh) |
| This function returns the fixed amplitude threshold value. Note: This value is a factor 1000 larger than the RSS value Default Value: 100000. More...
|
|
sfTkError_t | setFixedAmpThreshold (uint32_t thresh) |
| This function sets the fixed amplitude threshold value. Note: This value is a factor 1000 larger than the RSS value Default Value: 100000. More...
|
|
sfTkError_t | getThresholdSensitivity (uint32_t &thresh) |
| This function returns the threshold sensitivity (0 <= sensitivity <= 1000) Note: This value is a factor 1000 larger than the RSS value Default Value: 500. More...
|
|
sfTkError_t | setThresholdSensitivity (uint32_t thresh) |
| This function sets the threshold sensitivity (0 <= sensitivity <= 1000) Note: This value is a factor 1000 larger than the RSS value Default Value: 500. More...
|
|
sfTkError_t | getReflectorShape (uint32_t &shape) |
| This function returns the reflector shape Default Value: GENERIC. More...
|
|
sfTkError_t | setReflectorShape (uint32_t shape) |
| This function sets the reflector shape Default Value: GENERIC. More...
|
|
sfTkError_t | getFixedStrengthThresholdValue (int32_t &thresh) |
| This function returns the fixed strength threshold value. Default Value: 0 Note: This value is a factor 1000 larger than the RSS value. More...
|
|
sfTkError_t | setFixedStrengthThresholdValue (int32_t thresh) |
| This function sets the fixed strength threshold value. Default Value: 0 Note: This value is a factor 1000 larger than the RSS value. More...
|
|
sfTkError_t | getMeasureOneWakeup (bool &measure) |
| This function returns the measure on wakeup status. Default Value: false. More...
|
|
sfTkError_t | setMeasureOneWakeup (bool measure) |
| This function sets the measure on wakeup status. Default Value: false. More...
|
|
sfTkError_t | setCommand (uint32_t command) |
| This function sets the specific execute command as defined in the datasheet on Page 25, Section 6.2.40 Command. More...
|
|
sfTkError_t | applyConfiguration () |
| This function applies the configuration to the device by writing the defined value to the distance command register. More...
|
|
sfTkError_t | start () |
| This function starts the device by writing the defined start value to the distance command register. More...
|
|
sfTkError_t | stop () |
| This function stops the device by writing the defined stop value to the distance command register. More...
|
|
sfTkError_t | calibrate () |
| This function calibrates the device by writing the defined calibration value to the distance command register. More...
|
|
sfTkError_t | recalibrate () |
| This function recalibrates the device by writing the defined recalibrate value to the distance command register. More...
|
|
sfTkError_t | enableUartLogs () |
| This function enables the uart logs of the device by writing the defined value to the distance command register. More...
|
|
sfTkError_t | disableUartLogs () |
| This function disables the uart logs of the device by writing the defined value to the distance command register. More...
|
|
sfTkError_t | logConfiguration () |
| This function enables the configuration log of the device by writing the defined value to the distance command register. More...
|
|
sfTkError_t | reset () |
| This function resets the distance detector settings of the device. More...
|
|
sfTkError_t | busyWait () |
| Completes a busy wait loop while the device is uploading information by waiting for the status. More...
|
|
sfTkError_t | init (sfTkII2C *theBus=nullptr) |
| This function begins the examples/communication. More...
|
|
Arduino class for the SparkFun Pulsed Coherent Radar Sensor - Acconeer XM125 (Qwiic) for distance detection.
This class provides methods for initializing the sensor, checking connection status, and configuring the device for distance detection using I2C communication.