Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/milkcocoa0902/3p-bldcmotordriver
https://github.com/milkcocoa0902/3p-bldcmotordriver
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/milkcocoa0902/3p-bldcmotordriver
- Owner: milkcocoa0902
- Created: 2017-01-24T12:37:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-30T07:13:12.000Z (almost 8 years ago)
- Last Synced: 2023-11-23T16:25:26.623Z (about 1 year ago)
- Language: C++
- Size: 13.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 三相BLDCモータドライバ
## 概要
ロボコンでの使用を目的とした三相ブラシレスモータドライバの開発を行う。
## 主な機能
* 過電流保護
* 電流センサを用いた電流制御
* 内臓のホールセンサを用いた低速域での制御
* USBを用いたシェルの実装
## 開発環境
### ソフト
* lpcxpresso (NXP Semiconductor, 統合開発環境)
* SourceTree (Atlassian, Git管理ツール)
* Eagle (回路エディタ)
### 言語
* GNU C++ 14
* GNU C 11## 基板概要
* ARMマイコン
* 電流センサを備えたゲートドライバ
* DIPスイッチによるブートセレクタ
![基板](./readme_files/board.JPG "基板")