Any specific configuration for enabling UART between Zephyr boards and Arduino boards? #95354
Unanswered
alexpaschoaletto
asked this question in
Q&A
Replies: 1 comment
-
Hmmm. Show us proof, otherwise you could be making an "ass" out of "u" and "me" (i.e. we're having to assume). |
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.
-
I'm feeling pretty dumb at the moment for making such a question, but I've ran completely out of ideas and am starting to become desperate.
Here's the thing: I have two boards in a circuit. One is a Raspberry Pi Pico, and the other is an ESP8266. The raspberry is programmed with Zephyr, the ESP8266 with the Arduino "API" thing (for now I can't really change that). And more importantly, both have UART enabled and are connected with one another. Yet... I can't seem to make they communicate. As in: No messages sent by the Pico seem to be received by the ESP, and vice-versa. Some observations:
Serial.begin(115200, SERIAL_8N1)
to ensure the baud rate, parity, stop bits and data bits.So by any chance does anyone have any idea of what might be possibly happening? I'm so sad right now 🥲
Many many thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions