UNOQ serial monitor. First look Oct 28, 2025

@marcpous still trying to get a good way to make videos so I can do your tutorials. I have VNC working, but really want to test your hdmi-to-usb video capture idea. I might even be able to ditch OBS-studio since I just vibe coded a webcam recorder. I can’t really test it yet without the converter.

https://hpssjellis.github.io/my-examples-UnoQ-qualcomm-edgeimpulse-arduino/public/webcam-movie00.html

As for what I am doing today. I really want the Arduino IDE V2.x working on the unoQ Debian system, but Arduino has not made an appImage for the Arm64 version and

sudo apt install arduino

just installs the old Arduino IDE which is not being supported and locks up on loading libraries.

The Arduino IDE v2.x works great on windows with the “uno Q” board (the space is important).

1 Like

Thanks for sharing @Rocksetta Keep us posted :slight_smile:

@marcpous I just found out that I can copy the Edgeimpulse object detection example, then edit the app.yaml (irritatingly using nano since AppLab does not allow editing it). If the model is in my .arduinoBricks, it should work without any other changes, making it much easier to make an edgeimpulse model run, but it is not working for me. Any suggestions? Does the concept make sense?

Could you please share some code here @Rocksetta so I can understand better what you are trying to do?

Thanks!

@marcpous. I will see if I can explain it better, but I might just be able to solve the issue by doing more of your steps.

I am just trying to duplicate the Object Detection example, but once duplicated it does not run. I am not having consistent success using your steps ( here ) so I am trying to find an easier method.

Run the object detection example to make sure it runs

image

Duplicate the example

Run it, it doesn’t work since it is an example.

Then convert the app.yaml to your app.yaml and put my model in the .arduinoBricks folder. Still does not run, complains of an non-overlapping IPv4 error

I will try more of your steps.

A few moments later…

OK I found part of the problem, copying an example does not copy all the needed code, (but it should). I will see what files folder files are the important ones. I think it is just the main HTML files not the python folder files.

It’s the assets folder that is needed. I will test from here.

~/.local/share/arduino-app-cli/examples/video-generic-object-detection/assets/

The python folder is already properly made with the working main.py. I will test from here.