-
Notifications
You must be signed in to change notification settings - Fork 7
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
TX won't work on FM mode with hackrf SDR #31
Comments
Hello Jacinto, Thanks for your interest. I will check the FM transmission, i can replicate the issue so I will try to fix it. 73, |
I fixed the issue, you update sdrberry by using git pull and compile the application in the build directory. Use sudo make install to install the new version. (Or reexecute the install script.) |
Hi, tks for check and for the ep32 kicad files ... i did a git pull and compile and indeed it fixed but when I try to speak at microphone there is modulation but can't understand it seems like sample rate is not right, as far as I could read for hackrf I have to choice for rx and tx 4Ms ? right ? I selected this on setup menu and on tx menu ... btw how about a squelch option for FM mode, that will be great :-) Jacinto |
Hi, I think I messed up with the samples rates so I decided to copy from the file sdrberry_settings_hackrf.cfg (like a reset) and now it works FM modulation is good but it seems the RX the audio is very low ... I tried with my fixed and mobile radio ... when possible can you confirm ? Jacinto |
Hi, after a few more tests it seems if the span < 96khz the audio is OK but the latency is higher on audio and the spectrum and waterfall it's not on the right frequency i mean it's not syncronized ... can you reproduce this ? if not it's my mistake but I can't figure out where is my problem ... tks Jacinto |
Hi Jacinto, I did not do so much work on FM modulation, also the hack rf is a bit of a problematic device (for me). I don't know why but compared to other devices like pluto adalm it has more issues. I have to setup a test environment with the hack rf (I have one) to dive more into the issues. The delay is caused because of variation in the samplerate, in SSB I compensate for this problem. I will copy that code also to FM. Span should not have any influence on the audio, it is only for display. The only thing I have to test is the optimum samplerate for the HackRF 4Mbit or 2Mbit is a bit high for the raspberry pi. Something like 500Khz would be better, but as I remember the HackRF had problems with lower sample rates. |
I have updated the samplerate compensation in the build version, you can try it by doing a git pull and a git checkout build. Compile this version and see if the delay is not happening any more. |
Hi,
OK, it seems we have an update, will try and I give you later a report. tks Jacinto |
Yes, I am still developing this project. Right now I am mostly focusing on a Tayloe HF board (see SoapyHifiBerry). But I also have radioberry and SDRPlay etc. I still have PCB's for ESP32 if you like I can send one. I also will look into how to implement a squelch should not be so difficult. 73 |
Hi, I'm happy that you want to continue, we can have cheap solution for 6m to 13cm with hackrf or pluto (if it can work well at I'm not very familiar with github, so I see you change to build branche cd sdrberry/build no erros but FM (RX) is horse I mean when I'm in TX I can hear an high pinch audio on speaker (no mute) and the problem with span is still present, it seem only with everything at 2000Ms it works OK lantency not bad and waterfall + spectum sync, still audio low ... there is DC at center but this is normal it seems it can be removed at least sdrangel can do that ... About the PCB that will be great, you have my info at qrz.com send me later a e-mail so we can arrange more details ... tks Jacinto |
almost .. cd sdrberry |
Hi, I did some fixes for hackrf. The main issue was that the hackrf is halfduplex. Also the the span issue should be ok now. The resolution and rotation of display is managed now in the sdrberry_config.cfg. (See the wiki page). Also make sure that the option halfduplex=1 is set in [hackrf] group. 73, |
Hi Paul, tks for the hackrf updates, I will definitely check this ...
73
Jacinto
…On Tue, 31 Dec 2024 at 09:04, Paul ***@***.***> wrote:
Hi, I did some fixes for hackrf. The main issue was that the hackrf is
halfduplex. Also the the span issue should be ok now. The resolution and
rotation of display is managed now in the sdrberry_config.cfg. (See the
wiki page). Also make sure that the option halfduplex=1 is set in [hackrf]
group.
73,
Paul
—
Reply to this email directly, view it on GitHub
<#31 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKFR3UMEJTWVTB42JNBRYJT2IJT3ZAVCNFSM6AAAAABUNITXKWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRWGMYDOMJVGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hi,
I decide to try your project and the script worked at first time, I'm using a hackrf to test and the RX and TX works OK on mode SSB but TX don't work well in FM mode because when I switch off TX the program freeze and I have to turn off and on again the pi.
Your project is really interesting, would like to try more, any chance to have kicad information about the esp32 controller ?
tks
Jacinto
CU2ED
The text was updated successfully, but these errors were encountered: