bldc-driver icon indicating copy to clipboard operation
bldc-driver copied to clipboard

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

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