UWB-Adapter icon indicating copy to clipboard operation
UWB-Adapter copied to clipboard

Multiple Anchor

Open omeranar1 opened this issue 6 years ago • 3 comments

code is working perfectly thank you very much i need help; How can i make multiple anchor and maybe multiple tag but firstly i need multiple anchor

omeranar1 avatar Feb 15 '19 14:02 omeranar1

@omeranar1 using different anchor address in different anchors

hom-wang avatar Feb 18 '19 15:02 hom-wang

i handled it, thanks to you. now i have multiple responder and one initiator, working good.

but now i have a problem adding initiator. how can i add one more initiator, without communicate other initiator.

omeranar1 avatar Mar 24 '19 19:03 omeranar1

hello,

How to broadcast msg? I saw some msg like this : /* Frames used in the ranging process. See NOTE 2 below. */ static uint8_t rx_poll_msg[] = {0x41, 0x88, 0, 0xCA, 0xDE, 'W', 'A', 'V', 'E', 0x21, 0, 0}; static uint8_t tx_resp_msg[] = {0x41, 0x88, 0, 0xCA, 0xDE, 'V', 'E', 'W', 'A', 0x10, 0x02, 0, 0, 0, 0}; static uint8_t rx_final_msg[] = {0x41, 0x88, 0, 0xCA, 0xDE, 'W', 'A', 'V', 'E', 0x23, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; change to static uint8_t rx_poll_msg[] = {0x41, 0x88, 0, 0xFF, 0xFF, 'W', 'A', 'V', 'E', 0x21, 0, 0}; is it OK? and i want to know how to set anchor id. thanks a lot

plumewind avatar Oct 09 '20 03:10 plumewind