Custom Bluetooth Adapter Brings 1990s Car Phone Back Online

A first-generation car phone connected to a piece of prototype board with a BlueTooth module

[Jeff Lau]’s Mitsubishi 3000GT comes with all the essential features you’d expect in a fancy sports car from 1993: pop-up headlights, movable spoilers, and a fully-functional telephone handset in the center console. The phone was fully functional until North America’s first-generation AMPS cellular network was shut down back in 2008, since then, it hasn’t done much but show “NO SVC” on the display. That is, until [Jeff] decided to build a Bluetooth adapter that lets it connect to a modern smartphone.

The easy solution would have been to simply connect the handset’s speaker and microphone to a standard Bluetooth headset, but that would have destroyed the 1990s aesthetic it had going on. So what [Jeff] did instead was construct a plug-in module that hooks up to the phone’s base station in the trunk and communicates directly with all the existing systems. That way, the phone works in exactly the same way it always did: the radio is automatically muted during calls, the buttons on the steering column work as expected, and you can even dial and store numbers using the buttons on the handset.

A car phone base station and wiring in the trunk of a Mitsubishi 3000GT
No modifications required: the BlueTooth module is connected using the factory-installed cabling

It took a lot of reverse-engineering to figure out the technical details of the DiamondTel Model 92 that came with the car as a factory option. [Jeff] helpfully documented all of his findings on the project’s GitHub page, making it easy for anyone with a similar system to implement their own upgrades. The main components of the upgrade kit are a BM62 Bluetooth module that connects to a modern phone, a PIC18F27Q43 microcontroller to implement the car phone’s interface and menus, and several analog chips to process the audio. All of these are mounted on a piece of prototype board and housed in a standard plastic enclosure that neatly fits on top of the existing equipment in the trunk.

While the hardware mod is a pretty neat job already, the real strength of this project is in the software. [Jeff] worked hard to implement all relevant features and mimic the original interface as much as possible, even using 1G phone test equipment to simulate incoming calls from the long-gone network. He also added menu features to enable Bluetooth pairing, use voice assistants, and even play games including versions of Snake and Tetris stripped down to match the handset display’s constraints.

As classic phone conversions go, this is definitely one of the most impressive. [Jeff]’s extensive documentation should come in handy if you’ve got a similar model, but if you don’t, there’s still plenty of ways to connect modern electronics without defacing your classic ride’s interior.

17 thoughts on “Custom Bluetooth Adapter Brings 1990s Car Phone Back Online

    1. In some ways, it was actually easier to keep the original components and let them take care of many details for me. All the hands-free integration just works as originally intended, and I didn’t have to worry about building audio amplifier circuitry to drive the car speaker. There’s also built-in noise reduction intended to cut out road noise specifically already.

      I’m even relying on the original transceiver’s power on/off behavior to to turn on/off with the ignition. My circuit simply receives ~12V power whenever the transceiver turns on. The handset’s power button basically passes through my circuit to the transceiver so that it works as originally intended as well (I do monitor the power button for some purposes, but my circuit has no ability to control power on/off itself at all).

      I’m very pleased with how I’ve been able to leverage all of the original technology as-is, and only interface with it instead of modify it.

    1. Cutting all those wires to length and bending them was so tedious… but so worth it. I’m not embarassed to show this prototype, unlike my previous super sloppy solderless breadboard prototype that was completely unplanned.

  1. I keep calling you ask you about your project but this woman named Jenny keeps answering…..
    Absolutely nailed this project. The integration and the fine level of details is superb. Plus, you have a car on my bucket list. It would make a great garage mate to my ’91 300ZX twin turbo.

    1. Thanks!

      The phone number displayed on startup is programmable, using a similar programming mode on the handset that was used on the original phone to setup the cell service carrier settings. I even support configuring dual numbers like the original phone did, and the same method for switching between numbers as the original phone. This allows me to have my real number programmed, but also quickly switch to the fake Jenny number if I want to record a video or show it off without revealing my real number :)

      I agree, the 3000GT and 300ZX would make a great pair. Both have engine bays that are packed completely full :)

      1. Right?? Need to change the oil? Pull the engine! But that phone brings back memories as when they came out I was a bench tech for a 2 way radio shop and I can’t even remember how many of them I installed in everything from limo’s to police and fire equipment to 18 wheelers.
        You got a new subscriber for this one. Very nice job Jeff.

    1. My original plan was to build a Bluetooth adapter that connected to the antenna port (coax connector) on the transceiver and interface with the transceiver like an AMPS base station… but with a direct wired connection. However, I couldn’t find components and information about how to easily deal with the 800 MHz FM signals, Manchester encoding, and all the audio processing necessary. I’m actually glad I couldn’t figure that out, because I’m much happier with the end result of my current approach.

      With an AMPS simulator approach, the car phone would be limited to only exactly what its original behavior was, and my custom interfacing with the car phone would be limited to what is supported by AMPS. There would be many awkward situations that I couldn’t handle well.

      Example: What if you power up the car phone and it reconnects to your cell phone in the middle of a call? With my current approach, the call audio seamlessly transfers over to the car phone. With the AMPS simulation approach, I would have to simulate an incoming call to the car phone, the car phone would ring, and you’d have to answer it to continue the call.

      The AMPS simulation would also require all Bluetooth connection management UI to be part of the adapter in the trunk, rather than directly accessible on the handset.

      And of course, I wouldn’t have been able to add games and custom ringtones :)

      But an AMPS simulator Bluetooth adapter would definitely be cool, because it would be compatible with ANY old analog car phone with a coax antenna connector.

Leave a Reply to Chris MuncyCancel reply

Please be kind and respectful to help make the comments section excellent. (Comment Policy)

This site uses Akismet to reduce spam. Learn how your comment data is processed.