Search found 1 match

by rightiochap
Wed Mar 20, 2024 1:41 am
Forum: ESP32 Arduino
Topic: SimpleFOC and ESPAsyncWebServer are conflicting?
Replies: 1
Views: 1131

SimpleFOC and ESPAsyncWebServer are conflicting?

As my title suggests, I am trying to run a BLDC motor at full speed in loop(), while at the same time I wish to run a server that updates a chart at some set inverval. However every time the chart updates, or a button is pressed, the motor skips/stutters. I've tried swapping the motor to Core 0, or ...