daniestevez / gr-satellites

GNU Radio decoder for Amateur satellites
GNU General Public License v3.0
781 stars 161 forks source link

How to install and apply these files? I'm a novice. Thank you #65

Closed hanyelei closed 4 years ago

hanyelei commented 4 years ago

How to install and apply these files? I'm a novice. Thank you

daniestevez commented 4 years ago

Could you please be more specific in your question? There are installation instructions in the README and the wiki.

hanyelei commented 4 years ago

Thank you for your reply. I use USRP B200 to prepare a platform that can receive satellite telemetry data. Receiving frequency 430-450mhz, demodulation mode BPSK, rate 9600. But since it's the first time to use this board, I'm here to ask for advice

daniestevez commented 4 years ago

None of what you said relates to gr-satellites directly. Do you have GNU Radio installed and are you able to use your B200 in GNU Radio? If yes, then install gr-satellites following the instructions. If not, then these are requirements you need to meet before using gr-satellites.

hanyelei commented 4 years ago

Yes, I use GNU radio

hanyelei commented 4 years ago

Download the GR file and run the following installation steps directly? mkdir build cd build cmake .. make sudo make install sudo ldconfig

daniestevez commented 4 years ago

That's what I have written in the instructions, yes.

Please read the complete README file, have a look at the wiki also in case that helps, and then after actually trying to install this on your own, if you find some problem that you can report in a concrete way, please come back here.

hanyelei commented 4 years ago

thanks

hanyelei commented 4 years ago

Does GR use gnuradio version 3.8? Is the other version OK? For example, 3.7

daniestevez commented 4 years ago

If GR == gr-satellites, this is described in the README.

daniestevez commented 4 years ago

After a couple weeks with no additional feedback I'm closing this, since no particular bug was reported.