Tutorial

Matthew

2024:06




Getting started with the DOT sensor

The DOT sensor is a small motion-tracking sensor, which comes in a small box with 5 sensors. The sensor measures 3D angular velocity, 3D acceleration and 3D earth magnetic fields. Currently, the DOT is used in various fields, like sports, health, ergonomics and entertainment. Examples of applications are, for example, rehabilitation therapy, risk control on the work floor, sports analysis, and new fitness technology.

After opening the box, you will find a container with five small DOT's. This case is not only a good way to store the sensors, it is also used to charge them by plugging a cable into the side of the container. When looking further, you will also find a small envelope with different patches. These patches can be used to 'glue' the sensors to the skin of a user. Another way to attach the sensors is to use the black bandages that can be found in the 'Xsens DOT' box in the Media Lab. It is recommended to use the bandages since these can be used for an unlimited amount of time.

Detailed information here

The KINEXYZ app is developed especially for the DOT sensors. It provides a development tool where you can build 3D interactive systems to capture and process the movement of both people, animals and other flexible structures. Inside the app, you can create your model with simple pre-made parts, it’s just a matter of dragging and connecting elements. It is also possible to use (built-in) mathematical models to analyze the structure or to implement a more realistic relationship between each of the elements.

Important: The app can only be used on an iPad with iOS 13.0 or later.

Below are two examples of what the KineXYZ application looks like: KineXYZ demo and a live demo.

  1. Download the software here. On the website, enter your mail information and the file will be sent to your mailbox.
  2. Extract and open the folder. Open the Xsens DOT SDK Programming Guide for Android. This contains all the information you need to get started with the SDK. The file also contains very useful examples that you can follow to get going with the DOT. The folder also contains a file named Xsens_DOT_SDK_Core_Android.aar.
  3. Download Android Studio. Select file > new > new project. From the pop-up select Empty Activity. Provide a name and a location, and check if the minimum SDK is at least 26. Click finish.
  4. Import the AAR file from the download into your environment. Select file > new > New Module. When the pop-up opens, scroll to the bottom and select Import JAR/AAR Package, and import the aar. file. If this is not working, refer to the following site.
  5. Select File > Project structure. In the pop-up, go to dependencies and click on the + plus sign. Here, select the JAR/AAR Dependency option. Now, specify where your aar package is located, and confirm.
  6. Your SDK is now correctly set up!

The developer page on the Xsens website is a good starting point if you want to develop your own application with the DOT sensor. The website provides a user manual, a download link for the Xsens DOT SDK and useful tutorials to get started with your sensors, with the app, the output data and the SDK environment. More information can be found here, on the Xsens DOT forum.