Skip to content

3-phase driver for bldc motor, based on stm32 and l6234.

License

Notifications You must be signed in to change notification settings

FedorBel/bldc-driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BLDC Driver

3-phase driver for bldc motor, based on stm32 and l6234.

(SWAP ANY TWO PHASES IF IT'S NOT ROTATING)

PCB layout

https://oshwlab.com/pro100bel/l6234pd-driver_copy

pbc_top pcb_bottom

L6234 Block Diagram

l6234-block-diag

Installation

Install compiler from here

Install St-link software

$ sudo apt-get install automake autoconf pkg-config libusb-1.0 git
$ git clone https://github.com/texane/stlink.git stlink
$ cd stlink
$ ./autogen.sh
$ ./configure
$ make