-
Notifications
You must be signed in to change notification settings - Fork 1k
Arduino Uno Q Preliminary Example #1054
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
Conversation
Doesn't seem to be our problem. I noticed about a bunch of complaints about the App Lab proprietary software and the Uno Q board on Arduino forums. It looks like a lot of redit users got all fired up too, but I'm not re-posting that doom scroll. If Arduino (Qualcomm) doesn't consider community feedback from the Uno Q roll out, then there might be an inevitable maker community exodus toward alternatives (probably PlatformIO + Zephyr project). But simplicity like the Arduino IDE experience is hard to find in alternatives. |
2bndy5
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.
What version of Python is running in the app lab?
If app lab is not using a venv for each project
python3 --version
Co-authored-by: Brendan <2bndy5@gmail.com>
Co-authored-by: Brendan <2bndy5@gmail.com>
|
I think it runs a venv for each project inside a docker container.
Python 3.13.5 |
|
Yikes! Using a docker container seems like overkill (especially for a SBC) if they want to protect the Linux system assets. Do you have to run App Lab with root privileges? This invokes so many other questions about using bricks. And I thought I over-thought things, damn. |
|
No, root privileges are not required. Turns out you can't just do things like create or access a TUN interface either, so that pretty much rules out any RF24Gateway like behavior too. |
|
Yea, I just saw your arduino forums thread. Does app lab allow you to add custom args when running the docker container? If so, I suspect you could forward network ports into the docker container. |
This comment was marked as outdated.
This comment was marked as outdated.
App lab is pretty sparse for options etc. I was trying to figure out a way to run docker with CAP_NET_ADMIN privileges but still haven't figured out if its possible. |
Hi @TMRh20. I have notified the Arduino App Lab developers of the incorrect handling of the Note that the Arduino App Lab Serial Monitor does handle CRLF line endings (which is what is used by |


Adding preliminary example for Arduino Uno Q