-
-
Notifications
You must be signed in to change notification settings - Fork 521
[PXCT-1508] Debian Environment Guide for UNO Q #2750
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
base: main
Are you sure you want to change the base?
Conversation
…/content.md Co-authored-by: Christopher Méndez <49886387+mcmchris@users.noreply.github.com>
|
Original PR is found here. Reviewed by @mcmchris , thanks! Cc. @jhansson-ard |
Preview Deployment🚀 Preview this PR: https://692a2fa65103d8a3c08d2233--docs-content.netlify.app |
|
|
||
|  | ||
|
|
||
| The [Bridge mechanism](https://docs.arduino.cc/tutorials/uno-q/user-manual/#bridge---remote-procedure-call-rpc-library) is the key element that enables uninterrupted communication between both systems. It allows your Python® scripts running on Debian to interact with Arduino code running on the MCU, creating a flexible hybrid development environment that leverages both the computational power of Linux and the real-time capabilities of Arduino. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it worth mentioning that Python is the only officially supported language AT THE MOMENT and that more support will come for custom integration and MPU/MCU communication methods?
manchoz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very well done and beginner friendly! I like it a lot! It is a much needed gentle introduction to GNU/Linux systems and the shell.
What This PR Changes
Contribution Guidelines