Infineon XMC4700 Setup Manual page 13

Using infineon’s radar baseboard and radar shield with arduino
Hide thumbs Also See for XMC4700:
Table of Contents

Advertisement

Using Infineon's radar baseboard XMC4700 and BGT24LTR11 radar
shield with Arduino
Set-up guide
Software set-up
Next, some steps are required to initialize the hardware for the Pulsed Doppler Radar and also to configure
3.
the parameters. All these are to be done within the setup() routine (Figure 13).
Figure 13
Initializing hardware and parameters for Pulsed Doppler Radar
The lines of code will initialize the software to use the default parameters. In case custom parameters are
preferred, the user can call the respective APIs (as listed in Table 1) before calling the begin() function.
Table 1
Configuration APIs
API name
uint8_t
setMinSpeed(float
float
getMinSpeed(void);
uint8_t
setMaxSpeed(float
float
getMaxSpeed(void);
uint8_t
setMotionSensitivity(float
float
getMotionSensitivity(void);
uint8_t
setDopplerSensitivity(float
speedMs);
speedMs);
threshold);
threshold);
13 of 31
Description
Set the minimum speed that will be detected
Retrieve the minimum speed configured
Set maximum speed that will be detected
Retrieve the maximum speed configured
Set threshold that will determine motion or not
Retrieve threshold that will determine motion or not
Set threshold that will determine motion with
direction (departing/approaching) or not
2019-12-02

Advertisement

Table of Contents
loading

This manual is also suitable for:

Bgt24ltr11

Table of Contents