v2021.08-gr38 #37
PranavSanghavi
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
gr-radio_astro
This package provides GNUradio OOT modules and
grc
flowgraphs that fascilates Radio Astronomy Observations with software defined radio devices.There are two flavors of this projects:
Installing from Source
cd gr-radio_astro
mkdir build
, and then move to it:cd build
Additional Steps for setting the proper Python environment:
.bashrc
file and add this to the bottom to set Python path:export PYTHONPATH=/usr/local/lib/python3/dist-packages:/usr/local/lib/python3.8/dist-packages:$PYTHONPATH
gnuradio-companion
in a terminal window and click onHelp --> About
and noting the python version on the dialog box that opens.cd /usr/local/lib/python3.8/dist-packages
orcd /usr/local/lib/python3.9/dist-packages
for the appropriate python version.ln -s /usr/local/lib/python3/dist-packages/radio_astro
Running from a bootable USB Fllash Drive with preinstalled software:
Instructions to set up a persistant USB flash with preinstalled software drive are here
Installng on a Raspberry Pi.
Supported Raspberry Pi Devices
All devices must have RAM greater than 4GB
Installing Ubuntu image with radio astronomy preinstalled on a Raspberry Pi
This image requires a minimum of 16GB of space on the SD card.
.zip
file.Choose OS
, and chooseUse Custom
.Choose storage
and select your inserted SD card.pi
, with passwordraspberry
. Change the password after first boot.This discussion was created from the release v2021.08-gr38.
Beta Was this translation helpful? Give feedback.
All reactions