-
Notifications
You must be signed in to change notification settings - Fork 188
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
MCU error 3 / SXR tune failed on LimeSDR-Mini #340
Comments
Thanks to @cederom for opening a ticket on this. I discovered the problem when I intended to send on HF (<30 MHz). The only way I know to send on frequencies below 30 MHz is to set the RF frequency to 30 MHz or higher and to increase the bandwidth to be able to reach to frequencies below 30 MHz. So this issue is an actual blocker if you want to transmit on HF bands. When the bandwidth is set too small, the device will appear to work but the emitted power is very very low. Setting a wider bandwidth results in the error described above. This effectively makes the LimeSDR-Mini unsuitable for working on HF bands (unless I missed something?). I hope this can be fixed somehow. |
Hey @JanBeh :-) I have noticed that this project prefers to work on MyriadRF Forum [1] please ask our question there :-) |
I didn't make my post above to ask a question but to provide background information on the issue, i.e. explain the context and impact of the problem. I encountered this problem not during tests but when I tried to transmit on HF bands. It is not just a theoretical issue but a real blocker for me. Several other people could reproduce my problem here, here, and also @cederom above. Regarding my question in parenthesis, I already did ask there. In past, I was also asked to provide a register dump, which you can also find on the MyriadRF Forum in a subsequent post of me. |
Aaahhh it was you @JanBeh asing the questions my bad please forgive me, multitasking kills focus! We need to make some radio transmissions to get familiar with our callsigns - it would be best to use LimeSDR and satellite or moon reflection :-) :-) I noticed that hardware is very sensitive to a temperature changes and tests usually failed above 40C. Maybe you can try to see if the problem is anyhow related - it seems a bit cold outside so it could be a good time to test :-) Otherwise I am not yet familiar enough with the solution to help you that deep sorry! The LimeSuite port is ready for FreeBSD.. maybe we should create a I just got the FreeBSD WIKI account and I have created a dedicated HAM Radio section :-) |
Issue seems to be reproducible with a test program.
Under FreeBSD, ensure that
libLMS7Support.so
of Lime Suite has been installed in/usr/local/lib/SoapySDR/modules0.7
and compile with:cc -Wall -o limetest-mcu-error -I /usr/local/include limetest_2020-09-03_0731Z.c -L /usr/local/lib -l SoapySDR
.Further notes on that issue can be found in the thread MCU error 3 (SXR tune failed) on LimeSDR USB: https://discourse.myriadrf.org/t/mcu-error-3-sxr-tune-failed-on-limesdr-usb/5303.
I can confirm this issue on FreeBSD but it is known to exist among different platforms, so it may be a firmware issue?
The text was updated successfully, but these errors were encountered: