LD2410Async
Asynchronous Arduino ESP32 library for the LD2410 mmWave radar sensor
Loading...
Searching...
No Matches
LD2410Types.h File Reference
#include <Arduino.h>

Go to the source code of this file.

Classes

struct  LD2410Types::DetectionData
 Holds the most recent detection data reported by the radar. More...
 
struct  LD2410Types::ConfigData
 
struct  LD2410Types::StaticData
 

Namespaces

namespace  LD2410Types
 All enums, structs, and type helpers for LD2410Async.
 

Enumerations

enum class  LD2410Types::TargetState {
  LD2410Types::NO_TARGET = 0 , LD2410Types::MOVING_TARGET = 1 , LD2410Types::STATIONARY_TARGET = 2 , LD2410Types::MOVING_AND_STATIONARY_TARGET = 3 ,
  LD2410Types::AUTOCONFIG_IN_PROGRESS = 4 , LD2410Types::AUTOCONFIG_SUCCESS = 5 , LD2410Types::AUTOCONFIG_FAILED = 6
}
 Represents the current target detection state reported by the radar. More...
 
enum class  LD2410Types::LightControl { LD2410Types::NOT_SET = -1 , LD2410Types::NO_LIGHT_CONTROL = 0 , LD2410Types::LIGHT_BELOW_THRESHOLD = 1 , LD2410Types::LIGHT_ABOVE_THRESHOLD = 2 }
 Light-dependent control status of the auxiliary output. More...
 
enum class  LD2410Types::OutputControl { LD2410Types::NOT_SET = -1 , LD2410Types::DEFAULT_LOW_DETECTED_HIGH = 0 , LD2410Types::DEFAULT_HIGH_DETECTED_LOW = 1 }
 Logic level behavior of the auxiliary output pin. More...
 
enum class  LD2410Types::AutoConfigStatus { LD2410Types::NOT_SET = -1 , LD2410Types::NOT_IN_PROGRESS , LD2410Types::IN_PROGRESS , LD2410Types::COMPLETED }
 State of the automatic threshold configuration routine. More...
 
enum class  LD2410Types::Baudrate {
  LD2410Types::BAUDRATE_9600 = 1 , LD2410Types::BAUDRATE_19200 = 2 , LD2410Types::BAUDRATE_38400 = 3 , LD2410Types::BAUDRATE_57600 = 4 ,
  LD2410Types::BAUDRATE_115200 = 5 , LD2410Types::BAUDRATE_230500 = 6 , LD2410Types::BAUDRATE_256000 = 7 , LD2410Types::BAUDRATE_460800 = 8
}
 
enum class  LD2410Types::DistanceResolution { LD2410Types::NOT_SET = -1 , LD2410Types::RESOLUTION_75CM = 0 , LD2410Types::RESOLUTION_20CM = 1 }
 Distance resolution per gate for detection. More...