juribeparada/MMDVM_HS

1.6.0 not working at my MMDVM_HS_DUAL

dl1bz opened this issue · 6 comments

dl1bz commented

I have a MMDVM_HS_DUAL with 12,880 MHz. With FW 1.5.2 all worked, if I compile the newest 1.6.0 MMDVMHost says NAK from modem. MMDVMCal also not working. Flashing backward to 1.5.2 bring all back, the modem works correct.

73 Heiko, DL1BZ

dl1bz commented

ok, here is my solution:
a) MMDVMCal don't work
I delete in an actual MMDVMCal all serial speeds higher than 115200. That brings me MMDVMCal back to work with the MMDVM_HS_DUAL and 1.6.0. I think we need a command line parameter with defined SerialSpeed in MMDVMCal ?!? You cannot put a defined serial speed if you start MMDVMCal.

b) MMDVMHost don't start
I need to set UARTSpeed=115200 in MMDVM.ini
With UARTSpeed=460800 MMDVMHost don't start with this MMDVM_HS_DUAL.

For now all is working now. But I think there are a few things need to be fixed with the newer, higher serial speed parameters.

73 Heiko, DL1BZ

dl1bz commented

Yes, but the lastest MMDVMCal don't detect the modem anymore. There is no option (at command line) to bring the serial speed down. Only if I modify the source code of MMDVMCal and delete higher serial speeds as 115200 the MMDVMCal come back to work with my MMDVM_HS_DUAL and 1.6.0. Earlier there was not such a problem. That was what I meant with "a few things need to be fixed" :)
The FW 1.6.0 itself works now.

73 Heiko, DL1BZ

g4klx commented
dl1bz commented

Thanks for pointing that out. I’ll try and fix it this evening UK time. Sent from Yahoo Mail for iPhone On Monday,

Great Jonathan. If you fix it I will try again. Thanks a lot.

73 Heiko, DL1BZ

g4klx commented
AD5IA commented

I checked the 1.6.0 MMDVM_HS source code. the USART1 speed is set to 115200, and the Pi-start also set to 115200. After flash the 1.6.0 to STM32, it turn out works with pi-star 4.1.6, but fail to work with 4.1.5 and 3.4.17. Is there any other reason? how to make it work with 4.1.5 and 3.4.17? Thanks for any help.