Trouble with inverted uart on esp32s3 #3310
Replies: 1 comment
-
This has been fixed in the main branch, I'll close this discussion |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello guys, I'm having trouble getting inverted logic levels uart to work on esp32s3, this is the code I'm running (simplified):
I have physically wired gpio 15 and 16 together, when using not inverted RX, I receive the data no matter if the TX is inverted or not, but if I invert the RX, I do not receive the data with inverted nor not inverted TX.
This is what I get repeatedly when I use inverted RX (with either TX inverted or not inverted):
What am I doing wrong here?
Beta Was this translation helpful? Give feedback.
All reactions