adafruit / Adafruit_Blinka

Add CircuitPython hardware API and libraries to MicroPython & CPython devices
https://learn.adafruit.com/circuitpython-on-raspberrypi-linux
MIT License
439 stars 327 forks source link

ft232h output signal #736

Closed APAKGRUP closed 8 months ago

APAKGRUP commented 8 months ago

Hello, I got an ft232h board and tested a simple code, and then it worked fine. But the problem is that the output signal was 3 volts which is not enough for me. Is there any way to get a 5V output signal from this board?

caternuson commented 8 months ago

Not directly. The FT232H is a 3.3V output device. You'll need to level shift those outputs to 5V.