Hi,
Using the 2.4GHz radio, how can we extract I/Q samples and output it to console(UART) for further analysis?
Thanks
Karthik
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi Karthik,
What SDK and RF stack are you evaluating? Please look through similar E2E posts.
Regards,
Ryan
"I/Q samples" is a term generally reserved for BLE applications. Without having more information, I can only recommend RF_getRssi from the Radio Software Bundle (rflib) API Documentation which ultimately is a CMD_GET_RSSI RF command.
Regards,
Ryan
Hi Ryan,
I understand that most of the AOA based applications use BLE stack.
However, I/Q sampling is more of a PHY layer scheme.
So, was wondering if there was any such low level access by-passing BLE stack(overhead) to capture the samples.
Thanks
Karthik