Frequency extension of Pluto SDR

The 2021 version of the PlutoSDR uses the AD9363 chip which is limited to a frequency range of 325 to 3800 MHz and a bandwidth of 20 MHz. However, the high-end AD9364 chip which can support 70 MHz to 6000 MHz and 56 MHz of bandwidth is said to be almost identical to the AD9363 chip. It is possible to simply modify the software of the Pluto SDR to make it see an AD9364 chip, but it is not guaranteed to give the full tuning range and bandwidth for every unit.

Procedure

Connect to Pluto in SSH at the IP address: 192.168.2.1 (Bitwise software under windows and Pluto connected by USB).

  • user: root
  • password: analog

For more details on the connection to Pluto see the article: https://f1atb.fr/sdr-adalm-pluto-setup/

To extend the frequency, just define environment variables. Before modification, a first visualization of these variables is possible with the command: fw_printenv

Then to modify the frequency band type the 3 commands below:
# fw_setenv attr_name compatible
# fw_setenv attr_val “ad9364”
# reboot

Check after the reboot that this has been taken into account with: fw_printenv

Verification

Use software like SDR-Console or SDR Angel to check, for example, that your Pluto is now receiving 144 MHz or a station from the FM band.

Reception of F1ZSX relay on 144.275 MHz

Likewise with an annex receiver, you can listen to the SDR Pluto broadcast at different frequencies.

F1ATB André

Ham Radio - Home automation - Photovoltaic

You may also like...

4 Responses

  1. Rodney says:

    Hello are you are sure that this information is up to date for a Rev C pcb and useing v0 .32 firmware ?

  2. Rudi says:

    Hi,
    just found out that you have to leave out the quotation marks at fw_setenv attr_val “ad9364”

    Regards,

    Rudi DL4SDK

Leave a Reply

Your email address will not be published. Required fields are marked *