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.
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 […]
Hello.I have a simple robot with two DC motors. Using the L298N Dual H-Bridge, what’s the minimum number of control pins I can use to give me forward, back and […]
https://github.com/MuskaanJain2021/MULTITASKING-ON-STM32F407VGT6.git Task I am trying to achieve is The LED is off initially. Depending on switch press, the LED blinks in following way. 1st Switch press: LED blinks at frequency […]
Hey guys, how can I initialize the AVR32UC microcontroller with Zephyr OS to communicate with the DHT22 temperature and humidity sensor, and address the issue of `failing to fetch sensor […]
@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, […]
@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 […]
@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 […]
@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 […]
Hello @MCU, MPU & Firmware , Is anyone experienced with Bluetooth HFP (Hands-Free Profile) development? If so, could you provide recommendations for vendors with a mature and stable Bluetooth stack […]