simplefoc / Arduino-FOC

Arduino FOC for BLDC and Stepper motors - Arduino Based Field Oriented Control Algorithm Library
https://docs.simplefoc.com
MIT License
2.03k stars 521 forks source link

Support Arduino UNO R4 Minima and WiFi - PWM #289

Closed runger1101001 closed 1 year ago

runger1101001 commented 1 year ago

Adds support for the new Arduino UNO R4 boards based on Renesas MCUs.

This PR includes PWM support but not yet current sensing.

The MCUs will be nice for SimpleFOC:

runger1101001 commented 1 year ago

Note: this PR is not quite ready to merge yet. I still have to add support for 6-PWM and do some more testing.

runger1101001 commented 1 year ago

This is now working well enough in my tests that we can merge it and see if the UNO R4s work well with our sensors, examples, etc...