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.
@Middleware & OS Hello guys, I’m attempting to control a motor’s speed using PWM on my AVR microcontroller running Zephyr. I’ve set up the PWM peripheral and device tree configuration, […]
Good day everyone @Middleware & OS , I have an objective to transmit a string (“test123”) 10 times as fast as possible through UART in interrupt mode utilizing an STM32F407VGT6 […]
@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 […]
Good day guys, this code here is part of the initialization code for a firmware of an STM32F030 microcontroller, disassembled using Radare2. It is executed after the clock initialization but […]
@Middleware & OS How can I use the I2C bus(DAC) in kernel space, I have verified that the I2C adapter and address in kernel space, I expected to get a […]
hey guys am developing a home automation controller using a `SiFive HiFive Unmatched` with Embedded Linux. The controller should read data from a `Z-Wave door sensor`, I am using a […]
@Middleware & OS hey guys, I am working on an AVR microcontroller project using Zephyr OS for an IoT device that controls motors via CAN Bus/SPI. The initial error I […]
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, […]