-
Notifications
You must be signed in to change notification settings - Fork 191
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
Unable to read the firmware version after six attempts | Received a NAK to the SET_FREQ command from the modem #347
Comments
after slow down the UART Speed to 115200
got this: I: 2025-01-13 09:26:23.099 MMDVM protocol version: 1, description: MMDVM_HS_Hat-v1.5.2 20201108 14.7456MHz ADF7021 FW by CA6JAU GitID #89daa20 But the program is stopping after this message After disabling: D-STAR, AX25,..... only DMR Enabled E: 2025-01-13 10:43:16.641 Error returned from sendto, err: 22 |
Here is was I changed:
|
Hello,
using a Raspberry PI Zero 2W with a HS_PI Hat (FW: 1.5.2)
sudo ./MMDVMHost -v
MMDVMHost version 20240930 git #ebea3ed
My settings in MMDVM.ini excerpts
if I run: sudo ./MMDVMHost MMDVM.ini
got this error:
M: 2025-01-13 08:45:11.023 Opening the MMDVM
E: 2025-01-13 08:45:23.841 Unable to read the firmware version after six attempts
Complete Output:
What did I wrong ?
$ lsmod
$ dmesg
$ ls -lathr /dev/ttyAMA0
crw-rw---- 1 root dialout 204, 64 Jan 13 10:02 /dev/ttyAMA0
Tryed with https://github.com/on7lds/NextionDriver/blob/master/README-using.md
too.
But the same error
The text was updated successfully, but these errors were encountered: