Hi All!
I’m working on some wled projects where space is a very limited resource.
I have a pretty small 4x 5v logic level shifter, but really only need the one.
Does anyone have a source for just a single line unit? Why are they so hard to find?
Sorry if this is an ultra-noob question. I’m ultra-noo
I used it once and it seemed to work ok… what sort of behavior would I see due to this transistor slowness?
This is academic, though. I’ve ordered 25 of the 74LVC1T45
The transistor solution is ok for a UART or a I2C sensor, with no much speed. But a WS2812 telgram needs roundabout 400 Khz clockspeed. It can work, but not pretty good. If it doesn’t work or be unstable, without oscilloscope you will be without cance
A real levelshifter is 10 times faster and can drive higher output loads, what will result to can use longer distances for dataline, cause a dataline is a small parasitic capacitor to ground. Longer line will increase the capcity. Every time when level switched, the capacitor will change his polarity. This is like a brake for the signal
It doesn’t need to be TTL input compatible as that’s a dual voltage device.
You need to set VccA to 3.3V, VccB to 5V and DIR from A->B to get proper levelshifted data on B.
I’m with you though, there’s much simpler solutions in the same package size:
74AHCT1G32 Single AHCT OR gate
74AHCT1G125 Single AHCT controlled output buffer
Either of those will work just like their 4 gate version big brothers and need only 5V supply.
Much easier to use.
Ohh, I’ll try these next! How exciting thank you!
And for later me…
Data wire from pwm0 (G18) to pin 2 74AHCT1G125.
74AHCT1G125: 1 and 3 pin to GND , 5 pin to +5V , 4 pin to strip WS2813 pin DI .