Daniel Wong

Results 8 comments of Daniel Wong

I've reverted this PR to draft for the time beaing. The `` part should be filled in once the `--use-this-workspace` option is released.

I've fixed up my PR to use a regular try/except as mentioned in https://github.com/zephyrproject-rtos/west/pull/493#discussion_r603668473 One thing to note is that parse_known_args() is called twice: 1. When running built-in commands, https://github.com/zephyrproject-rtos/west/blob/04f6b67f707b1a0b5056b32160bdee91223a7549/src/west/app/main.py#L313...

So, I was initially not using a virtual environment, and originally had the v0.4.0.0 installed to run the `depthai_demp.py`, and got the same issue "X_LINK_DEVICE_NOT_FOUND" even after installing the `requirements.txt`....

@dragonmeteor you may want to explicitly add to the readme that you need a NVIDIA GPU/Cuda capable gpu to use this, as it's not stated there as a requirement. I...

I was wondering too. I don't have a proper answer, but I saw this application note describing these 22 ohm resistors and thought it might be useful: https://www.onsemi.com/pub/collateral/and8074-d.pdf I think...

@koss110 - I don't think you need both - it's more like you need either. You can enable write permissions for all workflows in a repo or organization via the...

Could this be related to "[Cannot receive the data when data length exactly 64 or 128 bytes](https://github.com/arduino/ArduinoCore-samd/issues/391)" ? Assuming it's not fixed yet. If you're transferring data using raw write()...

I'm pretty sure this issue has already been fixed by 3316756b0ce32d334b8798206c5bb88984b396b1 [USBDevice: do not use automatic multi-packet USB transactions](https://github.com/arduino/ArduinoCore-samd/commit/3316756b0ce32d334b8798206c5bb88984b396b1) I had this issue when using a the [Adafruit version of...