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, […]
Hey guys, a friend of mine is currently working on AT91SAM9M10-EKES. The Code registers IRQ for 2 GPIO pins (PA20 & PA21) but only receives 22/26 expected interrupts (random). Could […]
I’m trying to use the LD_PRELOAD to inject my custom function in a program. I’ve compiled a shared library `getpid.so` having a modified getpid function that prints a message: #include […]
Hi,Devs @Middleware & OS I am currently working on a new project. The project entails how to integrate a DLA and a RISC V processor. However, I have some doubts […]
Iām trying to implement message prioritization on the CAN Bus for my Smart Industrial Monitoring System. High-priority messages (emergency alerts) should be transmitted before regular sensor data. Iām using the […]
Still based on my project on home automation system that controls water pumps and taps based on motion detection using the Zephyr RTOS on an ESP32. I added more relay […]
In preparation of the Tech Tips AMA on Yocto, this is a place to post the questions you want me to look into (yes – I’m cheating in wanting to […]
I’m developing a BLE code in ESP32 using nimble stack, that itself consuming around 70% of the IRAM. I want to integrate few other peripherals like CAN, SPI. How can […]
From @Jagauthier: I want to provide a custom file. Like /etc/issue. However, I can’t find any clear documentation on how to do this. I’ve tried multiple things including creating base_files_%.bbappend, […]