Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

is 8 receivers supported or not? #22

Open
jyrts opened this issue Oct 24, 2022 · 5 comments
Open

is 8 receivers supported or not? #22

jyrts opened this issue Oct 24, 2022 · 5 comments

Comments

@jyrts
Copy link

jyrts commented Oct 24, 2022

I'm using RedPitaya SDR in HPSDR receiver mode with CW Skimmer Server - it supports up to 8 receivers no problem.

Does the gr-hpsdr with RedPitaya SDR support 7 or is also capable of 8 receivers?

@Tom-McDermott
Copy link
Owner

Tom-McDermott commented Oct 24, 2022 via email

@pavel-demin
Copy link

pavel-demin commented Nov 29, 2022

I do not think that there is an overlap.

The idea for the 8th receiver comes from HermesIntf.

The receiver compatible with HPSDR for the Red Pitaya board uses same code/address for the 8th receiver as used in HermesIntf.

The code/address used for the 8th receiver is

C0
0 0 1 0 0 1 0 x   C1, C2, C3, C4   NCO Frequency in Hz for Receiver 8

The last code/address described in the HPDSR protocol documentation is

C0
0 0 1 0 0 0 1 x

Thus, the code used for the 8th receiver is outside the range of codes/addresses described in the HPDSR protocol documentation.

@Tom-McDermott
Copy link
Owner

Tom-McDermott commented Nov 30, 2022 via email

@pavel-demin
Copy link

Sorry for the wrong receiver number in my previous comment. It is receiver 8 of course. I just corrected it in my previous comment.

I was looking at version 1.58 (USB_protocol_V1.58.doc). This was the latest version that was available when I was playing around with the HPSDR protocol.

I see that there is now version 1.60 and it has a new not very well documented command that indeed has the same code/address as the code/address used by HermesIntf for the 8th receiver.

There are still a lot of unused codes/addresses. Is there a code/address you would prefer to use for the 8th receiver? I can easily add this code/address to my application for the Red Pitaya board.

@Tom-McDermott
Copy link
Owner

Thank you for the information, Pavel. I don't see a need to change the C0 address of Rx_8 at this time.
This task will take some time to complete as it is queued behind 3 others (one of which is quite large).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants