This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Phase detection with nrF52

I would like to connect n antennas (through RF switch) to a single nRF52 that would do phase comparison between the n received signals. This is something related to I/Q sampling.

What strategy would you suggest? Thx

Regards, Michel

Parents
  • Hi,

    This should be possible, but can be a little tricky. To be able to do this you need some metric to distinguish the difference in link quality, for example the Packet Error Rate. This is not accessible in all application, eg. when you have burst transmissions this can be tricky, so you will have to evaluate you protocol carefully beforehand.

    The absolute best would be to use two nRF52 so that you can duplex, this will add a lot to your BoM though.

    Best regards,

    Øyvind

Reply
  • Hi,

    This should be possible, but can be a little tricky. To be able to do this you need some metric to distinguish the difference in link quality, for example the Packet Error Rate. This is not accessible in all application, eg. when you have burst transmissions this can be tricky, so you will have to evaluate you protocol carefully beforehand.

    The absolute best would be to use two nRF52 so that you can duplex, this will add a lot to your BoM though.

    Best regards,

    Øyvind

Children
Related