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

Extracting I/Q samples from BLE signals

Hi,
for a project at my university I need to analyze BLE signales. In this context I need to demodulate a BLE signal AND extract the I/Q samples from the same signal. Does a nRF52* SoC (or any other SoC) meet my requirements?

Thanks in advance,
Flo

  • Functionally there is no I/Q associated with BLE signals unless you want to consider it some variant of a hilbert transform with upper and lower sidebands.  BLE uses FSK, and likely Nordic just write registers on their synth to affect this, though it is possible for them to use an I/Q baseband also but it just wouldn't be as easy.

    None of the nRF devices offer any baseband, nor IF output.

    If you just want to work with baseband signals, go to the Analog Devices site.  They offer a bunch of development boards with direct conversion receivers some even have on board A/D conversion. 

    And, if you really want to learn about I/Q you should work with WiFi signals. Depending on the standard you can choose from OFDM with pi/4 to 256QAM subcarriers and the older standards b/g have QPSK, BPSK with direct sequence spread. Some older Atheros reference designs have I/Q available on the board since they used to implement it as a two chip solution. You can probably pick up a cheap old router and rip it apart.

  • Hi Flo,

    Check out the new nRF52811.  It has I/Q functionality.

    Br,

    Jay 

Related