Hey guys, the slides look good.
One thing - on the slide about the move command byte string, we don't really need that much detail, in my opinion. Nobody cares which bytes do what. What's important is that we send a byte array, and that array holds voltages and duration. Maybe points like this:
- The Wheel speed and direction are controlled by altering the voltages sent to them.
- Our Host sends these voltages, along with a duration, in a byte array
- The LocalBrain alters this array before sending the voltages to the Atom.
This is, I think, the level of detail that would be appropriate. Focus on how these things were challenging, but don't overwhelm the audience with details.
Also, let's host this on the SVN instead of sending it via email.
-Frank