Video 1 (Single Tag)



Video 2 (Multi Tag)

Its pure python code that processes all our UDP packets and estimates the 3D position of multiple tags


Level 3. (Jan 2018)

Ladies and gentleman, the game is still on. We went to level 3 and are happy to announce a hardware which is now fully certified and ready-to-go. We call it Localino v3.0.

The new Localino Tag is a small piece, operating several weeks long with a single charge of the internal battery.

We did all kinds of stuff and measurements to ensure a nice antenna pattern and maximum range. This is an example from the small size 3D antenna measurement and pattern of our tag.

Anchors look also nicer and feature a high gain antenna to maximize range.

see the latest ongoings under localino.net


Level 2. (July 2017)

We went to the next level. Localino v2.0 is an STM32F1 series based indoor location anchor or tag. The cool thing, it has a massive amount of flash and memory, additional I/O pins to stack up additional sensors and is code compatible to the v1.0 / v1.3 hardware. Jiaey! There are some other minor adaptions like a more robust USB connector, sideways switch... and for sure, the Anchor also has Wifi.

If you are used to Arduino IDE you can use it and still flash this device. Anyhow, also CoIDE or Keil will work. It is also compatible to decawaves API which also uses an STMF1 series MCU.

We have also updated our firmware and the python processor that now supports the location and tracking of multi-tags in a self-organizing network. All you require is a minimum of 3 Localino v2.0 anchor and some Localino v2.0 tags. The self-organizing approach is pretty cool and works really well. There is no scheduler required at all, which makes the system really scalable.


Created a new Tag

We created a new tag which is much smaller (27x41mm + antenna) than the other one. It can be programmed via ISP or UART (if you burn a bootloader), features the same chip as the Arduino, so the firmware is compatible. We decided also to implement some sleep code. With some random LDO the tag features 1.5mA in sleep mode now. I am sure this can be better if we add some more sleep code to the uC and use a more efficient converter.

...and although the "t" in the URL on the board got wiped away by a drilling hole, I like it!



Information

For a good and accurate indoor location system you require a lot of hardware. Although the range of the DWM1000 chip can do up to several hundret meters, indoors its different. Our test show, that you require an anchor every 10-30m to achieve good results indoors (open space).

Usually the anchor and tags have to do the ranging and the processing. In this approach each anchor has an additional Wifi interface to use the common infrastructure and offload the data in nearly realtime over TCP/IP. This way, hardware requirements and the processing of the anchors can be reduced to a minimum. Also, the tags do not need high processing power to calculate, which increases battery lifetime immense. It requires a PC do the range processing though.

The advantage of this approach is, anchors and tags have extremely reduced hardware requirements and are thus extremely low priced.

Accuracy Tests

There is a numerous number of accuracy statements, also for UWB ranging principles. But you never know how the measurements were done, so I did some myself with the tag and anchor in TWR mode. All figures below are drawn from unfiltered data. I have dozens of measurements, but just want to show you some in close range (LOS), and mid-long range (non-LOS). I want to do some further tests outside.

The accuracy is well in the 10cm for the LOS measurement. In case of a NLOS scenario it also makes sense that the PDF of the range measurement is a bit wider...

Maximum Range Tests

I decided to do some measurements on the maximum range of the DWM1000. The datasheet mentions 300m. According...

Read more »