Become a leader in the IoT community!
Join our community of embedded and IoT practitioners to contribute experience, learn new skills and collaborate with other developers with complementary skillsets.
Hey guys, I’m evaluating open-source RTOS options for an ARM Cortex-M project. While FreeRTOS, ChibiOS, and CooCox CoOS seem to offer similar features, I’m curious about real-world experiences. Specifically, how […]
Hi @Middleware & OS , When using FreeRTOS each thread has its own stack space it is dedicated to. So what happens with Interrupt Service Routines that’s ISRs? Do they […]
As of Linux 6.12 the real-time PREMPT_RT support has been merged into the kernel. It has only taken about 20 years! However, I still don’t want it controlling my car’s […]
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 […]
Hi guys i’m developing a real-time sensor data display system on an ESP32 microcontroller using FreeRTOS. The project involves two main tasks: TaskA handles sensor data collection and processing while […]
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 […]
Hey guys while developing a FreeRTOS-based realtime application on ESP32 to manage multiple industrial sensors, l’ve encountered system crashes and memory management issues, likely due to stack overflows and improper […]
Forums are designed to help DevHeads community members come to quick resolution on a variety of systems integration topics. These differ from the #seeking-collabs (*find a professional dev who can […]
Hey guys, so I’ve been trying to integrate an RTC module with an ATmega2560 and Zephyr OS for time-stamped data logging, and resolve the issue of failing to read from […]