Jake Carter

Results 15 comments of Jake Carter

Hi @shouborno, Early exit is available via the `--stop-after` command-line flag to the ai8x-synthesis tool. See [this table](https://github.com/analogdevicesinc/ai8x-synthesis?tab=readme-ov-file#command-line-arguments-3) in the readme. You can add `--stop-after N` to stop the inference...

Thanks @pablogs9, The ability to increase the transport MTU is very helpful. My current payload is a 160x120 RGB888 image (57600 bytes). My microcontroller only has 128KB of SRAM, so...

Thanks @pablogs9, there are a couple of challenges I found this week: - For camera sensors without a built-in JPEG encoder we are reliant on our floating-point engine and the...

> How are you ensuring that this is an active wait when there are no messages in the queue: I have my DMA controller constantly unloading the RX FIFO behind...

Hi @pablogs9, I have some updated captures that show the 2 types of delay more clearly. The trace can be opened with [Saleae Logic](https://www.saleae.com/downloads/). The zip also includes a `-v6`...

I see, thanks @pablogs9. Could you provide any guidance on the colcon options for building the micro-ros library with stream framing disabled? Is ```json "microxrcedds_client": { "cmake-args": [ // ...,...

Hi @pablogs9, hope you've been well and had a good start to the new year. I've been working on an internal beta release for micro-ROS integration into the MSDK, and...

Thanks @ryalberti, we recently fixed a related issue in https://github.com/Analog-Devices-MSDK/msdk/pull/664 Can you confirm that you're building these refdes projects against the latest `main` branch of the MSDK repo? (Instructions [here](https://github.com/Analog-Devices-MSDK/msdk#developing-from-the-repo))

Yes, this looks correct if the _repo_ is cloned to C:\msdk As a sanity check you can `cd` into C:\msdk and run the following command: ```shell git log | grep...

Ok great, this confirms a separate issue. Thanks, we'll continue investigating and keep you posted