jakeducharme
New member
Hi there, I could use a hand figuring out this audio guestbook.
I have a teensy 4.0 and an audio shield and I've gotten the speaker to work. Now that I try to add a microphone, the ground shorts it out and the microphone stops working. AI suggests that it is because the Mic and speaker share a ground and a 1:1 600 ohm audio isolation transformer might fix it.
I am using this phone: Vintage Rare Western Electric Victorian Style Classic Rotary Phone Gold Cream
I'm following this tutorial:
I'm new to electronics so any help is appreciated!
----- Here's how Claude describes it ------
Building an audio guestbook with a Teensy 4.0 + Audio Shield using a vintage Western Electric Victorian-style rotary phone handset.
Problem: When I connect the handset's shared ground wire to either the audio shield's MIC GND pad or a Teensy GND pin, audio playback cuts out completely. The mic signal wire alone causes no issues — it's specifically the ground wire.
Handset wiring: 4 wires total (2 for speaker, 2 for mic), but the speaker and mic share a common ground wire internally.
What we've tried:
Hardware solutions considered:
I have a teensy 4.0 and an audio shield and I've gotten the speaker to work. Now that I try to add a microphone, the ground shorts it out and the microphone stops working. AI suggests that it is because the Mic and speaker share a ground and a 1:1 600 ohm audio isolation transformer might fix it.
I am using this phone: Vintage Rare Western Electric Victorian Style Classic Rotary Phone Gold Cream
Vintage Rare Western Electric Victorian Style Classic Rotary Phone Gold Cream | eBay
Find many great new & used options and get the best deals for Vintage Rare Western Electric Victorian Style Classic Rotary Phone Gold Cream at the best online prices at eBay! Free shipping for many products!
www.ebay.com
I'm following this tutorial:
I'm new to electronics so any help is appreciated!
----- Here's how Claude describes it ------
Building an audio guestbook with a Teensy 4.0 + Audio Shield using a vintage Western Electric Victorian-style rotary phone handset.
Problem: When I connect the handset's shared ground wire to either the audio shield's MIC GND pad or a Teensy GND pin, audio playback cuts out completely. The mic signal wire alone causes no issues — it's specifically the ground wire.
Handset wiring: 4 wires total (2 for speaker, 2 for mic), but the speaker and mic share a common ground wire internally.
What we've tried:
- MIC and GND pads on audio shield → kills audio
- Teensy GND pin instead → same result
Hardware solutions considered:
- 1:1 600 ohm audio isolation transformer on the mic input to break the ground loop
- Resistor in series on the mic signal line
- Replace the handset mic with a modern electret capsule
- Try AUDIO_INPUT_LINEIN instead of AUDIO_INPUT_MIC in code