User Tools

Site Tools


en:plutotrx:raspi

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:plutotrx:raspi [2021/06/28 19:41]
dj0abr
en:plutotrx:raspi [2021/08/30 18:58]
dj0abr [Image]
Line 3: Line 3:
 ===== Raspberry PI Info ===== ===== Raspberry PI Info =====
  
-  * a Raspi-4 is recommended. The RPI 3B+ works since version 1.67 also quite well, but is of course a bit slower than the RPI4. +  * a Raspi-4 is recommended. The RPI 3B+ works also quite good from version 1.67 on, but is of course a bit slower to use than the RPI4. 
-  * Raspberry OS 32bit is used (the 64bit version was not tested).+  * Raspberry OS 32bit is used (the 64bit version was not tested)
   * the Pluto can be connected via USB or alternatively via ETH/USB adapter, but the operation should then be done via Ethernet cable. The data rate is just under 20Mbit/s which is too fast for most wlans.   * the Pluto can be connected via USB or alternatively via ETH/USB adapter, but the operation should then be done via Ethernet cable. The data rate is just under 20Mbit/s which is too fast for most wlans.
   * tested Pluto versions: Rev.B, Rev.C with original software or with F5OEO software, as of 2019 or 2021.   * tested Pluto versions: Rev.B, Rev.C with original software or with F5OEO software, as of 2019 or 2021.
  
-===== Image ===== 
- 
-If you want to have a ready image for the SD card, you can get it here: 
- 
-Version: V1.6 
- 
-[[https://www.dj0abr.de/files/qo100trx_rpi_buster_armhf.img.gz|Raspberry QO100 Transceiver Image]] 
- 
-Username: pi\\ 
-Password: qo100trx 
- 
-the SSH server is installed and activated. 
-The image is not always up to date. After installing this image you may have to update QO100_Transceiver, see here: [[en:plutotrx:installation|Installation and Update]] 
  
 ===== Power supply ===== ===== Power supply =====
  
-a very good and stable 5V supply is important. This does not only concern the power supply but also the USB cable. Here are very bad cables on the market. I cut the USB connector and solder a 1mm² cable to it. This is also the reason why I usually prefer the Odroid C4, it is powered by 12V which makes the power supply much easier.+a very good and stable 5V supply is important. This does not only concern the power supply but also the USB cable. Here are very bad cables on the market. I cut the USB connector and solder a 1mm² cable to it. A good alternative is the Odroid C4, this is powered with 12V which makes the supply much easier.
  
 ===== Step by step installation ===== ===== Step by step installation =====
Line 32: Line 19:
 **Writing the Raspi OS image to SD card**. **Writing the Raspi OS image to SD card**.
  
-in this example was used:\+in this example was used:\ 
-2021-03-04-raspios-buster-armhf.img+2021-05-07 Raspberry PI OS 32 bit\\ 
 +(with Disktop or with Desktop and recommended software)
  
-**first booting**+**first boot**
  
-  * entering the country settings +(I recommend to connect via network cable, in the beginning a lot of updates are loadedthis can take a long time via WLan)
-  * assigning the password +
-  * wait until the update is finished ...zzz or coffeeit takes some time.... +
-  * reboot+
  
-Entering these commands, as described in the chapter "Installation":+  * enter the country settings 
 +  * assign the password 
 +  * wait until the update is finished ...zzz or coffee, it takes some time.... the update bars often stop for a long time, but it still works internally...patience... 
 +  * when finished, then must be rebooted: Reboot 
 + 
 +**Installation of the QO100 Transceiver** 
 + 
 +Enter these commands, as described in the chapter "Installation":
  
 <code> <code>
-git clone https://github.com/dj0abr/QO100_Transceiver +wget https://raw.githubusercontent.com/dj0abr/QO100_Transceiver/main/install 
-cd QO100_Transceiver +chmod 755 install
-./prepare_ubuntu_pluto +
-./prepare_raspi+
 ./install ./install
 </code> </code>
  
-on the screen it now looks something like this (click to enlarge): +**Connecting the Pluto**.
- +
-{{:de:plutotrx:2021-06-09-105755_1920x1080_scrot.png|}} +
- +
-**Plug in the Pluto**.+
  
 Plug the Pluto with the included USB cable into the USB 2.0 port of the Raspi (black USB connector). Plug the Pluto with the included USB cable into the USB 2.0 port of the Raspi (black USB connector).
  
-**the following is VERY important, it may take a while until the Raspberry recognizes the Pluto. If this is not successful, the Pluto must be unplugged and plugged in again (hard reset).**+** the following is VERY important, it can take a while until the Raspberry recognizes the Pluto. If this does not workunplug the Pluto**.
  
-Now you have to wait a little bit, then you check with this command if the Raspi has recognized the Pluto:+Now you have to wait a bit, then check with this command if the Raspi has recognized the Pluto:
  
 //iio_info -s// //iio_info -s//
Line 77: Line 63:
 </code> </code>
  
-especially the output of **//[usb:1.4.5]//** at the end of the line shows that the Pluto was detected correctly.+especially the output of //[usb:1.4.5]// at the end of the line shows that the Pluto was detected correctly.
  
 You should not start the transceiver software until the Pluto has been detected by the Raspberry. You should not start the transceiver software until the Pluto has been detected by the Raspberry.
Line 96: Line 82:
 {{:de:plutotrx:rp2.png|}} {{:de:plutotrx:rp2.png|}}
  
-in the picture Pluto is free running (without GPS), so the spectrum is a bit shifted.+in the picture Pluto is free-running (without GPS), so the spectrum is slightly shifted.
  
 If you don't use GPS for Pluto, first do calibration 439, see here [[en:plutotrx:clock|SETTING THE REFERENCE FREQUENCY]]. If you don't use GPS for Pluto, first do calibration 439, see here [[en:plutotrx:clock|SETTING THE REFERENCE FREQUENCY]].
Line 104: Line 90:
 {{:de:plutotrx:rp3.png|}} {{:de:plutotrx:rp3.png|}}
  
 +For audio device selection, see **Sound card** on the page: [[en:plutotrx:tips|Sound setting]]
  
en/plutotrx/raspi.txt · Last modified: 2021/08/30 18:58 by dj0abr