Hello guys ahv gotten to a new stage on my project simple temperature monitoring system using `MicroPython` on a `Zephyr` `RTOS`-supported microcontroller, such as the `ESP32`, and transmit the data […]
Please guys my web server (using RTOS and HTTP 1.0) closes the connection after each request. The browser keeps sending requests for “.js” files with HTTP 1.1, leading to retransmissions. […]
I am carrying forward my previous work on the *Modbus RTU Function Subset Implementation* based on a *Generic Library*. I had tested this library on *Cypress PSoC5* and *TI Stellaris […]
Still on my project, Iām trying to implement a real-time data processing feature using Edge Computing on the AVR128DA48. The goal is to perform basic filtering on the sensor data […]
Hey guys while developing a CAN bus monitoring system using the ESP32-S3, ESP-IDF, and RTOS, I encountered a WDT (Watchdog Timer) panic within my CAN interrupt service routine (ISR) when […]
Am working on a a home automation system that controls water pumps and taps based on motion detection using the Zephyr RTOS on an ESP32 microcontroller, how can i properly […]
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. How can i properly […]
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`. […]
Hi everyone, @Middleware & OS I’m struggling to find sufficient material on handling non-atomic operations, and I’d appreciate some guidance. I need to maintain a microsecond count in a 64-bit […]