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.
This topic is to share with how you manage your application and how you deal with it in case the connectivity is lost, and what you do when the connection […]
hey guys, am developing a real-time industrial control system using a BeagleBone AI with Embedded Linux. The system should read data from an EtherCAT torque sensor. I have verified the […]
@Middleware & OS Gm guy’s, I’m trying to interface an EEPROM with my AVR microcontroller using Zephyr RTOS. I’ve configured the I2C peripheral in the `prj.conf` file and set up […]
Hey everyone @Middleware & OS , I’m neck-deep in an RTOS project using FreeRTOS. I need to read and potentially modify interrupt priorities after the FreeRTOS scheduler has been kicked […]
Hello @Middleware & OS My FreeRTOS application experiences sporadic crashes or resets without an obvious cause. What steps can I take, such as enabling stack overflow checking, using watchdog timers, […]
I have a question about using the extended registers as in r8, r9, r10, …. , I want to use them frequently in my program, but I’ve noticed a problem […]
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. […]
Good day everyone, my aim is to showcase the RTC date and time on Tera Term; however, I am facing errors that are explained in the code below. Furthermore, no […]