Antun Skuric
Antun Skuric
Awesome thanks!
Hey @alexiswoo456, This is a bug we've got in the v2.2.2. It has been reported already at #183. The code is fixed in the dev brancha and we will release...
Could this be realted to this issue #177 ?
Huh that is an interesting one! If you are refering to the v2.2.1 vs v2.2.2 for the open loop there is only one chnage: added possibility to limit the current...
Hey @techHappyWater, What is the mcu you are using?
Have you tried removing the phase resistance and KV rating parameters? And then setting the voltage limits? Your code would look like this: ```cpp #include #include #include #include BLDCMotor motor0...
Is this fixed in the master then or do we still have an issue with the build flags?
You're absolutely right! I've tested the code mostly for 2 adc signals and since I'm did not have a setup with 3 adcs. I'll update the code for the next...
Hey @z13660 It doesn't look like space vector owl indeed. Did you enable it in code? `motor.foc_modulation =FOCmodulationTtype::SpaceVectorPWM` By default it's sinusoidal pwm, and in the scope it looks like...