Introduction: A Bidirectional Logic Level Converter (for I2C)
When working with sensors and microcontroller or arduino's, you'll need a level converter as a lot of sensors are designed for 3,3V and most microcontrollers will be 5V.
I know that they can be bought cheaply at sparkfun and others but when you only want to buy one converter you might pay more for the shipping than for the actual thing. And besides that, it is a simple thing to make.
You only need two bss138 mosfets, four 10k resistors, two sets of male headerpins and a pcb or a piece of veroboard.
Step 1: The Circuit.
There is not much to tell about te construction of this circuit. Connect the gates directly to 3,3V, the sources via a 10K resistor to 3,3V and the drains via a 10K resistor to 5V.
Then make yourself a nice PCB-layout or find yourself a small piece of leftover veroboard and head to the next step.
Attachments
Step 2: Soldering and Hook Up
Solder everything together. There are only 8 components so it shouldn't take long before you can add it to your breadboard.
I added a picture with the connections on it. The sda and scl could be swichted aslong as you switch them on the other side too.
12 Comments
5 years ago
BTW, how did you make your PCB? Its very clean, but has a sort of homemade feel to it. I doubt you drew that by hand so I'm super curious.
Reply 5 years ago
I drew it in eagle and used the uv method to etch it.
5 years ago
Thanks for the help. I bought a velleman LLC and immediately regretted it. This is much better. Going to cannibalise the velleman to build this.
5 years ago
Noob here, Could you explain how it works? The signal is inverted correct? Because when the signal is "low" the transistor is open, therefore doing the 5V? Also, why the resistor in between signal and voltage? Thank you for the tutorial.
7 years ago
Hi, something I'm trying to understand about this, and also the SparkFun bi-directional level converter (4 channel).
Only 6 pins are used: 2 each side for data and 1 each side for "HV" and "LV", i.e. supply voltages.
But there is no ground connection? Is that correct?
I looked at the SparkFun board in Eagle, and there are ports there marked GND but as far as I can tell they aren't connected to anything. Can't work out why...
Reply 7 years ago
Connect ground of both sides directly and not vis this pcb
8 years ago on Introduction
Why do you have 4 pins on each side when you are only connecting 3 pins on each side?
Reply 8 years ago on Introduction
It's only because the board sits a bit more stable in the breadboard. You can make one with only 3 pins.
12 years ago on Introduction
Hi, please advise which pins are for what? My crystal ball has broken. ;-)
Reply 12 years ago on Introduction
look at the last picture in the last step. It should be there. SDA and SCL can be exchanged without problem aslong as you do it on both sides of the converter.
12 years ago on Introduction
Nice and simple does the trick.
12 years ago on Introduction
Thanks for this - very useful!