Example Sketches - Infineon XMC4700 Setup Manual

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
Software set-up
Set-up guide
Figure 15
Call run() in main loop()
Table 3 lists the available control APIs for the Pulsed Doppler Radar Library.
Table 3
Control APIs
API name
void
initHW(void);
void
registerResultCallback(void(*callBackPtr));
void
registerErrorCallback(void(*callBackPtr));
void
begin(void);
void
end(void);
void
run(void);
3.4

Example sketches

Two Arduino sketch examples are provided in the current library release. These examples can be accessed from
File > Examples > IFXRadarPulsedDoppler (Figure 16). Table 4 provides a brief description of these examples.
Description
To initialize hardware for Pulsed Doppler Radar
To register function to be called when radar process
is done
To register function to be called in case of error
To initialize software parameters for Pulsed Doppler
Radar
To stop radar processing; usually called during
runtime before reconfiguring radar parameters
To run radar processing
16 of 31
2019-12-02

Advertisement

Table of Contents
loading

This manual is also suitable for:

Bgt24ltr11

Table of Contents