Skip to content

pollen-robotics/microspora_simplefoc_firmware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microspora board firmware based on SimpleFOC using platformIO

A template platformIO project for the microspora firmware using SimpleFOC.

This is the firmware for the microspora board, a compact motor driver board based on the DRV8316 IC and an STM32G4 series microcontroller, and MT6701 encoder. The board is designed for BLDC motors under 10Amps, and is compatible with the SimpleFOC library. It is super compact and it seems to be a very very nice fit to start with SimpleFOC!

It can be used for torque, velocity and position control.

Requirements

You'll need to have PlatformIO installed and to download the SimpleFOC into your lib folder.

I'd suggest you to do it like this:

cd your_project_folder/lib
git clone https://github.com/simplefoc/Arduino-FOC.git
cd Arduino-FOC
git checkout dev

You'll need the dev branch until the next release 2.3.6. Once it is out, you can just add askuric/Arduino FOC to your lib_deps in platformio.ini and skip this step.

And you're done, you can start developing your project!

About

A template platformIO project for the microspora firmware using SimpleFOC.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages