simplefoc / Arduino-FOC-drivers

Drivers and support code for SimpleFOC
https://docs.simplefoc.com/drivers_library
MIT License
146 stars 63 forks source link

Add support for DRV8301 #36

Open lixit opened 8 months ago

lixit commented 8 months ago

Could you add support for this gate driver?

image

runger1101001 commented 8 months ago

Dear @lixit ,

At the moment we have this code to support the DRV8301: https://github.com/simplefoc/Arduino_SimpleFOC_DRV8301_Support_Library

It is a less supported piece of code, I hope it is working and helpful for you.

But I agree that in future we should integrate the support into our drivers library.

lixit commented 8 months ago

@runger1101001 VESC have implemented the driver code

https://github.com/vedderb/bldc/blob/master/hwconf/drv8301.c

I put here for future reference.