No, it's not the old one.

If you installed gr-ieee802-15-4 successfully, with the commands following:

    git clone https://github.com/bastibl/gr-ieee802-15-4
    cd gr-ieee802-15-4
    mkdir build
    cd build
    cmake ..
    make
    [sudo] make install
    [sudo] ldconfig

you should be able to see lots of blocks in IEEE802.15.4 category:



But in your case, you have only two blocks which are generated from
hierarchy blocks.
Which are not present in my case since I didn't build hierarchy block, yet.

So, my suggestion is, double check whether intallation is successful or not.

Regards,
Jeon.
​

2015-08-05 9:15 GMT+09:00 Jaeho <ajh930...@gmail.com>:

> Thank you for your advice.
>
> but i think, your advice is for about old version gr-ieee802_15_4 which
> name
> was UCLA Zigbee PHY.
>
> it supported only until gnuradio version 3.5, and i am now using gnuradio
> version 3.7.
>
> so i downloaded new version of gr-ieee802_15_4, it's way to install is as
> below
>
> git clone git://github.com/bastibl/gr-ieee802-15-4.git
> cd gr-ieee802-15-4
> mkdir build
> cd build
> cmake ..
> make
> sudo make install
> sudo ldconfig
>
> so i already run it, and installed with any error message.
>
> so, i hope ask one more, same question with additional question.
>
> the figure that i insert as below, some files has comment that "compile on
> mac"
>
> is this comments mean that those file works on only Apple Mac? or mean MAC
> layer?
>
> <http://gnuradio.4.n7.nabble.com/file/n55259/mac.png>
>
> =========================================================
> 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/n55259/Screenshot_from_2015-08-05_00_43_00.png
> >
> <
> http://gnuradio.4.n7.nabble.com/file/n55259/Screenshot_from_2015-08-05_00_43_10.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-tp55093p55259.html
> Sent from the GnuRadio mailing list archive at Nabble.com.
>
> _______________________________________________
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to