New Model #11695
closedRadtel RT-470X Plus Bluetooth
100%
Description
Hi not sure if this should be an update to the RT-470X or treated as a new model? It's basically a 470X but with Bluetooth support.
I thought as the 470X is supported it would share identical characteristics of the existing radio, obviously not! I get this error message though the radio talks to OEM CPS...
Error
'Radio returned unknown identification string'
This radio is currently running the latest Radtel firmware v0.15 Hardware 11-V06BT, open range 18-999.99999MHz, AM/FM switch 18-136MHz. Barring Bluetooth I'm not aware of any changes to the non BT 470X.
Thank you
Mark
Files
Updated by Pavel Moravec 6 days ago
- File rt470plus.py rt470plus.py added
The fingerprint of the BT model has changed, Radtel has contacted me to help identify the issue, they are aware of it. They also said the CPS stayed the same, so data structures should not be too different (maybe there is an extra setting for Bluetooth On/Off?). Newly added fingerprint should be b"\x01\x36\x01\x80\x04\x00\x05\x20" # fw v0.15
I have made a test driver to verify it is working now, if you want to test it, load in into Chirp with Developer mode enabled and "Load module from issue..." using this issue number 11695
Updated by Pavel Moravec 6 days ago
There is also a possibility the PTTID setting (On/BOT/EOT/Both) has changed or disappeared on this model, but this would require more exploration. It is also possible the initial value of this setting is just wrong and the byte uninitialized. But it should not influence anything else
Updated by Pavel Moravec 6 days ago
Or more likely since I did a separate test driver, the ifs in main code checking exact model string do not work anymore so I will fix that one and do a PR.
Updated by Pavel Moravec 6 days ago
Pull request on official driver has been created so it may appear in chirp installation in a few days including fix for hiding the PTT ID setting
Updated by Anonymous 6 days ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset github|7703a97c0e7f6cb335129076f6d04660f4fd875f.