Multiple Anchor
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 using different anchor address in different anchors
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.
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