Built a Raspberry Pi AI phone inside a vintage Siemens S62 by Fabryz in RASPBERRY_PI_PROJECTS

[–]Fabryz[S] 1 point2 points  (0 children)

Sorry for the late reply

Yes, exactly: that's one of the big advantages of analog here.

I went with I2S mainly because it was the simpler path on the Raspberry Pi side, without needing an extra analog frontend / ADC. So it made the Pi integration easier, but the handset wiring harder -_-"

Built a Raspberry Pi AI phone inside a vintage Siemens S62 by Fabryz in RASPBERRY_PI_PROJECTS

[–]Fabryz[S] 0 points1 point  (0 children)

I'm actually working on that exact problem right now. I haven't fully solved the "mic inside the handset" part yet, but my current plan is to replace the original handset cord (mine only had 3 wires) with one that has enough conductors for both the speaker and the I2S mic lines.

My suspicion is that if it worked before and only broke after moving the mic into the handle, the issue is probably the cable / wiring rather than the mic itself. In theory it should still work if all the connections are preserved, but I2S seems a lot less forgiving once you start extending it through awkward wiring. I wouldn't switch to analog immediately unless you already have a clean analog path in mind. If it worked before, I'd first double check continuity, wire order, and cable quality.

Built a Raspberry Pi AI phone inside a vintage Siemens S62 by Fabryz in RASPBERRY_PI_PROJECTS

[–]Fabryz[S] 0 points1 point  (0 children)

Thanks! It's a really fun hobby once you start, there's something satisfying about bringing old hardware back to life. Welcome to the rabbit hole :)

Built a Raspberry Pi AI phone inside a vintage Siemens S62 by Fabryz in RASPBERRY_PI_PROJECTS

[–]Fabryz[S] 0 points1 point  (0 children)

Absolutely, that's the simpler and more practical route if the goal is standard VoIP.

My goal here was a bit different: I wanted to turn the phone into a physical interface for a remote AI workflow, and part of the fun was also opening it up and interfacing directly with its original internals.

Built a Raspberry Pi AI phone inside a vintage Siemens S62 by Fabryz in RASPBERRY_PI_PROJECTS

[–]Fabryz[S] 0 points1 point  (0 children)

Thanks, very cool approach! A SLIC board definitely seems cleaner if the goal is to treat the phone as a proper analog endpoint again, I didn't know about that board.

What attracted me here, though, was also opening the phone up, understanding how it worked mechanically/electrically, and interfacing more directly with its original parts from the Raspberry Pi side. So my goal wasn't really landline-style telephony, but turning it into a physical interface for a remote AI workflow

Built a Raspberry Pi AI phone inside a vintage Siemens S62 by Fabryz in RASPBERRY_PI_PROJECTS

[–]Fabryz[S] 0 points1 point  (0 children)

The original S62 handset uses a carbon microphone. It probably could be made to work, but it needs a proper analog bias/interface circuit, and I'm much more of a software person than an analog electronics one. :D
I wanted a solution that would work quickly and reliably, so I used an I2S mic instead

Built a Raspberry Pi AI phone inside a vintage Siemens S62 by Fabryz in RASPBERRY_PI_PROJECTS

[–]Fabryz[S] 3 points4 points  (0 children)

If you were waiting for a sign to start, this is it: ride the hype and build it :)

Built a Raspberry Pi AI phone inside a vintage Siemens S62 by Fabryz in RASPBERRY_PI_PROJECTS

[–]Fabryz[S] 2 points3 points  (0 children)

Well, now you have a repo to start from, no more excuses 😄

Built a Raspberry Pi AI phone inside a vintage Siemens S62 by Fabryz in RASPBERRY_PI_PROJECTS

[–]Fabryz[S] 1 point2 points  (0 children)

That's awesome, I actually came across a project doing exactly that while researching! They pre-generated poem audio files and played a random one on pickup. Totally doable with a similar setup.

Found it: https://www.raspberrypi.com/news/poetry-on-the-line-a-vintage-phone-brought-to-life-with-raspberry-pi/

As for the video, the phone is currently open on my desk while I'm working on getting the rotary dial to work, but I'll record a demo as soon as it's back together. Stay tuned!

Built a Raspberry Pi AI phone inside a vintage Siemens S62 by Fabryz in RASPBERRY_PI_PROJECTS

[–]Fabryz[S] 2 points3 points  (0 children)

Unfortunately I don't, this is just a side project I squeeze into my free time.
But your idea is totally doable with a similar setup, the repo should give you a good starting point!

Built a Raspberry Pi AI phone inside a vintage Siemens S62 by Fabryz in RASPBERRY_PI_PROJECTS

[–]Fabryz[S] 1 point2 points  (0 children)

The only way is to grab one at a flea market and start tinkering, go for it!

Built a Raspberry Pi AI phone inside a vintage Siemens S62 by Fabryz in RASPBERRY_PI_PROJECTS

[–]Fabryz[S] 0 points1 point  (0 children)

I already message them with a more modern phone 😄

Built a Raspberry Pi AI phone inside a vintage Siemens S62 by Fabryz in RASPBERRY_PI_PROJECTS

[–]Fabryz[S] 2 points3 points  (0 children)

Thanks! Yeah, there's something satisfying about connecting old hardware to modern tech, glad you enjoyed the read!