Joachim Tapparel

Results 50 comments of Joachim Tapparel

Hello @Kampi, it looks like cmake can not find the module gnuradio-pmt. How did you install gnuradio? build from source, apt, conda, others?

I'll close this issue as there has been some time since the last follow-up.

Hi, From what I understand you could do the following: - All spreading factors should get recorded simultaneously? If yes, you would need to use 8 _frame_sync_ blocks to detect...

You can use the master branch, only the decoding of sf5/6 was not working, but the preamble detection was fine. You can also use the sf5/6 branch if it's more...

By default the preamble is not output, you have to manually output it by copying to the output buffer and return the value. After thinking about it, as the operation...

@jds0987 for both 1. and 2. you will need to have one rx chain per channel (carrier frequency). For storing the data over multiple channels, you can as an example,...

@alphapats I'm not sure to get which part is not clear, can you be more specific? To write samples to a file you can either do it directly inside the...

Hello @alphapats, by reading the definition of fwrite, it takes the number of element to write as third argument. Here you try to write in the file m_symb_numb * sizeof(gr_complex)...

I'll close this issue given that there has been no follow up since a long time and as it was more a help request that an issue.

Hello @11tools, from your screenshot I can't notice anything strange, therefore, I would guess that there is a configuration mismatch between the transmitter and receiver. So here are a few...