Daniel kalu
Daniel kalu
DIIDevHeads IoT Integration Server
Created by Daniel kalu on 9/4/2024 in #edge-networking
Best Tool to Diagnose Intermittent Wi-Fi Drops on ESP32 in Home Automation Project?
Thanks for the guidance! I believe the ESP32 Wi-Fi Sniffer will be a valuable tool in identifying the issue. I'll definitely explore this further and see if it helps resolve the connectivity problem.
4 replies
DIIDevHeads IoT Integration Server
Created by Daniel kalu on 7/31/2024 in #middleware-and-os
What are the best practices for handling priority inversion in FreeRTOS on ESP32?
Also after implementing that, I also optimized task priorities and minimized blocking calls, and everything works perfectly now
7 replies
DIIDevHeads IoT Integration Server
Created by Daniel kalu on 7/31/2024 in #middleware-and-os
What are the best practices for handling priority inversion in FreeRTOS on ESP32?
Yes, I used a mutex as suggested, and it was the first step that @Joseph Ogbonna gave me that made the difference.
7 replies
DIIDevHeads IoT Integration Server
Created by Daniel kalu on 8/6/2024 in #firmware-and-baremetal
How to Ensure Atomic Access to Queue in ESP32 FreeRTOS Project?
yes it worked after trying both approaches. Improving the mutex and queue handling helped stabilize the system, but I ultimately switched to using a FreeRTOS stream buffer since it’s a better fit for my single producer-consumer setup, and I haven't seen any data corruption or crashes since. Appreciate the help!
7 replies
DIIDevHeads IoT Integration Server
Created by Daniel kalu on 8/19/2024 in #edge-networking
How can I resolve "ESP_ERR_ESPNOW_IF: Interface error" when using ESP-NOW with SoftAP on ESP32?
Yes it has been fixed
6 replies
DIIDevHeads IoT Integration Server
Created by Daniel kalu on 8/6/2024 in #firmware-and-baremetal
How to Ensure Atomic Access to Queue in ESP32 FreeRTOS Project?
I will check it out 🙏 thanks
7 replies