From 30ecb9d19e3713c643723c31c3ad3cf9f92040b2 Mon Sep 17 00:00:00 2001 From: Oskar Weigl Date: Wed, 24 May 2017 11:05:46 -0700 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index b28f25fa..b9a31e6b 100644 --- a/README.md +++ b/README.md @@ -23,3 +23,10 @@ The power resistor values you need depends on your motor setup, and peak/average Wire up the motor phases into the 3-phase screw terminal(s), and the power resistor to the AUX terminal. Wire up the power source to the DC terminal, make sure to pay attention to the polarity. Do not apply power just yet. Wire up the encoder(s) to J4. The A,B phases are required, and the Z (index pulse) is optional. The A,B and Z lines have 1k pull up resistors, for use with open-drain encoder outputs. For single ended push-pull signals with weak drive current (\<2mA), you may want to desolder the pull-ups. + +If you are sending commands over USB, you can plug in a USB cable on J1. + +You can now: +* [Download and build the firmware](https://github.com/madcowswe/ODriveFirmware) +* [Configure the firmware parameters](https://github.com/madcowswe/ODriveFirmware#configuring-parameters) +* [Flash the board](https://github.com/madcowswe/ODriveFirmware#flashing-the-firmware)