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

Chipset Supports direct access to I/Q samples

Hello expert,

I just jump from TI. Could anyone tell me if nordic has any chipset like TI CC1310 which supports direct access to the receiver I/Q quadrature samples?

Thank you so much!
Lynn Z

Parents Reply
  • Hi Dmitry,

    Thanks for the information. What do you mean by reliable methods to work directly on the ADC raw I/Q output stream? Does nRF52811 have an API function which I could do partial read or check on the stream without checking the packet header? 

    Theoretically, this process (demodulate baseband signal) would be needed to decode the packet. Am I right?

    Thanks,

    Lynn Z

Children
  • When radio in in RX mode, RF signal is demodulated and decoded continuously, and internal logic performs a matching of the bitstream coming from decoder against configured access address (that can be 2 to 5 bytes long). When matching bytes are found, EDMA starts to write the rest of the decoded bitstream to your packet buffer. Also direction finding engine (with its own EDMA that writes I/Q samples into another buffer) can be started at this moment. You cannot force to start DFE when you need, you have to wait  for correct packet header coming from air.

Related