Ean,
unfortunately there is no other way and if you can’t find UWB Tags under the Cloud account created with an email you used during the purchase we need to re-assign them there.
We did it for your and assigned them to the email starting with nn@…
Here is JavaScript API to program them: LTE Beacon: Micro-app API reference [0.2.19] - Estimote Developer
If you want to test UWB please look for uwb.start() method.|
You can for example change role to dual and upload the code to two tags, so you can test ranging between them:
uwb.start(uwb.Role.DUAL, {timeout: 0, panId: 0x3333 }, (measurement) => {
print(`id=${measurement.id} distance=${measurement.dist}`) // printing distance
})