Vital Signs With People Tracking User Guide

Table of Contents

Overview

This lab demonstrates the use of TI mmWave sensors to track and count moving and stationary people while monitoring breathing rate and heart rate using the IWR6843AOPEVM or IWR6843ISK sensor module.

Detection and tracking algorithms run onboard the IWR6843 mmWave sensor and are used to localize people and track their movement. Vital sign measurement algorithms use the position data of the tracking to measure the vital sign info of the tracked person.

🛑 Before Continuing!
No Source Code Provided
This lab is provided as a binary file without source code. This can be used to test the application in various different use cases. For more information on the source code and implementation, please reach out to your local TI sales representative.

This demo uses algorithms from the 3D People Tracking demo to perform detection and tracking. In this demonstration, localization and tracking is performed upon any moving object in the scene and the people or objects will continue being tracked until they leave the scene. This will continue tracking people as they sit or lie down and remain stationary.

The vital sign measurements will only be accurate when the tracked person stops moving for at least 20 seconds. The person should be seated or lying down with the sensor pointed toward their chest, up to a 5m distance.

With the 3D people tracking and vital sign software running on the IWR6843 chip, the mmWave sensor module outputs a data stream consisting of 3 dimensional point cloud information and a list of tracked objects which can be visualized using the PC based visualizer included in the toolbox.

This user guide covers the procedures to Flash, Run, and Compile the 3D people tracking with vital signs demo. This demo uses algorithms from the 3D People Tracking demo. For details regarding the demo software algorithms and implementation of the detection and tracking layers from the 3D people tracking demo, please refer to the following documents available in the People Tracking Lab docs directory. Details specific to the vital sign measurement will be discussed later in this document.

People Tracking Block Diagram

🛑 Before Continuing!
AoP ES2.0 EVM, Rev F or later only
The IWR6843 AoP version of this lab is only compatible with ES2.0 silicon and the corresponding EVM. Please ensure your EVM is the same as in the below image.

Quickstart

Prerequisites

⚠️ WARNING
Run Out of Box Demo
Before continuing with this lab, users should first run the out of box demo for the EVM. This will enable users to gain familiarity with the sensor’s capabilities as well as the various tools used across all labs in the Radar Toolbox.

🛑 Before Continuing!
If using MMWAVEICBOOST latest XDS110 firmware required
The XDS110 Firmware runs on the microcontroller onboard the MMWAVEICBOOST Carrier Card which provides the JTAG Emulation and serial port communication over the XDS110 USB port. We have observed packet loss on the serial port (COM ports) with some versions of the XDS110 firmware which can cause the demo to fail. The latest XDS110 firmware is installed with the latest version of Code Composer Studio. CCS version 10.1 or later required.

⚠️ WARNING
Sufficient PC CPU and GPU resources required
The visualizer requires sufficient GPU and CPU resources to process the incoming UART data every frame and run the demo smoothly. Users with insufficient PC resources may notice occasional visualizer lag or missed frames in the log file. The demo should still run on most PCs regardless of hardware resources, but performance might be slightly different.

1. Hardware and Software Requirements

Hardware

Item Details
Device IWR6843AOP or IWR6843ISK optionally with mmWave Carrier Board.
Mounting Hardware The EVM needs to be mounted at a height of ~1 - 1.5 to face a seated person, or it can be mounted on the ceiling pointed down to face a sleeping person. An adjustable clamp style smartphone adapter mount for tripods and a 60-75” tripod can be used to clamp and elevate the EVM. This is only an
Computer PC with Windows 7 or 10. If a laptop is used, please use the ‘High Performance’ power plan in Windows.
Micro USB Cable Due to the high mounting height of the EVM, an 8ft+ cable or USB extension cable is recommended.
Power Supply 5V, >3.0A with 2.1-mm barrel jack (center positive). The power supply can be wall adapter style or a battery pack with a USB to barrel jack cable. If using a standalone EVM a powered USB hub may be needed.

Software

Tool Version Download Link
TI mmWave SDK 3.5.x.x Link to Latest mmWave SDK. To access a previous version of the mmWave SDK scroll to the bottom of the table and click the link under “MMWAVE-SDK previous release”. Repeat to continue stepping back to previous versions.
Uniflash Latest Uniflash tool is used for flashing TI mmWave Radar devices. Download offline tool or use the Cloud version
Silicon Labs CP210x USB to UART Bridge VCP Drivers
(only required in standalone mode)
Latest Latest SiLabs Driver
TI Radar Toolbox Latest Radar toolbox should be downloaded to access binaries and source code. Download Instructions in the readme file.

2. Flash the EVM

  1. Set the device in flashing mode:

    a. If using ISK standalone module, follow the instructions for setting Modular EVM to flashing mode

    b. If using ISK with ICBOOST, follow the instructions for Hardware Setup of ICB for Flashing Mode

  2. Follow the instruction to Flash the mmWave Device Following the instructions in the guide above, flash the prebuilt binary which corresponded to your evm from the prebuilt_binaries folder of this demo

3. Physical Setup

  1. Setup the device for functional mode

    a. If using EVM standalone, follow the instructions for setting Modular EVM to functional mode

    b. If using the ICBOOST, follow the instructions for Hardware Setup of ICB for Functional Mode

Setup Requirements:

4. Run the Lab

To run the lab, launch and configure the visualizer which displays the detection and tracked object data received via UART. See the instructions in the visualizer folder. The visualizer that should be used for this lab can be found at ‘\tools\Visualizers\Industrial_Visualizer' of the toolbox. Choose the ’Vital Signs with People Tracking’ option for config type when connecting to the COM ports.

Please ensure you use the default chirp for your device:

⚠️ WARNING
Device must be restarted before sending a new configuration.

Chirp Parameter (Units) Value
Start Frequency (GHz) 60.75
Slope (MHz/us) 200
Samples per chirp 96
Chirps per frame 288
Frame duration (ms) 90
Sampling rate (Msps) 10.785
Bandwidth (MHz) 1780
Range resolution (m) 0.084
Max Unambiguous Range (m) 7.2
Max Radial Velocity (m/s) 8.38
Velocity resolution (m/s) 0.17
Azimuth resolution (deg) 14.5
Elevation resolution (deg) 58
Number of Rx 4
Number of Tx 3

Developer’s Guide

This lab is provided as a binary file without source code. This can be used to test the application in various different use cases. For more information on the source code and implementation, please reach out to your local TI sales representative.

Modifying Configuration File

The configuration files included a set of commands which are used to specify the scene boundaries (i.e. area of interest) in relation to the sensor position and may need to be modified accordingly. These commands and their respective parameters are listed below. All values are in world coordinates, so they are all relative to the position of the sensor listed in sensorPosition.

Customization

For detailed description of the configuration parameters and recommendations related to tuning the parameters, please refer to the following documents available in the docs folder of the People Tracking lab directory

The vital sign measurement accepts two additional commands beyond what is included in the above documents. These configuration inputs allow the algorithm to select a fixed or variable measurement range, and set the update rate for vital measurements. The below commands should be included in the configuration file.

vitalsign 15 300
VSRangeIdxCfg 0 21
Command Parameter 1 Parameter 2
vitalsign Refresh frame count
Number of frames before the vital sign data is output on the UART line. Increase for more stable data, decrease for a faster refresh
Default: 15
Window size
Debug setting, do not change
Set to 300
VSRangeIdxCfg VSRangeIdxCfg_EN
Fixed range ENABLE
Set to 1: Enables fixed range mode. Uses range bin from Param 2 to fix the area to look for vital signs
Set to 0: Disables fixed range mode. Uses tracker position to set the area to monitor vital signs
VS_Range_Idx_Number
Range bin for vital signs (if enabled by param 1)
If VSRangeIdxCfg_EN = 1, this value sets the range for the vital signs processing.
Range = Range_bin*resolution
For the default profile, range resolution is 8.4cm
Example: Set to 20 to focus vital sign tracking around 1.68m

UART Output Data Format

The demo outputs the point cloud and tracking information using a TLV(type-length-value) encoding scheme with little endian byte order. For every frame, a packet is sent consisting of a fixed sized Frame Header and then a variable number of TLVs depending on what was detected in that scene. The TLVs can be of types representing the 3D point cloud, target list object, and associated points. Please see Understanding UART Data Output for more information.

Frame Header

View the frame header structure here: Understanding UART Data Output: Frame Header.

TLVs

The TLVs can be of type POINT CLOUD, TARGET LIST, TARGET INDEX or PRESENCE INDICATION.

TLV Header

View the TLV header structure here: Understanding UART Data Output: TLV Header.

Point Cloud TLV

Size: sizeof (tlvHeaderStruct) + sizeof(pointUnit) + sizeof (pointStruct) x numberOfPoints

Each Point Cloud TLV consists of an array of points. Each point is defined in 8 bytes. The pointUnit struct is used to decompress each point to five floats (20 bytes).

Point Unit Structure

pointUnit = struct(...
    'elevationUnit',        {'float', 4}, ... % Multiply each point by this value - used for compression
    'azimuthUnit',          {'float', 4}, ... % Multiply each point by this value - used for compression
    'dopplerUnit',          {'float', 4}, ... % Multiply each point by this value - used for compression
    'rangeUnit',            {'float', 4}, ... % Multiply each point by this value - used for compression
    'snrUnit',              {'float', 4});    % Multiply each point by this value - used for compression

Point Cloud Structure

pointStruct = struct(...
    'elevation',        {'int8_t', 1}, ... % Elevation in radians
    'azimuth',          {'int8_t', 1}, ... % Azimuth, in radians
    'doppler',          {'int16_t', 2}, ... % Doppler, in m/s
    'range',            {'uint16_t', 2}, ... % Range, in meters
    'snr',              {'uint16_t', 2});    % SNR, ratio

Target List TLV

Size: sizeof (tlvHeaderStruct) + sizeof (trackerProc_Target) x numberOfTargets

The Target List TLV consists of an array of targets. Each target object is defined as given below.

targetStruct3D = struct(...
    'tid',             {'uint32', 4}, ... % Track ID
    'posX',            {'float', 4}, ... % Target position in X dimension, m
    'posY',            {'float', 4}, ... % Target position in Y dimension, m
    'posZ',            {'float', 4}, ... % Target position in Z dimension, m
    'velX',            {'float', 4}, ... % Target velocity in X dimension, m/s
    'velY',            {'float', 4}, ... % Target velocity in Y dimension, m/s
    'velZ',            {'float', 4}, ... % Target velocity in Z dimension, m/s
    'accX',            {'float', 4}, ... % Target acceleration in X dimension, m/s2
    'accY',            {'float', 4}, ... % Target acceleration in Y dimension, m/s
    'accZ',            {'float', 4}, ... % Target acceleration in Z dimension, m/s
    'ec[16]',          {'float', 16x4}, ... % Tracking error covariance matrix, [4x4] in range/azimuth/elevation/doppler coordinates
    'g',               {'float', 4}, ... % Gating function gain
    'confidenceLevel'  {'float', 4}, ... % Confidence Level

Target Index TLV

Size: sizeof (tlvHeaderStruct) + sizeof(uint8) x numberOfPoints (NOTE: here the number of points are for frame n-1)

The Target Index TLV consists of an array of target IDs. A targetID at index i is the target to which point i of the previous frame’s point cloud was associated. Valid IDs range from 0-249.

targetIndex = struct(...
'targetID',         {'uint8', 1});    % Track ID

Other Target ID values:

Value Meaning
253 Point not associated SNR too weak
254 Point not associated, located outside boundary of interest
255 Point not associated, considered as noise

Presence Indication TLV

Size: sizeof (tlvHeaderStruct) + sizeof(uint32)

The Presence Indication TLV consists of a single uint32 value to provide a binary indication of presence in the presence boundary box. A value of 1 represents presence detected and 0 represents no presence detected.

Vital Sign Info TLV

Size: 136 Bytes

VS_Feature = struct(...
    'id',                                       {'uint16', 2},...     % Target ID used for XYZ location
    'rangebin',                                 {'uint16', 2},...     % range bin for XYZ location
    'breathingDeviation',                       {'float', 4},...      % deviation of breathing measurement over time
    'heart_rate',                               {'float', 4},...      % Heart Rate Measurement
    'breathing_rate',                           {'float', 4},...      % Breath Rate Measurement
    'VitalSigns_Heart_CircularBuffer[15]',      {'float', 4x15}),...  %Buffer of heartrate waveform
    'VitalSigns_Breath_CircularBuffer[15]',     {'float', 4x15}),...  %Buffer of breathrate waveform

📝 NOTE - Presence Detection and Smoothing


Visualizer

Patient status is determined in the python source code for the visualizer based on the breathing deviation value passed through the Vital Signs Info TLV.

The breathing deviation is calculated by looking at the variation of the last 40 values in the breathing waveform. It is recalculated every 15 frames when the vital signs processing is performed.

First the visualizer looks to see if a track is present. If no track is present, no data is displayed. If a track is present and the breathing deviation is zero, no patient data is displayed. However, the range bin where the person’s track was last detected will still be displayed for debugging purposes.

If the breathing deviation value falls below 0.02 “holding breath” is detected and the breath rate value is no longer displayed.

Additionally, the visualizer smooths the heart rate results by calculating the median of the latest 10 results.

Need More Help?