Dial Codes

A New Kind of Old

What is Dial Codes?

A New Kind of Old

This project merges Dual Tone Multi Frequency (DTMF) signaling and Multi-Tap Texting techniques to create a unique coded communication system. Inspired by the spectrogram visualization of DTMF frequencies, each message is encoded into a grid-based code, reflecting both frequency patterns and multi-tap input. These codes are displayed on physical mediums, such as postcards, allowing messages to be shared in a visually coded format that invites curiosity and decoding.A dedicated website serves as a digital decoder, where users can enter or upload the grid code to translate the pattern back into text. Additionally, the website includes an interactive feature that allows users to type in numbers and hear the corresponding DTMF tones, creating a dynamic, multisensory experience. This project bridges analog and digital communication, blending traditional telecommunication principles with modern digital tools to offer a playful yet sophisticated approach to messaging.

What is DTMF?

Dual Tone Multi Frequencey

It is a signaling method used in telecommunication systems, where pressing a key on a phone’s keypad generates a unique sound made of two simultaneous tones at specific frequencies. Each key produces a distinct pair of tones—one from a low-frequency group and one from a high-frequency group—allowing automated systems to recognize key presses. DTMF is commonly used for phone dialing, navigating automated customer service menus, and interacting with interactive voice response (IVR) systems, providing a reliable way to transmit information over voice channels.

What is Multi-Tap?

Multi-Tap Texting

It is a method used to type messages on mobile phones with numeric keypads, where each number key represents multiple letters. To select a letter, users press a key repeatedly until the desired character appears. For example, pressing the “2” key once types “A,” twice types “B,” and three times types “C.” While slower than predictive text methods like T9, multi-tap was widely used in early mobile phones and allowed users to type any combination of letters without relying on a dictionary or predictive text.

-

document.getElementById('number1').onclick = function() { document.getElementById('sound1').play(); }

ABC

document.getElementById('number2').onclick = function() { document.getElementById('sound2').play(); }

DEF

document.getElementById('number3').onclick = function() { document.getElementById('sound3').play(); }

GHI

document.getElementById('number4').onclick = function() { document.getElementById('sound4').play(); }

JKL

document.getElementById('number5').onclick = function() { document.getElementById('sound5').play(); }

MNO

document.getElementById('number6').onclick = function() { document.getElementById('sound6').play(); }

PQRS

document.getElementById('number7').onclick = function() { document.getElementById('sound7').play(); }

TUV

document.getElementById('number8').onclick = function() { document.getElementById('sound8').play(); }

WXYZ

document.getElementById('number9').onclick = function() { document.getElementById('sound9').play(); }