-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Struggling ESP32 serial to linux #355
Comments
Tagging @jean-roland |
There was no timeout in the read at pico side. has been corrected in the pull request. |
Related to #140 |
Solved in #383 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Discussed in eclipse-zenoh/roadmap#120
Originally posted by vortex314 February 25, 2024
I got Zenohd running on linux and via USB serial FTDI chip connected to UART2 of an ESP32 board
The ESP32 board is running zenoh-pico via UART2. I use UART0 for debugging.
It looks that the daemon and the micro-controller, see each other but the session is not opened.
At µC side
At Linux side
Source µC : https://github.com/vortex314/zenoh-projects/blob/main/zenoh-espidf/src/main.cpp
zenohd config : https://github.com/vortex314/zenoh-projects/blob/main/zenohd/zenoh.json5
Build flags for zenohd : https://github.com/vortex314/zenoh-projects/blob/main/zenohd/zenoh.json5
The text was updated successfully, but these errors were encountered: