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

Brand new HackRF One out of box failure #1480

Open
Manishaalk opened this issue Sep 17, 2024 · 23 comments
Open

Brand new HackRF One out of box failure #1480

Manishaalk opened this issue Sep 17, 2024 · 23 comments
Assignees
Labels
technical support request for technical support

Comments

@Manishaalk
Copy link

Have you read the HackRF documentation?

no

What outcome were you hoping for?

Bought two HackRF One. One them is not working. Signal transmitted from GNU radio to HackRF One and the HackRF One should transmitt the signal.

What outcome actually happened?

When sent signal from GNU radio to HacRF One, no signal transmitted from HackRF One. All required LEDs including TX are on. We are using RT L-SDR for receiving signals.

What operating systems are you seeing the problem on?

Linux

What is the output of hackrf_info?

N/A

Are you using any third-party software?

GNU Radio

Are you using any third-party hardware?

RTL-SDR

@Manishaalk Manishaalk added the technical support request for technical support label Sep 17, 2024
@straithe
Copy link
Member

Can you please add the output from hackrf_info for both of your boards to this issue?

@Manishaalk
Copy link
Author

### Infor from Not working(defective) HackRf One

(base) C:\Users\ManishaDesai> hackrf_info
hackrf_info version: 2024.02.1
libhackrf version: 2024.02.1 (0.9)
Found HackRF
Index: 0
Serial number: 000000000000000066a062dc276b579f
Board ID Number: 2 (HackRF One)
Firmware Version: 2024.02.1 (API:1.08)
Part ID Number: 0xa000cb3c 0x005d475c
Hardware Revision: r10
Hardware appears to have been manufactured by Great Scott Gadgets.
Hardware supported by installed firmware:
HackRF One

### Infor from Working HackRf One

hackrf_info version: 2024.02.1
libhackrf version: 2024.02.1 (0.9)
Found HackRF
Index: 0
Serial number: 000000000000000066a062dc2770579f
Board ID Number: 2 (HackRF One)
Firmware Version: 2024.02.1 (API:1.08)
Part ID Number: 0xa000cb3c 0x006f435e
Hardware Revision: r10
Hardware appears to have been manufactured by Great Scott Gadgets.
Hardware supported by installed firmware:
HackRF One

@Manishaalk
Copy link
Author

Manishaalk commented Sep 18, 2024 via email

@martinling
Copy link
Member

Are you able to share a screenshot of the GNU radio flowgraph you are using?

@Manishaalk
Copy link
Author

Manishaalk commented Sep 18, 2024 via email

@martinling
Copy link
Member

I can't help diagnose what the problem might be without seeing the software setup.

If you're already certain that it's a hardware fault then you should ask the reseller you purchased from about arranging a return.

@Manishaalk
Copy link
Author

Manishaalk commented Sep 19, 2024 via email

@straithe
Copy link
Member

Please contact Canada Robotix again and give them a link to this issue thread. The next step is for them to contact us and we will work through the RMA process with them directly.

@Manishaalk
Copy link
Author

Thanks, I have emailed Canada Robotix to contact you and provided them the link to issue. Hoping to get no charge replacement/repair for the defective HackRF one soon.

@Manishaalk
Copy link
Author

Hi, I sent the HackRF One to Canada Robotix. They have tested and as per them it is working fine. I received back and tested with my flow graph it is not transmitting the signal. Could you please help me. Below is the HackRF One info:

(base) C:\Users\ManishaDesai> hackrf_info
hackrf_info version: 2024.02.1
libhackrf version: 2024.02.1 (0.9)
Found HackRF
Index: 0
Serial number: 000000000000000066a062dc276b579f
Board ID Number: 2 (HackRF One)
Firmware Version: 2024.02.1 (API:1.08)
Part ID Number: 0xa000cb3c 0x005d475c
Hardware Revision: r10
Hardware appears to have been manufactured by Great Scott Gadgets.
Hardware supported by installed firmware:
HackRF One

@straithe
Copy link
Member

As stated by Martin previously, we will need to see your flow graph to verify your request.

@straithe straithe reopened this Oct 28, 2024
@Manishaalk
Copy link
Author

I have attached the information from flow graph for your reference. The signal is generated from flow graph at CF of 162MHz and received by HackRF One. I checked the transmitted signal onnSPectrum analyzer. It is transmitting at CF of 2.7GHz.

Flow graph

@miek
Copy link
Member

miek commented Nov 8, 2024

All of the gains are set to zero so that would explain why it's not transmitting anything. As a starting point, leave the RF Gain at 0 and set both the IF Gain and BB Gain to 32.

@Manishaalk
Copy link
Author

I set IF and BB gain to 32 as advised. Still no output.
HackRF One Test - 11Nov2024.docx

@miek
Copy link
Member

miek commented Nov 11, 2024

OK, we'd still need to see the whole flowgraph to debug more.

You could also try running hackrf_transfer -c 127 -f 162e6 -x 47 from the command-line instead, to exclude any flowgraph issues.

@Manishaalk
Copy link
Author

Here is the result after running the command:
image

@miek
Copy link
Member

miek commented Nov 11, 2024

What happened to your previous comment? It showed hackrf_transfer running successfully and the output on the spectrum analyzer looked correct to me. What changed after that?

@Manishaalk
Copy link
Author

That was from the working HackRF One. We have two HackRF One units. One is working and other one is not

@miek
Copy link
Member

miek commented Nov 11, 2024

OK, so HackRF not found is a different issue to before. Previously you were able to communicate with both HackRFs using hackrf_info and running the flowgraph, so double check your setup is still correct: make sure the device is plugged in, the cable is good, and the USB light is on.

@Manishaalk
Copy link
Author

Sorry, something went wrong yesterday. I have attached today's result and picture from Spectrum for your reference

image
PXL_20241112_144048253

@miek
Copy link
Member

miek commented Nov 12, 2024

Great, that output looks good to me - you've got the expected amount of power at around 162 MHz, so it looks like the hardware is functioning correctly.

@Manishaalk
Copy link
Author

So what could be the reason for One HackRF One working fine with our flow graph and other not?

@miek
Copy link
Member

miek commented Nov 12, 2024

I don't know, but unless you're willing to show us the flowgraph (or some minimal version that displays the same problem) then there's no way I can figure that out.

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

No branches or pull requests

4 participants