In this article, I'll introduce how to make a multi-anchor multi-tag positioning system using MaUWB in two ways.
To make the experience fit your profile, pick a username and tell us what interests you.
We found and based on your interests.
1.No python environment required
2.Python environment required
A0X, A0Y = 0, 0 A1X, A1Y = 1000, 0 A2X, A2Y = 1000, 1000 A3X, A3Y = 0, 1000
And more detailed information such as how to prepare python and pycharm you can check here.
1.Configure Anchor0
2.Configure other devices
#define UWB_INDEX 0 //Device ID(Anchor 0-7,Tag 0-31)
#define TAG
// #define ANCHOR //Device Role(Tag or Anchor)
#define FREQ_850K
// #define FREQ_6800K //Equipment communication rate(850K or 6800k)
Note configure at least three Anchors for positioning.
More information, such as pre-preparation of the arduino environment and how to download the code into the module, can be found here.
Create an account to leave a comment. Already have an account? Log In.
Become a member to follow this project and never miss any updates
Hello, I would like to ask if, when integrating these anchors into a robot — with 3 in the front and 2 on the sides (right and left) — and using just one tag, would we still be able to locate the tag reliably in case there's an obstacle between the tag and an anchor?