Search found 933 matches

by G4EML
Mon Feb 20, 2023 4:17 pm
Forum: TYT MD-9600 / Retevis RT-90
Topic: MD-9600 Out of Band ?
Replies: 11
Views: 2565

Re: MD-9600 Out of Band ?

The 2571 PLL chip is used in the V5 radio. So you need to load the V5 firmware. "Settings Updated" is normal for first use. Just press ENT to accept. "Out of band" indicates the frequency is outside the VHF or UHF range or it can mean that a valid codeplug has not been loaded. OpenGD77 does not supp...
by G4EML
Sun Feb 19, 2023 4:50 pm
Forum: TYT MD-9600 / Retevis RT-90
Topic: MD9600 DMR TIMEOUT
Replies: 15
Views: 2442

Re: MD9600 DMR TIMEOUT

The problem only really shows itself on VHF DMR. Anything less than full power can cause the start of each transmitted burst to be clipped. This can lead to a poor BER at the receiving end even though the signal may be strong. UHF has the same problem but it is much less severe and not normally noti...
by G4EML
Sun Feb 19, 2023 11:51 am
Forum: TYT MD-9600 / Retevis RT-90
Topic: MD9600 DMR TIMEOUT
Replies: 15
Views: 2442

Re: MD9600 DMR TIMEOUT

The V2.1 board was the first version to be generally available. As far as I know the V1 PCBs never went into production. So it will have the PA rise time problem on low power.
by G4EML
Thu Feb 16, 2023 7:03 pm
Forum: TYT MD-UV380/390 / UV380/390 Plus 10W / Retevis RT-3S / Baofeng DM-1701 / DM-1701B / Retevis RT-84
Topic: Test project to attempt to debug the problem with the new CPU
Replies: 6
Views: 1449

Re: Test project to attempt to debug the problem with the new CPU

My understanding is that configASSERT(x) is used to check that the value x is non zero (true). If x is zero (false) then the code will disable interrupts and enter an infinite loop. Effectively halting. if x is non-zero (true) then it will do nothing and will continue with the next statement. Colin.
by G4EML
Thu Feb 16, 2023 11:22 am
Forum: TYT MD-UV380/390 / UV380/390 Plus 10W / Retevis RT-3S / Baofeng DM-1701 / DM-1701B / Retevis RT-84
Topic: Problems reverting to the official firmware
Replies: 2
Views: 665

Re: IMPORTANT. New MD-UV380 or RT3S are not compatible

Some TYT radios are frequency locked when new. Maybe you have somehow activated this lock when you reverted to the factory firmware. Apparently the lock can be removed by holding down the top and bottom side buttons (above and below the PTT) while turning on the radio. https://www.buytwowayradios.co...
by G4EML
Tue Feb 14, 2023 11:53 am
Forum: TYT MD-UV380/390 / UV380/390 Plus 10W / Retevis RT-3S / Baofeng DM-1701 / DM-1701B / Retevis RT-84
Topic: New MD-UV380 or RT3S
Replies: 80
Views: 23937

Re: IMPORTANT. New MD-UV380 or RT3S are not compatible

On the STM32 based radios the calibration information is saved in the secure area of the Flash memory chip. So changing the processor won't affect this.
by G4EML
Mon Feb 13, 2023 12:39 pm
Forum: Developer discussions
Topic: Porting to the Retevis RT50 (aka TYT MD-680D)
Replies: 38
Views: 9781

Re: Has anyone seen this IC in a chinese radio?

All of the radios seem to have a chip like this.

The GD77 diagram show it as ALPU-MP-1413. The MD9600 shows it as HRV-3000S.

A Google search on ALPU-MP confirms it is an AES-128 encryption chip.

As we are not interested in encryption it is safe to just ignore it.

Colin G4EML
by G4EML
Mon Feb 13, 2023 12:16 pm
Forum: TYT MD-UV380/390 / UV380/390 Plus 10W / Retevis RT-3S / Baofeng DM-1701 / DM-1701B / Retevis RT-84
Topic: Click sound
Replies: 13
Views: 1862

Re: Click sound

The Factory Cal setting will always return to 'No' after it has been used. When set to 'Yes' the factory values are restored when the green button is pressed, overwriting any user changes. As this is a one time operation the setting then returns to 'No'. Ideally the line should read 'Restore Factory...
by G4EML
Mon Feb 13, 2023 11:32 am
Forum: TYT MD-UV380/390 / UV380/390 Plus 10W / Retevis RT-3S / Baofeng DM-1701 / DM-1701B / Retevis RT-84
Topic: Where is the menu to install on the UV380
Replies: 3
Views: 900

Re: Where is the menu to install on the UV380

The source code for the MDUV380 and the MD9600 has not yet been released.

It also uses a different development tool, so it will not appear in the MCUExpresso build list.
by G4EML
Sun Feb 12, 2023 2:09 pm
Forum: TYT MD-9600 / Retevis RT-90
Topic: MD-9600 / RT-90 Installation
Replies: 108
Views: 172692

Re: MD-9600 / RT-90 Installation

As stated in the instructions it is here :-

downloads/MD9600/Firmware/Latest

You will need to select the correct version for your radio.
The JA versions are for Japanese users.

Colin G4EML.