Multi-Connections at same time possible on newest version of Channel Sounding for ranging Initiator/Reflector?

deleted

Parents
  • Hi Nick,

    It's possible to run CS on multiple connections at the same time. We don't make much effort to avoid scheduling conflicts however so parameters and kconfigs have to be selected carefully. One thing to note that if you have issues with this, one usual suspect is that you haven't increased BT_CTLR_SDC_CS_COUNT.

    Is your end-goal to trilaterate a position? 

    Also, would it be hard to implement multiple antennas to my nRF54L15 boards? I think that multiple antenna paths would increase accuracy, since the accuracy of the distance estimation is very dependent on the specific shortest path that it found. nRF54L15 only has 1 Antenna path (i Think). And if it has more, is it easy to configure multiple antenna paths?

    Could you expand a bit on what you mean by this, and "antenna paths"? EDIT: I see now that we support multiple antennas for CS much like DF. This was news to me. That is what is being referred to by antenna paths. The NRF54L15DK just has one paths, but you could connect more.

    The nRF54L15DK has one antenna on it. You can however connect a different antenna on it as well. I am not so sure if something along the lines of a antenna matrix (like what you use for direction finding) would be able to improve anything here.

    A last question on how to improve accuracy: Is the ifft better for inside? It uses the same phase samples as the Phase Slope method, but i was wondering how it works and where i can find the implementation, because it seems better for now. I also was wondering why it is now taking longer to get my distances with the same configuration compared to the previous version of this sample?

    Not necessarily. This older webinar goes through the differences.

    Regards,

    Elfving

Reply
  • Hi Nick,

    It's possible to run CS on multiple connections at the same time. We don't make much effort to avoid scheduling conflicts however so parameters and kconfigs have to be selected carefully. One thing to note that if you have issues with this, one usual suspect is that you haven't increased BT_CTLR_SDC_CS_COUNT.

    Is your end-goal to trilaterate a position? 

    Also, would it be hard to implement multiple antennas to my nRF54L15 boards? I think that multiple antenna paths would increase accuracy, since the accuracy of the distance estimation is very dependent on the specific shortest path that it found. nRF54L15 only has 1 Antenna path (i Think). And if it has more, is it easy to configure multiple antenna paths?

    Could you expand a bit on what you mean by this, and "antenna paths"? EDIT: I see now that we support multiple antennas for CS much like DF. This was news to me. That is what is being referred to by antenna paths. The NRF54L15DK just has one paths, but you could connect more.

    The nRF54L15DK has one antenna on it. You can however connect a different antenna on it as well. I am not so sure if something along the lines of a antenna matrix (like what you use for direction finding) would be able to improve anything here.

    A last question on how to improve accuracy: Is the ifft better for inside? It uses the same phase samples as the Phase Slope method, but i was wondering how it works and where i can find the implementation, because it seems better for now. I also was wondering why it is now taking longer to get my distances with the same configuration compared to the previous version of this sample?

    Not necessarily. This older webinar goes through the differences.

    Regards,

    Elfving

Children
Related