The first question:
I am using two DWM3000 to achieve node send 512 bytes response msg.Now there is a problem. The tag successfully sent the poll message, but the node did not receive the poll message. And after the node has sent the ranging configuration message, there is no further step.why?
tag modify the code as follows:
in the function tag_process_init, at the following code, the yellow part is the added code.
node modify the code as follows:
in the function tag_process_init, at the following code, the yellow part is the added code.
in the function node_send_response, at the following code, 854 line to 863 line is the added code.
The second question:
I am using two DWM3000 to achieve node send 1024 bytes response msg:According to the above changes, change 470 to 982,but there is a problem, the tag and node cannot directly trigger an interrupt and cannot be associated.Not send blink messages.why?