Cold War Military Telephones Now Usable Thanks To DIY Switch Build

The TA-1042 is the most badass looking telephone you’ll ever see. It’s a digital military telephone from the 1980s, but sadly non-functional unless it’s hooked up to the military phone switches it was designed to work with. These days, they’re really only useful as a heavy object to throw at somebody… that is, unless you had the suitable supporting hardware. As it turns out, [Nick] and [Rob] were able to whip up exactly that.

Their project involved implementing the TA-1042’s proprietary switching protocol on a Raspberry Pi Pico. The microcontroller’s unique Programmable I/O subsystem proved perfect for the task. With a little programming and a hat for the Pico to interface with the hardware, they were able to get the TA-1042 working as intended. It involved learning how to encode and decode the Manchester encoded data used by the Digital Non-secure Voice Terminal equipment. Notably, the TA-1042 isn’t the only phone you can use with this setup. You can also hook up other US military DNVT phones, like the TA-954 or TA-1035.

If you want this hardware for yourself, you can simply buy one of [Nick] and [Rob]’s DNVT switches from Tindie. Alternatively, you can roll your own with the source code provided on GitHub.

We’ve seen these phones before repurposed in an altogether different fashion. We’ve also taken a deep dive into the details of the military’s AUTOVON network.

17 thoughts on “Cold War Military Telephones Now Usable Thanks To DIY Switch Build

      1. Congratulations, you’ve just generalized all of YouTube and overlooked some worthwhile videos. There ARE some great channels on YouTube which provide value as well as content. For example:

        Tommy Jobson (excellent clockmaker)
        Mustie1 (old vehicle repair and reviving old engines)
        Studson Studio (creating amazing models out of garbage with some brilliantly edited videos)
        Wintergatan (persuing the Marble Machine dream)
        Tom Scott (entertaining insights into all kinds of things)

        and that’s just a few off the top of my head.

  1. Field phones may be doorstops, but their wires made of incredibly robust copper reinforced with steel cores surrounded by military grade sleeves are a real godsend for building dipoles and long wire antennas. If you can get a spool, don’t think twice!

        1. Yeah we’re sorting through the best way to do this. The codec from the phones is called CVSD which is an early digital codec that has moderate bitrate (in these phones 16 or 32 kbps) and is relatively simple to implement in an IC using a comparator, shift register, and integrator. I think the most straightforward way to do it is to implement an Asterisk codec for CVSD (not terribly hard, there’s one in the SOX library) and then allow Asterisk to do any necessary transcoding to other formats. From the phone side, we have the option of either implementing SIP or writing a DAHDI driver for Asterisk. I did a decent amount of research on PJSIP’s third party audio example which seemed like it would work, but I believe if we wanted to make 4 phones accessible we’d need to run 4 SIP instances. I am still trying to ascertain whether DAHDI would make more sense, although we now have a demo program that can run on a host using libusb that’s able to get the raw data from the phones and send commands, so the last remaining part is the Asterisk integration. If you’re interested in helping you can reach out to me through our website using the contact form or join the Discord, linked in the video.

          1. Dang! That’s excellent news. Appreciate the incredibly detailed response. I would absolutely love to help with that project, but unfortunately with work ramping up, my free time for the next six to eight months is going to be quite sparse. Definitely following this project, and will absolutely reach out if things slow down and I could contribute!

  2. Ohhh, the flashbacks. As a Signal Corps officer and MSE platoon leader in the 90s, I had dozens of these, strung together with miles and miles of 4 wire cable (the green grass grows on the brown dirt). For a bottle of hooch, you could get that FO button recognized by the switch and call momma over the satellite late at night.
    The entire system was incredibly bandwidth inefficient. 64 bit NRZ encoding per voice channel with static channel definition. The smallest subswitches got 256 kb/s over the air, with 13 voice channels, one data channel, and 2 signalling channels. The big interswtich trunks were 1024 kb/s.
    Honestly, I’d love to get a hold of one of the rubidium standards from a node center switch van…

Leave a Reply to Nick AndreCancel 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.