From 4d8be78e397a9c2efb0e780173954108b77b777b Mon Sep 17 00:00:00 2001
From: Jake Read <jake.read@cba.mit.edu>
Date: Tue, 8 May 2018 10:36:05 -0400
Subject: [PATCH] some doc

---
 README.md | 18 ++++++++++++++----
 1 file changed, 14 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 68a5b4d..2515283 100644
--- a/README.md
+++ b/README.md
@@ -4,13 +4,23 @@
 
 See: [Circuit Development](/circuit), [Code Development](/embedded), and [Education](/education)
 
-# Todo
+## Status
 
-Update doc for other humans. Boot new hardware, do spindle speed control, test, use in machine.
+New boards are in, waiting for time...
+
+## Next Steps
+
+ - stuff one board
+ - re-hash code for different pinouts, with updated libraries
+ - try speed control with IQ-less FOC (simple sine commutation)
+  - if this is not satisfactory (field lag due to inductance), use 6-step comm
+ - implement speed control network command
+ - re-hash documentation
+ - use to control a spindle in a machine 
 
 ## What
 
-The MMKBLDC Project is my attempt at building a decent controller for Brushless Motors. BLDCs are excellent sources of mechatronic actuation: they're [power dense](https://jakeread.pages.cba.mit.edu/actuators/) and serve the motion control justice present in most state of the art robotics. However, controlling them is non-trivial, and requires the combination of some EE expertise, some control expertise, and some hardware know-how. 
+The MMKBLDC Project is my attempt at building a decent controller for Brushless Motors. BLDCs are excellent sources of mechatronic actuation: they're [power dense](https://jakeread.pages.cba.mit.edu/actuators/) and serve the motion control justice present in most state of the art robotics. However, controlling them is non-trivial, and requires the combination of some EE expertise, some control expertise, and some hardware know-how.
 
 ![board](/images/board.png)
 ![schematic](/images/schematic.png)
@@ -49,4 +59,4 @@ In the [circuit dev page](/circuit) you'll find doc on the BOM for the MKBLDC, a
 
 # Footnotes
 
-1. working on it
\ No newline at end of file
+1. working on it
-- 
GitLab