Skip to content

simplefoc/simplefoc_arduino_boards

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

SimpleFOC Arduino Boards

This is a collection of board definitions for Arduino IDE, to help you get up and running quickly with our SimpleFOC ESC boards with on-board MCUs.

Installing

Requirements:

Where to Install:

  1. Find your Arduino Sketchbook folder. Normally you can find it here:
    • Windows: C:\Users\{username}\Documents\Arduino
    • macOS: /Users/{username}/Documents/Arduino
    • Linux: /home/{username}/Arduino
  2. Inside the Sketchbook folder, find (or create) the folder hardware

Install from GIT:

  1. Inside the hardware folder, git clone this repository
    git clone https://github.com/simplefoc/simplefoc_arduino_boards.git simplefoc

Install from ZIP file:

  1. Use the green "Code" button on the github repository page and choose "Download ZIP".
  2. Extract the resulting ZIP file to the hardware folder in your Sketchbook folder
  3. Rename the extracted folder as "simplefoc"

Check it is working:

  1. Start Ardunio IDE
  2. You can now choose "SimpleFOC Boards" in the boards menu.

Boards included

  • SimpleFOC Lepton v2 by Valentine - STM32G031 64kB flash

About

Arduino board vendor files for SimpleFOC boards

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 85.3%
  • C++ 14.7%