Skip to content

Commit

Permalink
add video links
Browse files Browse the repository at this point in the history
  • Loading branch information
ironsheep committed May 5, 2022
1 parent 82bfda8 commit 301c5b8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
9 changes: 8 additions & 1 deletion AUTHORS-Platform.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 2 additions & 0 deletions SERIAL-CONTROL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)*
Expand Down

0 comments on commit 301c5b8

Please sign in to comment.