This Thread is Linked to the AMA on Device Trees with Zacck Osiemo (@superbike_z) and Ming (@Ming)! Post your questions hereβwhether it’s about Zephyr RTOS, Linux distributions, or device trees […]
I was previously working on a *distributed robotic control system* where multiple robotic arms communicate via *CAN Bus* to coordinate their movements. Each arm operates independently, but they share data […]
I am using FreeRTOS on an STM32F4-Nucleo board and `vTaskGetRunTimeStats()` to measure task CPU usage with the following code: void configureTimerForRunTimeStats(void) { g_osRuntimeCounter = 0; } unsigned long getRunTimeCounterValue(void) { […]
Hey everyone! Iβm looking to upgrade my hardware to professional embedded projects not for educational purposes , i would like it to handle AI tasks, i already have esp and […]
Hello ,Iβm struggling with a problem. I want to execute a sequence of turning an LED on and off, but not just a simple on/off; I want a timed sequence […]
Hii guys Iβm creating lighting variations on PORTA with a MEGA 2560 board. I am using a zero-cross detection that triggers an interrupt, which calls the “void passage_a_0” function. A […]
I’m looking to decode an existing switch matrix (4 Rows and 16 Columns, basically copy the states of the Rows and Columns). The goal is to ultimately have a [data] […]
Good morning guys ππ»ππ» I’m diving into a project for a USB MIDI controller with a Mega (interface in the photo, the empty holes are for potentiometers, 12 buttons, 24 […]
Hi, Iβm trying to get the value of my battery using an analog input of my ATTiny85 to create a gauge. To do this, I made a voltage divider to […]