this post was submitted on 07 Mar 2025
9 points (90.9% liked)

Hardware

5322 readers
6 users here now

This is a community dedicated to the hardware aspect of technology, from PC parts, to gadgets, to servers, to industrial control equipment, to semiconductors.

Rules:

founded 5 years ago
MODERATORS
 

cross-posted from: https://lemmy.ml/post/26838835

Hi,

I'm looking a way to make or buy an intercom system between room in the same house. That works more or less like a Walkie-talkie but wired on the local LAN .

With the following "requirements"

  • only voice
  • push to talk ( do not need to dial )
  • broadcast the voice too all receiver
  • AC-powered
  • work on the local Lan (Ethernet)

If you know any device that does that or a clever way to DIY or even an android app (LAN only)
I'm all ears. Thanks

top 1 comments
sorted by: hot top controversial new old
[–] cmnybo@discuss.tchncs.de 1 points 1 week ago

If WiFi would be OK, you could use an ESP32. It has an ADC and DAC that could be used for low quality audio and plenty of CPU power for simple audio codecs like u-law. You would have to write the firmware for it, but it's not too complicated to capture, send and play some audio.