Hey everyone, Thanks for the previous suggestions on tackling the inference timeout issue in my vibration anomaly detection project. I implemented quantization to optimize the model, but now I’m encountering […]
Hey @MCU, MPU & Firmware @Helper Guys, i have a slight logic problem, So i built a BLE HID device using zephyr which tags input from a console and send […]
I want to optimize a computationally intensive loop using SIMD instructions on an Intel Core i7 `12700K` processor and 32GB of DDR4 `3200` memory , to boost the performance for […]
Hey guys i’m attempting on working on an ESP32 robotic arm control system using FreeRTOS and MQTT, but the system occasionally freezes. I suspect a deadlock between `controlArmTask` and `sendCommandTask`. […]
I currently face a situation where I have to use Google Test for C-Code. So I am not really able to use gmock to mock C-modules. What I want to […]
Hey guys, I’m using an AVR microcontroller with Zephyr to read data from an ADC via SPI. I’ve configured the SPI peripheral and device tree, but the data coming back […]
Looking for some help with getting Clock output on MCO1 (PA8) from LSE here’s a snippet of what I am doing. My logic analyzer gets no pulse from the LSE. […]
Has anyone managed to get printf working with floats on an M4 preferable with cmake and vscode. My cubeIDE works just fine.
I have some files and I would like to run them, I am simply trying to integrate an MQTT dashboard for an embedded system, here are the files : bundle.js, […]