LoRa

2023-04-16 Thread Andre Roessel
Hi, what´s the state of LoRa in GnuRadio? I am looking for a solution to get independend from LoRa modules at least on one side. Technically it seems possible to receive and transmit on several frequencies and spreading factors the same time and so communicate just like a LoRa concentrator. I

Re: Changing a QT GUI Range variable from a custom block

2023-04-16 Thread Nik Ansell
If you can send a message from a custom block this might work: https://wiki.gnuradio.org/index.php/Message_Pair_to_Var I have done this before in C++ but not in Python. On Sun, 16 Apr 2023, 13:53 DİREN ERDEM AYDIN, wrote: > Guys, > > Any idea? sorry for bothering you again.. > > On Thu, Apr

Re: Changing a QT GUI Range variable from a custom block

2023-04-16 Thread U L
It's been awhile since I've used gr so ymmv. You could do something like the function probe block where you pass a block Id and function name (say, the callback setter function) to your custom block and call it when you want. Jared. On Sun, Apr 16, 2023, 6:53 AM DİREN ERDEM AYDIN wrote: >

Re: Changing a QT GUI Range variable from a custom block

2023-04-16 Thread DİREN ERDEM AYDIN
Guys, Any idea? sorry for bothering you again.. On Thu, Apr 13, 2023 at 12:03 AM DİREN ERDEM AYDIN wrote: > Dear all, > > I want to ask you that is it possible to change a QT GUI Range or Chooser > variable from a custom python block? > > I have inserted the flowgraph below. I can track the