BLE Channel sounding Filtering

I have 2 more questions still left for Channel Sounding:

1. I think i now fully understand how the filters work... But when i try this code, they won't connect:


2. I have seen that the Public "sdk-nrf" GitHub repository has update its Channel sounding sample. I wanted to try this out, because they now have implemented the IFFT algorithm asswell it seems, appart from the Phase slope. But when i wanted to test this, i got some errors. So I was curious if this still needs to be worked on and debugged, or if its a problem just for me.


Kind regards,

Nick De Leenheer

Parents
  • Hi Nick,

    1. I think i now fully understand how the filters work... But when i try this code, they won't connect:

    Is this a sample? Have a look at this previous response/samples a coworker of mine made, they might clear things up.

    You've presumably already seen it, but just in case I feel forced to mention that we have a course on BLE available here.

    2. I have seen that the Public "sdk-nrf" GitHub repository has update its Channel sounding sample. I wanted to try this out, because they now have implemented the IFFT algorithm asswell it seems, appart from the Phase slope. But when i wanted to test this, i got some errors. So I was curious if this still needs to be worked on and debugged, or if its a problem just for me.

    I would recommend sticking with the tagged versions of the NCS to make sure things work the way they should, you might otherwise run into errors like these. Though when you did check this newest addition to the sample, did you checkout the entire main branch, or just the additions to the sample? The additions included there might be dependent on other changes in the SDK.

    Regards,

    Elfving

  • Hi Elfving,

    First of all, i have already done the coarse on BLE.

    I am not sure what you are trying to explain with your answer on my 1st question. I think there are a few options to filter your connection:




    The example you have send me, used the type manufacturer_data as a filter. But I wanted to use Type NAME / ADDR, but i would not work. I just want to know how to correctly use these specific filters as an example.

    We already filter on UUID, but this works. When i try using both name and UUID (as i showed in the picture with my code), it doesnt work...

    kind regards,

    Nick De Leenheer

Reply
  • Hi Elfving,

    First of all, i have already done the coarse on BLE.

    I am not sure what you are trying to explain with your answer on my 1st question. I think there are a few options to filter your connection:




    The example you have send me, used the type manufacturer_data as a filter. But I wanted to use Type NAME / ADDR, but i would not work. I just want to know how to correctly use these specific filters as an example.

    We already filter on UUID, but this works. When i try using both name and UUID (as i showed in the picture with my code), it doesnt work...

    kind regards,

    Nick De Leenheer

Children
Related