torna alla homepage
pagina in costruzione
Grazie a Johan PA3GSB per averci suggerito come poter operare in modi digitali con un Radioberry.



Untitled Document nell'editor di sistema di Raspberry (click su >_)
scrivere i comandi in bianco su nero
i commenti originali di Johan sono in inglese
STEP 1


getconf LONG_BIT

The output should be 64 or 32. Meaning 32 or 64 bit operating system
STEP 2


https://www.sparksdr.com/downloads
STEP 3

Select in the download folder the 32 or 64 bit version depending on the result of STEP 1


STEP 4
In the same window execute the installation:

sudo dpkg -i SparkSDR.2.0.992.linux-arm64.deb


STEP 5


After installation type

SparkSDR

(pay attention use Capitals)

Resulting in SparkSDR started.
STEP 6


Press Power button
STEP 7
see screen

STEP 8

Select mode FT8 mode

...Connect your antenna and happy decoding... --

Istruzioni aggiuntiva di Paolo nel caso comparisse un errore (anche queste arrivano da Johan)
download di https://www.sparksdr.com/downloads versione linux-arm64.deb
in download >>>>OPEN IN TERMINAL già ti viene scritto tutto, tu scrivi:
sudo dpkg -i SparkSDR.2.0.992.linux-arm64.deb
se tutto va bene in terminal scrivi
SparkSDR
e vai!!!!! Se invece ti dà errore libport audio2, sempre in terminal scrivi
sudo apt update
sudo apt install -y libportaudio2
....poi
SparkSDR
e vai!!!!!



>

Poi occorre installare WSJTX per operare in modi digitali
fra parentesi in corsivo le indicazioni di Johan

Attivare SPARKSDR dal menu del pescatore
nella pagina che si apre, cliccare sull'ingranaggio
(klik settings icon)
(you will see general settings:)
(I have done in a terminal /command window:)

Aprire l'editor di Raspberry >_
scrivere
sudo apt install wsjtx
(After install you should be able to see the following:)
(Please make sure that settings in sparksdr are pointing to the right folder)
(In sparksdr klik on the star... favourites a menu is openen using the scroll bar you can scroll down and you are able to select ft8 in the band you like:)

torna alla homepage