mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-09-21 23:44:48 +08:00
Merge branch 'master' into devel
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
|
||||
## [0.2.0] - UNRELEASED
|
||||
## [0.2.0] - 2017-11-12
|
||||
### Added
|
||||
* UART feature
|
||||
* UART communication
|
||||
* Setting to select UART or Step/dir on GIPIO 1,2
|
||||
* Basic Anti-cogging
|
||||
### Changed
|
||||
|
||||
## [0.1.0] - 2017-08-26
|
||||
### Added
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
# ODriveFirmware
|
||||
|
||||
If you wish to use the latest release, please use the `master` branch (this is the default branch GitHub will present you with).
|
||||
|
||||
If you are a developer, you are encouraged to use the `devel` branch, as it contains the latest features.
|
||||
|
||||
### Table of contents
|
||||
|
||||
<!-- MarkdownTOC depth=2 autolink=true bracket=round -->
|
||||
|
||||
@@ -3,8 +3,6 @@
|
||||
This project is all about accurately driving brushless motors, for cheap. The aim is to make it possible to use inexpensive brushless motors in high performance robotics projects, like [this](https://www.youtube.com/watch?v=WT4E5nb3KtY).
|
||||
|
||||
## Getting Started
|
||||
*References to hardware is with respect to v3.3. Other versions may still apply, but component designators may differ*
|
||||
|
||||
It is perfectly fine, and even recommended, to start testing with just a single motor and encoder.
|
||||
Make sure you have a good mechanical connection between the encdoer and the motor, slip can cause disasterous oscillations.
|
||||
All non-power I/O is 3.3V output and 5V tolerant on input, except:
|
||||
@@ -20,8 +18,9 @@ Wire up the encoder(s) to J4. The A,B phases are required, and the Z (index puls
|
||||
|
||||

|
||||
|
||||
The currently supported command modes are USB and step/direction.
|
||||
The currently supported command modes are USB, UART and step/direction.
|
||||
* If you are sending commands over USB, you can plug in a cable into the micro-USB port.
|
||||
* If you are sending commands over UART, please see [Setting up UART](#setting-up-uart)
|
||||
* If you are using step/direction, please see [setting up step/direction](#setting-up-stepdirection)
|
||||
|
||||
You can now:
|
||||
|
||||
Reference in New Issue
Block a user