-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
about the NODE_END_SLOT_ID of twr_tag_nranges_tdma #12
Comments
I have a project that needs to use tdoa-related applications. It needs time synchronization, TDOA ranging, wireless communication. What test cases can be used to achieve these functions? |
@ihuajiu, Regards Paul |
Hi Paul, Regards Feng |
Hi Feng, twr_tag(node)_nranges_tdma is still slotted TWR, however, with WCS enabled you can also do Reverse-TDOA with the same examples. With WCS enabled all timestamps are converted to the clock master reference frame. Regards Paul. |
I would like to test the TDOA application, in the process of using mynewt-dw1000-apps\apps\twr_tag_nranges_tdma example, the configuration of tag at compile time is as follows:
Newt target amend tag syscfg=NRNG_NNODES=16:NRNG_NFRAMES=32:NODE_START_SLOT_ID=0:NODE_END_SLOT_ID=8
I have 4 nodes now, I will set NRNG_NNODES=4:NRNG_NFRAMES=8, NODE_END_SLOT_ID should I set it to 4?
RNG has 7 data and tdoa has 7 data. When set to 4, RNG only has 4 data sets. Is there any difference?
Looking forward to your reply.
The text was updated successfully, but these errors were encountered: