Search found 1 match
- Mon Jan 16, 2023 7:42 pm
- Forum: ESP-IDF
- Topic: WIFI task messes up timer interrupts
- Replies: 1
- Views: 1234
WIFI task messes up timer interrupts
I'm creating an application where I generate a PWM signal using a hardware timer, using ESP IDF, and an ESP32 board. The application has a few other FreeRTOS tasks, and when running everything without internet connection it works just fine. However, I need to periodically send some data through MQTT...