Simple configuration 2D

Hello.

I would like to build simple positiong system 2D (3 anchors and 1 tag). I learned a lot of pdfs (datasheets etc), but still I have some questions.

Are 4 modules DW10001-DEV good for this?
Is it possible to use BLE with Android application DRTLSManager? If yes, where can I find code to flash my device?
If I want use UART interface should I flash build in STM processor and then use API Libray?

Thanks in advance ! :slight_smile:

All boards are flashed from the box. Just add the batteries or powerbanks and you ready to go with android app

  1. Yes, 4 dwm1001-devs can definitely achieve what you want.
  2. Yes, you can use the DRTLSManager app to configure and visualize the nodes. you can get the source code of the app from here: Decawave is now part of Qorvo
  3. They’ve already provided the UART API for you to get data or send command by TLV packet. In another word, you don’t need to flash anything but you need to solder the pin headers if you want to use raspberry pi or arduino and connect it to the master device. Or you can just connect to your pc by USB and use the UART Shell api, which is well documented in the api-guide

Richard