Search found 2 matches

by femahm
Tue Mar 12, 2024 6:18 pm
Forum: Hardware
Topic: esp32-s3-korvo-2 uart does not receive
Replies: 2
Views: 617

Re: esp32-s3-korvo-2 uart does not receive

The Korvo has an usb-serial chip connected to those pins, and that interferes with the signal you're sending. Suggest picking other GPIOs that are not occupied. thanks for your reply. I tried other pins but no change. Also, I prefer to use the available header on the Korvo so if there is a solution...
by femahm
Tue Feb 27, 2024 11:18 pm
Forum: Hardware
Topic: esp32-s3-korvo-2 uart does not receive
Replies: 2
Views: 617

esp32-s3-korvo-2 uart does not receive

I am using a esp32-s3-korvo-2. It has tx0 and rx0 pins available on the board. I am trying to use the uart through these pins but Korvo only sends data and doesn't receive anything. I checked the pins using a logic analyzer and I can see the data coming to the rx0. here is the loopback example that ...