discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] gnuradio-core missing / UCLA Zigbee PHY in gnurad


From: Jeon
Subject: Re: [Discuss-gnuradio] gnuradio-core missing / UCLA Zigbee PHY in gnuradio version 3.6.5.1
Date: Wed, 5 Aug 2015 01:25:31 +0900

Dear Jaeho,

It seems that you didn't install gr-ieee802_15_4 yet.

In IEEE802.15.4 category, there is no blocks at all.
CSS PHY and OQPSK PHY blocks are just generated after you build flow graphs which are configure as hierarchy blocks.

Back to the original post of this thread, in short,
Run commands:

    ./bootstrap
    ./configure
    make
    [sudo] make install
    [sudo] ldconfig

(Assuming you have the proper version of GNU Radio, gr-ieee802_15_4)

Regards,
Jeon.

2015-08-05 0:27 GMT+09:00 Jaeho <address@hidden>:
i am sorry, i have more question about your advice.

1. i opened ieee802_15_4_OQPSK_PHY.grc and transceiver_OQPSK.grc.
<http://gnuradio.4.n7.nabble.com/file/n55254/Screenshot_from_2015-08-05_00_43_10.png>
<http://gnuradio.4.n7.nabble.com/file/n55254/Screenshot_from_2015-08-05_00_43_00.png>

like this images, there are some missing blocks. i guessed these blocks came
from gr-foo.
But i installed gr-foo following install instruction in git main page and
there were no error messages during install processing.
please give me advice what can i do? what is the problem of this situation?

2. Actually, i generated python files (ieee802_15_4_oqpsk_phy.py and
transceiver_oqpsk.py) from .grc files, using F5(hot key), although there are
some error. But i could not find any hints from these python code to replace
my old code, which is /*self.packet_transmitter =
ieee802_15_4_pkt.ieee802_15_4_mod_pkts(self, spb=self._spb, msgq_limit=2).*/
Can you give me some more hints or advice to solve it?




--
View this message in context: http://gnuradio.4.n7.nabble.com/gnuradio-core-missing-UCLA-Zigbee-PHY-in-gnuradio-version-3-6-5-1-tp55093p55254.html
Sent from the GnuRadio mailing list archive at Nabble.com.

_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


reply via email to

[Prev in Thread] Current Thread [Next in Thread]