0

I know this is a bad idea, but that does't mean I don't want to try it.

Powerline networking is a thing. It could well be they do this in the way I'm considering, but I'd imagine they probably transmit data by superimposing it onto the live waveform and then using filters to filter out the AC on the receiving end. That just seems more responsible.

That being said, is there any electrical reason why I couldn't design a transmitter and receiver that communicated over my house's neutral wire? Assuming it used a low voltage for transmission, say 5-10V, that wouldn't change the potential between live and neutral by any more than standard grid fluctuations would, so I don't think this would present a problem to other devices connected?

If it's relevant, I'm in the UK so we use a 230V@50Hz ring main in our houses.


To be clear. I know this is a bad idea, I probably won't actually do it. So please don't answer with don't do it.

I'm looking for answers as to why it wouldn't work, or why it would potentially damage other devices plugged into my house wiring.

JRE
  • 67,678
  • 8
  • 104
  • 179
ScottishTapWater
  • 435
  • 3
  • 14
  • Safety issues aside. If you use live/phase as the return wire, it'll just be the same as normal powerline networking except opposite polarity (if that even matters). If you use earth as the return, it'll trip your RCD. – Oskar Skog Oct 18 '22 at 17:41
  • I don't suppose TP-Link uses a known protocol for their powerline adapters? Would be cool if I could just hook into my existing network... – ScottishTapWater Oct 18 '22 at 17:55
  • 2
    You can't really communicate on one line alone. No matter which wire you use to send data as voltage or current, there is always another wire used for the common or return path. So yeah, neutral is already used. Also, aren't household powerline comms standardized? Why would one manufacturer make their custom method if standard chipsets can be bought. – Justme Oct 18 '22 at 17:56
  • @Justme - I was thinking neutral->earth... Although if you could tell me what protocol tp link powerline adapters use, then I won't need to try and create my own solution... Would be even cooler if I could make my device just use my existing powerline network – ScottishTapWater Oct 18 '22 at 17:59
  • I don't know what "tp link" equipment you have, they have made devices for so many years and I can't know what chipset is in your device. Doesn't the device manual say which standard it uses? – Justme Oct 18 '22 at 18:03
  • 1
    Yep, PLC for residential high-speed networking is standardized through IEEE Std 1901-2010 and successors – Marcus Müller Oct 18 '22 at 18:11
  • Think about the circuit loop; which is the signal return wire? – Andy aka Oct 18 '22 at 18:42
  • Have you looked at a balun to inject and extract your data on the power lines? – winny Oct 18 '22 at 19:26
  • @ScottishTapWater neutral/earth or live/earth should trip your GFCI. – user253751 Oct 18 '22 at 19:50
  • Thanks @MarcusMüller – ScottishTapWater Oct 18 '22 at 22:37

1 Answers1

2

Neutral is usually tied to earth at the panel. I would think this would tend to shunt any RF that would go between branches of neutral to ground.

Plus, what’s your return for the driver? Answer: HomePlug and others use both hot and neutral, through a transformer, so there is a complete loop.

More here: How do these powerline networking adapters work?

hacktastical
  • 49,832
  • 2
  • 47
  • 138