Hi , I am successfully getting the “one to many” working. Do you know if it’s planned to get the “many to many” support ? Maybe it well be available with the new SDK ? Otherwise, can you point me to how can i develop such feature or attempts done in the past ?
Additional details : I have one initiator , 4 responders - But will have to scale to 15 initiators, 4 responders.
You asked “can you point me to how can i develop such feature or attempts done in the past ?”
I pointed you to the search box on this forum.
I could do the search and then post the results but that seems a little pointless since you could easily do exactly the same.
I can’t remember anyone posting final working code, most people only post code that doesn’t work. But the forum has been around for a while so someone may well have posted a link to some working code at some point.
The many to many hasn’t been developed as an example because it becomes very application specific.
The SDK is supposed to be a set of building blocks to create a product, not an end product on it’s own. It already has all the building blocks required to do this so there is no need to add it. Will they add an additional example showing how to do this? Maybe. Do they need to? No.
Yes, since the UWB radios can only cope with a single device transmitting at a time every solution to this uses TDMA. All of the forum posts on how to implement this say to use TDMA.
How you efficiently split the time between units is one of the hardest parts of this and has nothing to do with the drivers for the UWB radio, it’s purely a function of your system design. Which is why a solution to this problem doesn’t really belong in the SDK.