☎ Vintage phone 4G Full Options
Do you like vintage objects, but you don't want to give up modernity? This project transforms an old rotary dial phone into a real 4G mobile phone thanks to an ATmega328 and a BK A7670E GSM module. Objective: Give a second life to a wired phone while keeping the experience of a good old rotary dial! A functional 4G phone, capable of dialing numbers, and making calls, while maintaining the aesthetics and pleasure of using a retro phone. For now, only to make calls, but I continue to move forward to offer the
- GSM 4G module: BK A7670E, equipped with the interface seen here: https://www.elektormagazine.fr/labs/interface-pcb-pour-remplacer-le-sim800-par-un-bk-a7670e
- Picking up and hanging up: Detection of the handset state via the handset switch.
- Dialing: Detection of the rotary dial pulses.
- Audio: Use of the original handset (replacement of the speaker and microphone with a set from a "H.S." smartphone)
- Power supply: 5VDC or option:
- Transportable: 12V equipped with a backup power supply seen here: https://www.elektormagazine.fr/labs/backup-power-supply-project-for-sms-gps-alarm-4g-module
- Indicators: Debug LED (picked up/hung up), 4 LEDs displaying the dialed numbers converted to binary
Functions of the version with 3-letter library for a number in the directory:
- Call to any authorized number (the FR version only allows 06 and 07)
- Abbreviated numbers with letters from the dialer for favorite contacts (put in 'Library')
- The object works on battery using "Backup-Battery-for-Tracker" see subject
- Use the "Level Convert" card see subject
- Buzzer, vibrator, debug LED and bin display LED are optional, but it helps -:)
- Receive external call if in directory memory!.
We refuse incoming calls that are not registered in the directory ::
see vintage_phone library
We systematically delete received SMS.
We accept calls from the directory,
When we receive a call, if the caller is registered in the directory, launches a timer, writes in binary the number on bin LEDs, the place of the calling number.
From 1 to 15 numbers (only 4 bin leds...)
(Possible to have more numbers, or to authorize all incoming calls....
No answer to the call, reset incoming call, bin leds and ring detection
Detection of the handset picked up
A mechanical switch (present in the phone) detects the handset picked up/on hook.
Connected to the PD3 input (D3) with interruption (INT1) which is declared with an EXTERNAL pull_up.
On hook, switch open, pull_up D3, HIGH
On hook, bring GND to D3, LOW
Activate PB5 (debug led)
Dialing the number
Reading the rotary dial
A mechanical switch (present in the dial) detects the rotation of the dial
connected to D4 INTERNAL pull_up
The dial generates a series of pulses corresponding to the number (eg: 1 → 1 pulse, 0 -> 10 pulses).
These pulses are read on an input with PD2_INT0 interruption if the handset is picked up (PD3_INT1).
At rest, the pulse switch is at GND = LOW.
When pulses are generated, we go to the HIGH state via the EXTERNAL pull_Up.
The duty cycle of the pulses is 64% HIGH, 36% LOW
A counter variable stores the number of pulses.
We check, if we do not start with a 0, as soon as there are three digits if abbreviated number.
Abbreviated numbers must not start with a 0 (letter O and Q prohibited on first digit)
Number Ok, we launch the call, otherwise...
At the end of the rotation, the digit is added in a table char num[10]
The number is ok, we launch the call.
Buzzer tone ok
If error, buzzer tone error
See schema and jpg
Lien vidéo
https://youtu.be/eXsS7FtJ0Qc
https://youtu.be/PlSb3yJ2O-Y
https://youtube.com/shorts/JrVy3nhKHqM
The sounds come from this site ::
https://lasonotheque.org/
//FR
Caractéristiques techniques
- Microcontrôleur : ATmega328 (Arduino-UNO_NANO)
- Module GSM 4G : BK A7670E, équipé de l'interface vue ici : https://www.elektormagazine.fr/labs/interface-pcb-pour-remplacer-le-sim800-par-un-bk-a7670e
- Décrochage et raccrochage : Détection de l'état du combiné via le commutateur du combiné.
- Numérotation : Détection des impulsions du cadran rotatif.
- Audio : Utilisation du combiné d'origine (remplacement du haut-parleur et du micro par un ensemble issu d'un smartphone "H.S.")
- Alimentation : 5VDC ou option :
-Transportable : 12V équipé d'une alimentation de secours vue ici : https://www.elektormagazine.fr/labs/backup-power-supply-project-for-sms-gps-alarm-4g-module
- Indicateurs : LED de débogage (décroché/raccroché), 4 LEDS affichant les numéros composés convertis en binaire
Fonctions version avec librairie 3 lettres pour un numéro en répertoire :
- Appel vers n'importe quel numéro autorisé (la version FR autorise uniquement le 06 et le 07)
- Numéros abrégés avec lettres du cadrant pour les contacts favoris (mis en 'Librairie')
- L'objet fonctionne sur batterie en utilisant "Batterie-de-Secours-pour-Tracker" voir sujet
- Utilise la carte "Level Convert" voir sujet
- Buzzer, vibreur, Led de debug et Led affichage bin sont optionnelles, mais cela aide -:)
- Recevoir appel extérieure si en mémoire du répertoire !.
On refuse les appels entrants qui ne sont pas inscrit dans le répertoire ::
voir librairie vintage_phone
On efface systématiquement les SMS reçus.
On accepte les appels du répertoire,
Lorsque l'on reçoit un appel, si l'appelant est inscrit dans le répertoire, lance une temporisation, écrit en binaire le chiffre sur Leds bin, la place du numéro appelant.
De 1 à 15 numéros (seulement 4 leds bin...)
(Possible d'avoir plus de numéro, ou d'autoriser tous les entrants ....
Pas de réponse à l'appel, reset appel entrant, Leds bin et détection de sonnerie
Détection du combiné décroché
Un switch mécanique (présent dans le téléphone) détecte le combine décroché/raccroché.
Raccordé sur l'entrée PD3 (D3) avec interruption (INT1) qui est déclarée avec un pull_up EXTERNE.
Raccroché, switch ouvert, pull_up D3, HIGH
Décroché, amène GND sur D3, LOW
Active PB5 (led debugg)
Composition du numéro
Lecture du cadran rotatif
Un switch mécanique (présent dans le cadran) détecte la rotation du cadran
raccordé sur D4 pull_up INTERNE
Le cadran génère une série d’impulsions correspondant au chiffre (ex: 1 → 1 impulsion, 0 -> 10 impulsions).
Ces impulsions sont lues sur une entrée avec interruption PD2_INT0 si le combiné est décroché (PD3_INT1).
Au repos, le switch impulsion est à GND = LOW.
Lorsque des impulsions sont générées, on passe à l'état HAUT via le pull_Up EXTERNE.
Le rapport cyclique des impulsions est de 64% HIGH, 36% LOW
Une variable compteur stocke le nombre d’impulsions.
On vérifie, si on ne commence pas par un 0, dès qu'il y a trois chiffres si numéro abrégé.
Les numéros abrégés ne doivent pas commencer par un 0 (lettre O et Q interdite sur premier chiffre)
Numéro Ok, on lance l'appel, sinon...
À la fin de la rotation, le chiffre est ajouté dans un tableau char num[10]
Le num est ok, on lance l'appel.
Buzzer tone ok
Si erreur, buzzer tone error
Voir schéma et images
Lien vidéo
https://youtu.be/eXsS7FtJ0Qc
https://youtu.be/PlSb3yJ2O-Y
https://youtube.com/shorts/JrVy3nhKHqM
Les sons proviennent de ce site ::
https://lasonotheque.org/
Bruno Clerc
Le 10/03/2025
Updates from the author
Arduino47 5 days ago
Code for:
-ATTINY85 MP3 DFPlayer drive (3 sounds)
-ATTINY_VINTAGE_RING // 3 sounds (A, Ring, Error) MP3 files
AT328P CPU (NANO on prototype)
-VINTAGE_PHONE_FULL_Mp3 // Phone Code
Library for three-letter phonebook!!! Fill in your favorite numbers
-vintage_phone
Arduino47 1 week ago
Dans cette mise à jour du projet "Téléphone Vintage 4G", j'ai intégré une carte son permettant de reproduire une sonnerie d'époque avec un timbre vintage enregistré. L'objectif est de conserver l'authenticité sonore tout en modernisant la technologie sous-jacente.
Matériel utilisé
ATtiny85 : Microcontrôleur responsable du pilotage sonore.
DFPlayer Mini : Module de lecture audio en liaison série.
Haut-parleur : Restitution du son authentique.
Transistor BD135 : Gestion de l'alimentation du DFPlayer.
Diode 1N4004 : Réduction de la tension d'alimentation pour le DFPlayer.
Condensateurs (100µF, 470µF, 10µF) : Stabilité et filtrage de l'alimentation
Read me EN and FR, Schema, Code in :
Sound_Board_Vintage_Sound.zip
Test sonore lien vidéo : https://youtu.be/aGqSMlFJQP0
Arduino47 2 weeks ago
Previously, the handset state was processed directly in the ISR. Off-hooks, although detected, sometimes had no effect.
In this code, there is less logic in the ISR.
Only one flag is modified in the ISR, combineMoving; the events to be processed have been moved to a loop.
The result is the expected behavior; each off-hook is properly processed.
Nouveau code mis à jour
Des problèmes de détection de combiné décroché m'ont amené à revoir l'ISR INT1 associée au switch combiné.
Auparavant, on traitait directement l’état du combiné dans l'ISR. Les décrochés, bien que détectés, n'avaient parfois aucun effet en suivant.
Dans ce code, il y a moins de logique dans l’ISR.
Un seul flag est modifié en ISR, combineMoving, les événement à traiter ont été déportés en loop.
Le résultat est un comportement attendu, chaque décroché est bien pris en compte.
Arduino47 3 weeks ago
Arduino47 3 weeks ago
Version with 3-letter library for a number in the directory
Make a call: Only 06 or 07 numbers are allowed.
Make a call with abbreviated number: Three letters = one number.
Call made: OK, "buzz" tone OK
Error: "Buzz" tone not OK.
Receiving calls:
Incoming calls are only allowed if they are saved in the directory.
Library used: vintage_phone.h.
SMS management:
Received SMS are automatically deleted during setup.
No SMS management.
Answering incoming calls:
If the number is saved in the directory:
Vibrations: Three successive vibrations (3x the sequence of 3 vibrations).
LED display: The caller's order number in the directory.
Timeout: A delay before answering.
Answering the call: OK, communication in progress, error tone in case of problem.
No answer to call: End of timeout, reset of incoming call, LEDs off, ringing detected.
See schema
Final assembly pins review:
Pins used:
D2: Dial pulse detection (ISR INT0)
D3: On-hook/off-hook detection (ISR INT1)
D4: Dial rotation detection
D5: Buzzer
D6 (rx): Virtual UART serial port (reception)
D7 (tx): UART serial port (transmission)
D8: Vibrator
D9: LED bit 0 (binary display)
D10: LED bit 1
D11: LED bit 2
D12: LED bit 3
D13: Debug LED
A0: Battery voltage reading
Pins not used: D0, D1, A1, A2, A3, A4, A5
Library of numbers directory in memory:
File vintage_phone.h:
Initialization of the table to define the number of numbers in the directory.
To be filled in:
In the .h file: Initialization of the table of numbers of telephone numbers.
In the .cpp file: Initialization of telephone numbers. Initialization of the table of stored numbers.
NOTE: Do not use the letters 'O' and 'Q' as the first letter of an abbreviated number (digit 0), because the abbreviated number will not start with '0' (zero) on the dial!
// FR
Fonctionnalités :
Version avec librairie à 3 lettres pour un numéro en répertoire
Lancer un appel : Seuls les numéros 06 ou 07 sont autorisés.
Lancer un appel avec numéro abrégé : Trois lettres = un numéro.
Appel lancé : OK, ton "buzz" OK
Erreur : Ton "buzz" non OK.
Réception d'appels :
Les appels entrants sont autorisés uniquement s'ils sont enregistrés dans le répertoire.
Librairie utilisée : vintage_phone.h.
Gestion des SMS :
Les SMS reçus sont effacés automatiquement au setup.
Pas de gestion des SMS.
Réponse aux appels entrants :
Si le numéro est inscrit dans le répertoire :
Vibrations : Trois vibrations successives (3x la séquence de 3 vibrations).
Affichage sur LED : Le numéro d'ordre de l'appelant dans le répertoire.
Temporisation : Un délai avant la réponse.
Réponse à l'appel : OK, communication en cours, ton d'erreur en cas de problème.
Pas de réponse à l'appel : Fin de la temporisation, reset de l'appel entrant, LED désactivées, détection de sonnerie.
Revue des pins de montage final :
Voir le schéma
Pins utilisés :
D2 : Détection impulsion cadran (ISR INT0)
D3 : Détection du combiné décroché/raccroché (ISR INT1)
D4 : Détection de la rotation du cadran
D5 : Buzzer
D6 (rx) : Port série UART virtuel (réception)
D7 (tx) : Port série UART (émission)
D8 : Vibreur
D9 : LED bit 0 (affichage binaire)
D10 : LED bit 1
D11 : LED bit 2
D12 : LED bit 3
D13 : LED de debug
A0 : Lecture tension batterie
Pins non utilisés :
D0, D1, A1, A2, A3, A4, A5
Librairie de répertoire de numéros en mémoire :
Fichier vintage_phone.h :
Initialisation du tableau pour définir le nombre de numéros en répertoire.
À renseigner :
Dans le fichier .h :
Initialisation du tableau du nombres de numéros de téléphone.
Dans le fichier .cpp :
Initialisation des numéros de téléphone.
Initialisation du tableau des numéros mémorisés.
NOTE : Ne pas utiliser les lettres 'O' et 'Q' comme première lettre d'un numéro abrégé (chiffre 0),
car le numéro abrégé ne commencera pas par '0' (zéro) sur le cadran !