Hi all!
I’m currently working on an application using the SimpleFOC Drive Shield, trying to achieve a speed of 730 rad/s with a Moons ECU16036H12-S107&M16-1024 slotless BLDC.
Rather than just trying random things I really want to be able to measure and understand what is happening behind the scenes here, and one of the key variables for speed is the loop rate. But how do people usually measure the loop rate? Just by adding a timer to the Arduino loop
function, then reporting that over Serial? But wouldn’t the Serial transfer result in a slower loop rate?
Keen to learn how this has been done by our resident FOC experts