diff --git a/AUTHORS-Platform.md b/AUTHORS-Platform.md index e62a68f..b639481 100644 --- a/AUTHORS-Platform.md +++ b/AUTHORS-Platform.md @@ -1,10 +1,17 @@ # P2-BLDC-Motor-Control - The Authors' Test Platform -as I work on these drivers I need to use a test platform. This page describes what my platofrm looks like and how it is set up. +as I work on these drivers I need to use a test platform. This page describes what my platform looks like and how it is set up. ![Project Maintenance][maintenance-shield] [![License][license-shield]](LICENSE) +## Videos of my Platform + +Video of author running the system: [Control our 2-wheel BLDC robot platform from an RPi](https://youtu.be/QF4qI9yVwWc) @ youtube + +Earlier video of the [Platform under FlySky R/C control](https://youtu.be/EeIrPzJ0THU) @ YouTube + + ## Images of my Platform I decided to use the inset wheels design (See [Drawings](DRAWINGS.md)) for mine and ordered it from [SendCutSend.com](https://sendcutsend.com/). I ordered a bunch of the spacers too. The order arrived like this: diff --git a/README.md b/README.md index 31e681e..48d0d78 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ Parallax offers a pair of the [6.5" Hoverboard wheels along with mounting hardwa This post [Build a Heavy-Duty Robot Using 6.5″ Hub Motors and Propeller 2 Control System](https://www.parallax.com/build-a-heavy-duty-robot-using-brushless-dc-motors/) describes our two-wheel system. The objects provided by this project are all you need to get your platform moving! +**NEW!** If you are looking for **Serial control of our BLDC Motor platform** then head over to: [Serial Control Page](SERIAL-CONTROL.md) + ## Current status Latest Changes: diff --git a/SERIAL-CONTROL.md b/SERIAL-CONTROL.md index 3e13bdd..fd81f34 100644 --- a/SERIAL-CONTROL.md +++ b/SERIAL-CONTROL.md @@ -52,6 +52,8 @@ The following diagram shows the top-level serial object which hands off commands In this diagram there are five **rectangular objects** depicting files (yellow background) of code. There are three methods within the motor files (white and green backgrounds) that are run in separate cogs and there is one method (white background) within the serial files that runs in a separate cog. The **arrows** attempt to show which objects interact with each other and also show with which object the user application can interact. The gear icon indicates which are running in their own Cog. You can see that the users' top-level control application runs in its own Cog as well. +Video of author running the system: [Control our 2-wheel BLDC robot platform from an RPi](https://youtu.be/QF4qI9yVwWc) @ youtube + ## Download the project files Head to the BLDC Motor repository [releases page](https://github.com/ironsheep/P2-BLDC-Motor-Control/releases) and download the `serial-control-archive-set.zip` file from the Assets section of the latest release. *(only present in v2.0.0 and later releases)*