User Tools

Site Tools


embedded:adventures:dualpower

This is an old revision of the document!


Optoisolators and Dual Supply Circuit Logic

Often, it is the case that one is running digital logic off of a low power device with its own power supply, and must connect to another digital circuit with its own power supply. The naive approach would be to connect the two grounds together, but that is actually a mistake. Since voltage is a potential measurement (i.e., it is a difference between the high and low leads), there is no guarantee that the two low leads are actually at the same voltage levels. If they aren't, then a ground loop is created. For digital systems, the leaking current associated to a ground loop and the resulting fluctuations that may occur lead to ground bounce, whereby the digital logic behaves erratically. The simplest mechanism to avoid these problems is to preserve the electrically decoupled structure of the two original circuits through an opto-isolator or opto-coupler (the wiki link has a good description and nice circuit drawing). It also plays the additional role of protecting the circuit from weird current spikes should that be a potential issue on one of the two supply sides. Let's say, like when you are connecting a low-voltage, low-power embedded controller to a high-voltage, high-current motor drive system.

Some summarize the role of an opto-isolator by comparing it to a relay, just that it uses photodiodes instead of mechanical contacts to switch back and forth. That's effectively how they are used. Doing so requires setting up the circuit properly.

Explanation

As noted above, Wikipedia has a good explanation. This here is the quick and dirty version, which uses the image below as a reference. to the left of the red dotted line is one supply side, while to the right is the other. Internal to the package there is a small LED for the supply side. When the signal is logic high, the LED turns on and illuminates the sensor on the other side of the package. That sensor acts like a transistor. In the off mode, the gate is open, but in the on mode the gate closes letting current flow on the right hand side. the light sourced by the LED is what provides the activation current for the gate to close since the gate is optically driven.

Quick and dirty sketch of opto-isolator circuit for bridging logic of two two power supplies.

To duplicate the digital logic of the left side, the main idea is to tap off of the second pin with a pull-down. In the off mode, the pull down ensures logic low. In the on mode, the system will become logic high. Since the gate has some low resistance, the right hand side circuit will behave like a resistor-based voltage divider, so it won't be pure logic high but something slightly lower. How low depends on the value of R2. What's important is for the high to be high enough to trigger the digital logic of the other side.

We needed one because the 3.3V regulated Vout was not enough to control a servo motor, which requires 4-6V. In addition, the 5.0V USB out cannot function at the same time as the mBed. Either you are controlling your electronics with the mBed or powering them with 5.0V. This is not ideal.

We found this MCT6 datasheet to be helpful. The MCT6 chip contains 2 optoisolators. Here is how to connect the first one: 1. Connect your output wire from the mBed to pin 1. 2. Connect pin 2 to mBed ground with a small valued (1k) resistor. 3. Connect pin 7 to external DC ground with a large resistor (10k). 4. Connect pin 8 to external DC Vcc and to the input signal wire of whatever you need to control.

Figure 1: The MCT6 optoisolators used in a circuit.

embedded/adventures/dualpower.1474823837.txt.gz · Last modified: 2024/08/20 21:38 (external edit)