Using a BBC Microbit to get localisation data from tag?

For my final year project looking to use the dmw1001 dev modules with 3 anchors and 1 tag on a moving boat. Looking through tutorials it seems rPi 3 is the goto to get the position data from the tag. My question is if im using just USB to get the data, is it possible to use any device with USB, such as the microbit? Thank you in advance for any help/suggestions :slight_smile:

You should be able to connect the microbit SPI interface to the Tag and stream the data back to the USB VCOM port.

If you want a pure Python and Raspberry Pi solution (driving DWM1000 modules) check out my latest blog post on
https://iosoft.blog/real-time-location-ultra-wideband/