Editing PlutoSDR FMRadio
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 7: | Line 7: | ||
;Basic Connectivity | ;Basic Connectivity | ||
:Let's make sure PlutoSDR connected properly and found from iio, To make sure please perform following command on terminal, | :Let's make sure PlutoSDR connected properly and found from iio, To make sure please perform following command on terminal, | ||
− | : | + | :"iio_info -s" (without the quotes). |
:You should have something like this in your command prompt: | :You should have something like this in your command prompt: | ||
:[[File:Cmd.png]] | :[[File:Cmd.png]] | ||
Line 14: | Line 14: | ||
:Let's find out correct sampling rate, Please perform following command on your command prompt and it will give you exact sampling rate. | :Let's find out correct sampling rate, Please perform following command on your command prompt and it will give you exact sampling rate. | ||
− | : | + | : "iio_attr -u <uri> -c cf-ad9361-lpc voltage0 sampling_frequency_available" (without the quotes) |
:You should have something like this in your command prompt: | :You should have something like this in your command prompt: |