LD2410Async
Asynchronous Arduino ESP32 library for the LD2410 mmWave radar sensor
Loading...
Searching...
No Matches
LD2410CommandBuilder Namespace Reference

Functions

bool buildMaxGateCommand (byte *out, byte maxMotionGate, byte maxStationaryGate, unsigned short noOneTimeout)
 
bool buildGateSensitivityCommand (byte *out, byte gate, byte movingThreshold, byte stationaryThreshold)
 
bool buildDistanceResolutionCommand (byte *out, LD2410Types::DistanceResolution resolution)
 
bool buildAuxControlCommand (byte *out, LD2410Types::LightControl lightControl, byte lightThreshold, LD2410Types::OutputControl outputControl)
 
bool buildBaudRateCommand (byte *out, byte baudRateSetting)
 
bool buildBluetoothPasswordCommand (byte *out, const char *password)
 

Function Documentation

◆ buildAuxControlCommand()

bool LD2410CommandBuilder::buildAuxControlCommand ( byte * out,
LD2410Types::LightControl lightControl,
byte lightThreshold,
LD2410Types::OutputControl outputControl )
inline

Definition at line 64 of file LD2410CommandBuilder.h.

◆ buildBaudRateCommand()

bool LD2410CommandBuilder::buildBaudRateCommand ( byte * out,
byte baudRateSetting )
inline

Definition at line 77 of file LD2410CommandBuilder.h.

◆ buildBluetoothPasswordCommand()

bool LD2410CommandBuilder::buildBluetoothPasswordCommand ( byte * out,
const char * password )
inline

Definition at line 84 of file LD2410CommandBuilder.h.

◆ buildDistanceResolutionCommand()

bool LD2410CommandBuilder::buildDistanceResolutionCommand ( byte * out,
LD2410Types::DistanceResolution resolution )
inline

Definition at line 49 of file LD2410CommandBuilder.h.

◆ buildGateSensitivityCommand()

bool LD2410CommandBuilder::buildGateSensitivityCommand ( byte * out,
byte gate,
byte movingThreshold,
byte stationaryThreshold )
inline

Definition at line 25 of file LD2410CommandBuilder.h.

◆ buildMaxGateCommand()

bool LD2410CommandBuilder::buildMaxGateCommand ( byte * out,
byte maxMotionGate,
byte maxStationaryGate,
unsigned short noOneTimeout )
inline

Definition at line 9 of file LD2410CommandBuilder.h.