Electronic – Tying multiple power supply grounds

groundpower supply

I'm planning on a home automation system, and two sub-sections will be separated by (say) 100 feet. These will be connected by a low-amp, low-voltage data connection. To avoid running significant power over that distance, I would like the "remote" sub-section to have its own supply, separate from the "primary" sub-section.

Each power supply might be a wall wart, or maybe an ATX supply.

The data connection will run at 3.3V or 5V (relative to ground/reference), and "should" only flow a few nA of current.

Can I safely run a ground wire alongside the data, and tie these two supplies together, to create a common reference for the data voltage? What is the potential for current flowing through that wire, looping through the house's AC main supply system?

I've done some reading, and haven't found an answer that directly matches up to this query about potential current flow over that ground connection. From that reading, it does appear that if I expand to multiple sub-sections, then I should connect the grounds in a "star" fashion, running each tie-in back to my primary.

TIA!

Best Answer

No, I would not tie the grounds together for such a distance. That does make the data connection more tricky though. In your case, the two grounds shouldn't be all that different since presumably they are tied together back at the breaker box in your house. In that case you could use differential signalling, knowing that the common mode offset should stay bounded to a few volts at most.

However, I think real isolation of the data signal is a better idea. If you can use ethernet, then you don't have to do anything further since that is already isolated. Otherwise, it's probably easier to use a opto-coupler at the receiver. The transmitter would send pulses of a few mA, which is enough to light the LED in the opto at the other end.

One simple scheme is to use UARTS, with the line idle level being no current. Cheap optos can be surprisingly slow, so either get fast optos or run the UARTs at a slow baud rate. Even a really slow opto can support 9600 baud well enough, and you can go much faster with the right choice of opto. If you need high data rate, then ethernet starts to sound good.