Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 747 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 747 Bytes

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