Bug #11832
openNumber of channels and Settings menu
0%
Description
I received this new radio today from factory and dowloaded the information using CHIRP.
I expected to see 16 channels and not 32 as it shows on the file. I also expected to see something in the Settings menu, but it’s empty.
Files
Updated by Bernardo de La Tour 3 months ago
- File config.txt config.txt added
- File Retevis_RB626_20250214.img Retevis_RB626_20250214.img added
- File macos_system_info.txt macos_system_info.txt added
- File debug_log.txt debug_log.txt added
[Uploaded from CHIRP next-20250207]
Updated by Jim Unroe 3 months ago
I did the support for the RB26 model (USA version) using a radio supplied by Retevis. Retevis didn't supply me RB626 model (EU version) like they normally do so I didn't do the support for it.
But to investigate I downloaded the latest RB626 programming software from the Retevis website. After installing it, I loaded the RB626 "codeplug" file that was included with the programming software. The Retevis programming software displays the same 32 memory rows as those that are displayed in CHIRP after loading the RB626 image that is available in the CHIRP repository.
According to a table on the HFUnderground's Business Radio page (reproduced below) it appears that the first 16 memory rows are made up from the default frequencies that are included with the Motorola CLS1410 4-channel radio.
Motorola CLS1410 (CLS1110 is the 1-channel version)
Default Channels Frequencies
Channel 1 - 464.5500 MHz 67.0 Hz PL [Frequency 2, Code 1]
Channel 2 - 467.9250 MHz 67.0 Hz PL [Frequency 8, Code 1]
Channel 3 - 467.8500 MHz 67.0 Hz PL [Frequency 5, Code 1]
Channel 4 - 467.8750 MHz 67.0 Hz PL [Frequency 6, Code 1]
These 4 channels are repeated 4 times to populate the first 16 memory rows. Each group of 4 memory rows utilizes a different CTCSS tone.
Memory rows 17-32 appear to be populated with the 16 analog PMR frequencies.
From what I am able to to tell after this quick investigation is that CHIRP is replicating how the programing software that Retevis supplies for the RB626 works. My conclusion, as far as I can tell without a physical radio, is that CHIRP is correct for supporting 32 memory rows for the RB626.
Updated by Bernardo de La Tour about 1 month ago
- File config.txt config.txt added
- File Retevis_RB626_20250331.img Retevis_RB626_20250331.img added
- File macos_system_info.txt macos_system_info.txt added
- File debug_log.txt debug_log.txt added
[Uploaded from CHIRP next-20250328]
The Settings menu is empty.
Updated by Jim Unroe 30 days ago
Here is a test driver module that "turn on" most of the settings. I don't have this model so there is no way that I can test this myself. It will require testing by owners of this model. So please test and provide feedback.
To test this module, follow the instructions here: LoadingTestModules
@Bernardo de La Tour, since you have previously done development for this model, would you consider testing this driver module, making any necessary updates and submitting a PR to have these changes included in the CHIRP build?
One thing that especially needs testing is the Channel Number selection. It is currently set to allow selection the channels based on the value of "_upper" (30 for the RB26, 32 for the RB626) however the factory CPS only allows the RB626 to choose channels 1-16. I don't know if this is a limitation of the radio or a bug in the factory CPS.
I also noticed that this setting should also include an "OFF" selection. But this seems to be a change that is needed for other models besides the RB626, so it should probably handed in a different ticket.