Okay so we wanna take in even look at the age bridge by analyzing the circuit layout or the pin out diagram of the age bridge. So, we're gonna take what we just talk about, and- >> Give a brief over view of what's going on inside of the immigrated circuit of the age bridge. >> Yeah. So this is inside of what's going on. You can see at the top you have power. And what's happening here is you're gonna have the four transistors, and they're kind creating that H, right? And so, you'll have two of them closed and two of them open. So you can only create a single path for a current to flow from DCC to ground. And so when the current is going through the coil in one direction, it's going to cause a specific direction and induce magnetic field. Which will then make it cause the ferromagnetic material become north or south on that side for the motor to be able to shift it. Then, as you want to run the program, you'll then be able to actually change which ones are open, and which ones are closed. So that you can change the direction of current flow, causing it to go from south to north to then move the motor into the next step. Yeah so you can see as soon as though switches close, that's when the path is created, and the current can start to flow which will cause the field to be induced. >> Yeah. >> Yeah. So here we have the pin out diagram of the H-Bridge. You can see that in the top right corner is your VCC so it does need to be connected to a five volt power supply. In the bottom left corner is VCC2. That's gonna be the power. That's the extra power needed to actually turn the motor. So you do need at least 12 Volts on there otherwise your motor won't have enough juice to be able to turn. As well as that you notice that there are four set ups of the circuit. So you have A1, A2, A3, And A4 and those are gonna be the transistors into h. And then you have a large common ground in the center, so those all need to be attached to ground. Now for each of the circuits set ups, you have enables one and two in the top left corner and enable three and four in the bottom right corner. If those are turned off, the circuit will not be able to work. And so you can actually use it so if you're using the GPIOs for something else, you can have the enable turned off, so that it won't actually run the current through the H bridge. >> In our case, we actually have plenty of GPIOs for our particular projects. So we're just gonna keep them enabled the whole time. >> We're just gonna connect all the enables to the five volt power supply. So that they'll just be on and we can run them through the ends there. In which case the ends are coming in from the dragon board and the outs go out to the motor. >> Yeah, and if you look kind of at this diagram a little more you see coil x and coil y. That’s kind of going back to the other slide where you can see the two coils there. Those are in the center of the H. Those are the exact same thing. Those are the coils you see there as well. So you can kind of relate it. >> Yeah, and the thing is when you look at the left side, for the X, you have to have one on and the other off. They can't both be on at the same time, because looking at the H, you only want the current to be able to flow one direction through the middle. So you need one on and one off on both sides. So that's where you put x and y, so you see that one is x and the other is x not and then you've got a y and y not. So it's the opposite. >> Yeah, when we build the circuit you'll kind of get a better understanding of this and you can always refer to the documentation if you need more help. >> Yeah.