MTR Repeater

From W9CR
Revision as of 12:40, 3 July 2022 by Bryan (talk | contribs) (→‎Procedure to update via DS4201 emulation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


This page is a collection of info on the MTR2000 and possibly MTR3000 repeaters.

The MTR2000 was Motorola's mid range repeater in the 2000's, designed to do analog and sit between the two mobiles and the Quantar at the high end. It's basically a quantar-lite, as it runs the same RTOS, pSOS+ and runs on the same Microprocessor, but an integrated version of it and the DSP chip.

Software

MTR2000 CPS R03.02.01

MTR2000 Firmware R03.04.03 for station ID 8F11111C - LATEST FIRMWARE

Mtr2000-OCR30403 cmp file for uploader to upgrade

28F800 image for MTR2000

Arduino Uno DS2401 Emulator for Station ID 8F11111C

Firmware

Every MTR2000 has an individual firmware package from Motorola much like the Quantar. It contains:

  • mtr_bpid-file (containing Station-ID)
  • firmware-file (i. e. ocr30403.cmp)
  • feature definition string-file (i.e. ocr30403.enc, individual file; needed to identify Serial number in Dallas DS4201 U101 on backplane)

As of now there is no known universal upgrade file for the MTR2000 as there is with the Quantar. A workaround using the OUTLAW depot software may be possible be I have not verified it. What does work is emulating the DS2401 to change the ID during programing via RSS to a known supported license key enabled upgrade.

Procedure to update via DS4201 emulation

This uses an Arduino Uno to emulate the 1 wire serial ID of the DS4201.

This procedure was developed by Chris, DG2NGI and formatted for the wiki.

Manuscript by Chris, DG2NGI to change Station ID of Motorola MTR2000 for firmware upgrade via RSS

  1. Save your codeplug first.
  2. Ensure your MTR2000 is working 100%
  3. Use Windows XP 32 bit with a real serial port or FTDI based USB port.
  4. Install Motorola MTR2000 RSS
  5. Download the codeplug and save it! Take screenshots of every alignment data as well
  6. With a serial terminal connect at 9600 8N1 to your MTR2000
  7. Send commands (you´ll see nothing during input!):
    dorss <enter>
    get bpn <enter>
  8. write down your backplane ID number (you can also see it in RSS as station ID)
  9. Remove backplane cover:


  1. You can see U100 a Dallas serial IC. Be careful and desolder it, hot air is a must. You will need to re-install it later.
  2. if you don't install this again the repeater will have Station ID "0000000".
  3. Connect the Arduino to your PC.
    • Install Arduino IDE on PC.
    • Load MTR2000-DS2401.ino sketch into Arduino IDE and add the "OneWireHub_library.zip" in Arduino IDE as library as well
    • In MTR2000-DS2401.ino sketch you may modify the DS2401 strings: Check all 4 postions:
      0x01, 0x1C, 0x11, 0xF1, 0x08, 0x00, 0x00 (for Station ID 8F1111C); first 0x01 is family code, last two 0x00 are always 0x00
  4. Connect pin 1 of U100 IC location on PCB to a ground-pin of Arduino Uno
  5. Connect pin 2 of U100 IC location on PCB to PIN 8 of Arduino


DS2401 1-Wire Ground-pin: first line of 3rd connector, pin #2 from right
DS2401 1-Wire signal-pin: first line of last connector, pin #8 from left
  1. Disconnect Arduino from PC and power it from an external power supply; otherwise you'll have signal integrity problems
  2. Power the MTR2000 again; The MTR2000 should recognize the Arduino as a DS2401 and load its station ID/backplane number.
    If you want to change this, the MTR2000 must be powered power down every time for at least 15 seconds so the ram in the station forgets the loaded data from DS2401 in the controller
  3. You can check actual station ID via Putty and serial commands
    dorss
    get bpn
  1. You should see i. e. BPN = 000008F1111C
  2. Open the Load RSS and use upgrade function to push the firmware to the station.
    Ensure it's the firmware file .ocr and feature definition file .enc for Station ID 8F11111C
  3. After flashing firmware and confirming it's working you can reinstall original DS2401 again
  4. Reload your saved codeplug again and check alignment data from screenshots and that the MTR2000 is not in alarm.


  • To unlock a locked MTR2000 just temporarily until next power cycle you can use the following commands via the serial port:
    dorss
    hw_id_check_off
    reset

firmware update notes

I'm not 100% sure on this, but I belive the firmware is locked to the base station from motorola using the .enc file that comes with it. Anyone have info on this?

I took the binary image from the 28f800 and did the following to make an image that can be flashed to the station with the OUTLAW program.

srec_cat 28F800\ image\ for\ MTR2000.bin -binary  -offset -0x4000 -o 28F800MTR2000.srec -Motorola 32 -address-length=3 -line-length=270 -data-only

This should at least replicate what's in memory. Likely can take the raw uncompressed firmware file from the update and add it into the end of it.

the .CMP file is nothing other than LZSS compressed data. Specifically it's the SZDD file format, and COMPRESS.EXE and EXPAND.EXE from DOS can expand the file directly. The header of the CMP file is "0x535A444488F02733" or "SZDD..'3" ascii, hence the SZDD name.

Docs

The MTR has a depot manual, but it's not available AFIK. IF you have one, please tell me, I will happily send you a shipping label, have it scanned professionally and send it back all at my cost. We have a partial UHF and SCM manual now below!

The part number for the Depot Manual are 68P81096E40, and 68P81096E35, VHF/UHF respectively.

It's likely the RF circuits are identical (or close enough) between the Quantar and the MTR. For Example, the Power Amp uses the same pallet amplifiers/LPF/isolators as the Quantar does.


MTR2000 Install and Operation Manual 68P81096E20

MTR2000 Instruction - Field Service Manual 132-174 VHF Field Manual 68P81096E30-F

Field Service Manual 335-405 MHz 6881099E80-F - Field Service Manual 335-405 MHz 6881099E80-F

Field Service Manual 800-900 MHz 6881096E90-F - Field Service Manual 800-900 MHz 6881096E90-F

Field Service Manual 6881096E25-G - Field Service Manual 6881096E25-G

Field service 6881096E32-E - SCM Field service 6881096E32

TRBO/DMR Upgrade Quick Reference Guide 68012000068-B

RSS Startup Manual 6881096E15 - RSS Startup Manual

MTR2000 Rear-of-station (backplane) connectors

Depot Manuals

MTR2000 Depot Service Manual 132-174 MHz 68P81096E40-F - VHF Depot Service Manual 68P81096E40-F

UHF Depot-Service Manual 68P81096E35-A - UHF Depot-Service Manual 68P81096E35-A (SCAN)

MTR2000 Station Backplane - Station Backplane


Chip Manuals

MC68356 manual - MC68356 Signal Processing Communications Engine Users Manual

Dallas DS2400 Silicon Serial Number

Pictures

MTR2000 Station Control Module

MTR2000 VHF Exciter


MTR2000 VHF Receiver

MTR2000 VHF R1/R2 Low Power Amplifier

Note the two 150-174 MHz Isolators in series.


MTR2000 VHF R2 High Power Amplifier