Skip to content

Arduino Based Field Oriented Control Algorithm and Example

Notifications You must be signed in to change notification settings

ZhangYanglyu/Arduino-FOC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Arduino based Field Oriented Control (FOC) for gimbal motors

This project is based on widely used in Hobby world brushless gimbal controller HMBGC V2.2.

Proper low cost FOC supporting board is very hard to find these days even may not exist. The reason may be that the hobby community has not yet dug into it properly.

The closest you can get to FOC support and low cost (I was able to find) is:

There are two main probelms with these kinds of borads:

  • Both of them cost more than 100$.
  • Both of them are oriented to high current operations.

This porject aims to close the gap in the areas:

  • Low cost applications <50$
  • Low current operation < 5A
  • Simple usage and scalability (Arduino) and demistify FOC control in a simple way.

All you need for this project is (an exaple in brackets):

  • Brushless motor - 3 pahse (IPower GBM4198H-120T Ebay)
  • Encoder - ( Incremental 2400cpr Ebay)
  • HMBGC V2.2 Ebay

About

Arduino Based Field Oriented Control Algorithm and Example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.8%
  • C 2.2%