Skip to content

fangzhuang2004/obldc2-firmware

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project aims to create a fully open-source Brushless Drive Controller.

Where is the hardware
---------------------
The hardware design files got split into a separate repository on github called
open-bldc-hardware.

Goal of obldc2
--------------
The old codebase is quite stale and convoluted. In an effort of cleanup and simplification obldc2 is starting on a rather clean slate.

Supporting only the strip hardware but reusing some of the features and tools contained in open-bldc repository.

This repository only contains the firmwre for the motor controller. If there are libraries used they will be included as submodules in the future. (just like libopencm3 is included currently).

How to build
------------

1) Build external modules
$ ./scripts/buildext.sh
2) Build firmware
$ make

Licensing
---------
All sourcecode is licensed under GPL version 3 or later, all circuitry designs
and pcb layouts are available as original source files and licensed under
CreativeCommons BY-SA 3.0.

Feel free to use everything here as you wish! :)

About

Open-Source Brushless Drive Controller Firmware

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 55.8%
  • C 37.1%
  • Makefile 5.8%
  • Shell 1.3%