Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
haotianh9 authored Jun 19, 2023
1 parent ecc4785 commit 9284145
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,20 @@ My implementation of Field-Oriented Control(FOC) on STM32 following DengFOC's tu
DengFOC's tutorial: [DengFOC](http://dengfoc.com/#/)


Hardware used:
## Hardware used:

MCU Development Board: I first used STM32G4 Nucleo-64 board from [motor control kit](https://www.st.com/en/evaluation-tools/p-nucleo-ihm03.html) (used on open loop speed control case). When working on closed loop position control, I found SPI communication is not working on that board. Although spent lots of time on it, I found it hard to debug.
### MCU Development Board:

I first used STM32G4 Nucleo-64 board from [motor control kit](https://www.st.com/en/evaluation-tools/p-nucleo-ihm03.html) (used on open loop speed control case). When working on closed loop position control, I found SPI communication is not working on that board. Although spent lots of time on it, I found it hard to debug.

Thus, I switched to [bluepill (STM32F103C8T6)](https://stm32-base.org/boards/STM32F103C8T6-Blue-Pill.html) from then. If anybody can figure out the SPI communication problem, please Email me or submit a pull request. Thank you!


Driver Board: [motor control kit](https://www.st.com/en/evaluation-tools/p-nucleo-ihm03.html)
### Driver Board:

[motor control kit](https://www.st.com/en/evaluation-tools/p-nucleo-ihm03.html)


### Motor with encoder:

Motor with encoder: iPower Motor GM3506 Brushless Gimbal Motor w/ AS5048A Encoder [link](https://www.robotshop.com/products/ipower-motor-gm3506-brushless-gimbal-motor-w-as5048a-encoder)
iPower Motor GM3506 Brushless Gimbal Motor w/ AS5048A Encoder [link](https://www.robotshop.com/products/ipower-motor-gm3506-brushless-gimbal-motor-w-as5048a-encoder)

0 comments on commit 9284145

Please sign in to comment.