Skip to content

demianzenkov/UWB-Open-RTLS-MCU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Demian Zenkov
Feb 24, 2022
1ff2610 · Feb 24, 2022
Feb 24, 2022
Feb 24, 2022
Feb 24, 2022
Jul 25, 2020
Jul 23, 2020
Apr 30, 2020
Feb 24, 2022

Repository files navigation

Source code for Open-RTLS nodes (anchor, tag) based on STM32 microcontrollers.

Open-RTLS supports TWR and TDOA modes.

Communication scheme of RTLS units:connection_scheme

Anchor nodes are based on STM32F207 microcontrollers and have ethernet interface. Both anchors and tags have USB interface for connection with configuartion software.

To setup network and RTLS parameters of nodes use Open-RTLS Configurator.

Generate .c and .h proto files from .proto file using Nanopb:
pip install protobuf grpcio-tools
python proto/nanopb_generator.py -v proto/Settings.proto