FedorBel / bldc-driver

3-phase driver for bldc motor, based on stm32 and l6234.
MIT License
26 stars 5 forks source link
bldc-driver bldc-motor stm32f103

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