Issue with Simultaneous Activation of Multiple Relays in Zephyr RTOS on ESP32
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 modules for each tap so i can control multiple taps based on the same motion detection But the
Multiple relays not activating simultaneously
how can i resolve this.
1 Reply
From the snippet, it looks sequential, When you mean simultaneously, To what degree do you want?(exactly at the same time or nearly same, cant distinguish from human eye)
Could you maybe Log, during the activation, Add timestamps to help find how much time is it taking between each GPIO_set function call