Compare commits

15 Commits

Author SHA1 Message Date
oceaniciot
41fbc64a4e Update expansionadding.html 2019-05-07 15:26:48 +01:00
oceaniciot
18e419fb1e Update soar.html 2019-05-07 15:25:59 +01:00
oceaniciot
c74fe4aae3 Update escape.html 2019-05-07 15:25:13 +01:00
oceaniciot
d5705ce9ba Update 640.html 2019-05-07 15:24:39 +01:00
oceaniciot
7788473e6f Removed community 2019-05-07 15:22:41 +01:00
oceaniciot
f24f339f42 Changed pre order links 2019-05-07 15:00:34 +01:00
oceaniciot
90f649d7ed Create CNAME 2019-05-07 14:48:50 +01:00
shrkey
24428fad8f updated pinouts 2016-11-21 22:32:23 +00:00
shrkey
7ec8209987 updated git count 2016-11-12 21:59:15 +00:00
shrkey
aa1903d434 change headings 2016-11-07 21:36:16 +00:00
shrkey
f2a6e3b053 update image 2016-11-07 21:23:08 +00:00
shrkey
be9e188c85 servos 2016-11-07 21:22:02 +00:00
shrkey
cb7c564d38 rc escape 2016-11-07 21:13:43 +00:00
shrkey
91c3506cf8 new url 2016-11-06 17:50:23 +00:00
shrkey
f366809220 updated locations 2016-11-06 13:04:15 +00:00
25 changed files with 57 additions and 35 deletions

View File

@@ -26,7 +26,7 @@
<!-- Initializer --> <!-- Initializer -->
<script> <script>
Flatdoc.run({ Flatdoc.run({
fetcher: Flatdoc.github('darkwaterfoundation/docs', '640.md') fetcher: Flatdoc.github('darkwaterio/docs', '640.md')
}); });
$(document).on('flatdoc:ready', function() { $(document).on('flatdoc:ready', function() {
@@ -47,12 +47,11 @@
<li><a href='/escape.html'>ESCAPE</a></li> <li><a href='/escape.html'>ESCAPE</a></li>
<!--<li><a href='/soar.html'>Soar</a></li>--> <!--<li><a href='/soar.html'>Soar</a></li>-->
<li><a href='/expansionadding.html'>Expansions</a></li> <li><a href='/expansionadding.html'>Expansions</a></li>
<li><a href='https://community.darkwater.io/'>Support</a></li>
</ul> </ul>
</div> </div>
<div class='right'> <div class='right'>
<!-- GitHub buttons: see http://ghbtns.com --> <!-- GitHub buttons: see http://ghbtns.com -->
<iframe src="//ghbtns.com/github-btn.html?user=darkwaterfoundation&amp;repo=docs&amp;type=watch&amp;count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe> <iframe src="//ghbtns.com/github-btn.html?user=darkwaterio&amp;repo=docs&amp;type=watch&amp;count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>
</div> </div>
</div> </div>

8
640.md
View File

@@ -188,6 +188,12 @@ Once you have your RC receiver connected to the board and bound (linked) to yur
![640 RC receiver](/images/rc640.png) ![640 RC receiver](/images/rc640.png)
## 640 Pinout
The pins used by the 640 board are shown in the diagram below. All GND pins are linked so have all been marked.
![640 Pinout](/images/640pinout.png)
# Programming the 640 # Programming the 640
## Installing the Python libraries ## Installing the Python libraries
@@ -195,7 +201,7 @@ Once you have your RC receiver connected to the board and bound (linked) to yur
The Python libraries for the 640 board and some example scripts are available via our GitHub repository. To install them open a terminal window on your Raspberry Pi (unless you are running with only the command line) and enter the following: The Python libraries for the 640 board and some example scripts are available via our GitHub repository. To install them open a terminal window on your Raspberry Pi (unless you are running with only the command line) and enter the following:
```bash ```bash
$ git clone https://github.com/darkwaterfoundation/darkwater_python_640.git $ git clone https://github.com/darkwaterio/darkwater_python_640.git
``` ```
Next you need to navigate into the new directory so enter: Next you need to navigate into the new directory so enter:

View File

@@ -26,7 +26,7 @@
<!-- Initializer --> <!-- Initializer -->
<script> <script>
Flatdoc.run({ Flatdoc.run({
fetcher: Flatdoc.github('darkwaterfoundation/docs', '640advanced.md') fetcher: Flatdoc.github('darkwaterio/docs', '640advanced.md')
}); });
$(document).on('flatdoc:ready', function() { $(document).on('flatdoc:ready', function() {

View File

@@ -26,7 +26,7 @@
<!-- Initializer --> <!-- Initializer -->
<script> <script>
Flatdoc.run({ Flatdoc.run({
fetcher: Flatdoc.github('darkwaterfoundation/docs', '640cplusplus.md') fetcher: Flatdoc.github('darkwaterio/docs', '640cplusplus.md')
}); });
$(document).on('flatdoc:ready', function() { $(document).on('flatdoc:ready', function() {

View File

@@ -26,7 +26,7 @@
<!-- Initializer --> <!-- Initializer -->
<script> <script>
Flatdoc.run({ Flatdoc.run({
fetcher: Flatdoc.github('darkwaterfoundation/docs', '640gettingstarted.md') fetcher: Flatdoc.github('darkwaterio/docs', '640gettingstarted.md')
}); });
$(document).on('flatdoc:ready', function() { $(document).on('flatdoc:ready', function() {

View File

@@ -26,7 +26,7 @@
<!-- Initializer --> <!-- Initializer -->
<script> <script>
Flatdoc.run({ Flatdoc.run({
fetcher: Flatdoc.github('darkwaterfoundation/docs', '640python.md') fetcher: Flatdoc.github('darkwaterio/docs', '640python.md')
}); });
$(document).on('flatdoc:ready', function() { $(document).on('flatdoc:ready', function() {

View File

@@ -26,7 +26,7 @@
<!-- Initializer --> <!-- Initializer -->
<script> <script>
Flatdoc.run({ Flatdoc.run({
fetcher: Flatdoc.github('darkwaterfoundation/docs', '640wiring.md') fetcher: Flatdoc.github('darkwaterio/docs', '640wiring.md')
}); });
$(document).on('flatdoc:ready', function() { $(document).on('flatdoc:ready', function() {

1
CNAME Normal file
View File

@@ -0,0 +1 @@
docs.darkwater.io

View File

@@ -26,7 +26,7 @@
<!-- Initializer --> <!-- Initializer -->
<script> <script>
Flatdoc.run({ Flatdoc.run({
fetcher: Flatdoc.github('darkwaterfoundation/docs', 'escape.md') fetcher: Flatdoc.github('darkwaterio/docs', 'escape.md')
}); });
$(document).on('flatdoc:ready', function() { $(document).on('flatdoc:ready', function() {
@@ -56,12 +56,11 @@
<li><a href='/escape.html'>ESCAPE</a></li> <li><a href='/escape.html'>ESCAPE</a></li>
<!--<li><a href='/soar.html'>Soar</a></li>--> <!--<li><a href='/soar.html'>Soar</a></li>-->
<li><a href='/expansionadding.html'>Expansions</a></li> <li><a href='/expansionadding.html'>Expansions</a></li>
<li><a href='https://community.darkwater.io/'>Support</a></li>
</ul> </ul>
</div> </div>
<div class='right'> <div class='right'>
<!-- GitHub buttons: see http://ghbtns.com --> <!-- GitHub buttons: see http://ghbtns.com -->
<iframe src="//ghbtns.com/github-btn.html?user=darkwaterfoundation&amp;repo=docs&amp;type=watch&amp;count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe> <iframe src="//ghbtns.com/github-btn.html?user=darkwaterio&amp;repo=docs&amp;type=watch&amp;count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>
</div> </div>
</div> </div>

View File

@@ -187,10 +187,30 @@ Now that we have your ESCAPE board and Raspberry Pi setup, it's time to connect
![the ESCAPE board](/images/onlyescape.png) ![the ESCAPE board](/images/onlyescape.png)
## Connecting Servos ## Connecting Servos
Servos can be connected to the six servo connections to the right hand side of the board. The ESCAPE board is setup to provide power to the Servos from the Raspberry Pi's 5v power if the **Power** jumper is in place (and no power supply is connected to the external 5v connection), otherwise you will need to provide 5v from the external connection for the Servos.
If you are using ESCs to also power motors, then you also attach the BEC coonection to one of the Servo connections to provide 5v for the Servos.
![640 servo](/images/servoescape.png)
## Connecting Motors ## Connecting Motors
## Connecting the power
## Connecting your RC receiver ## Connecting your RC receiver
The RC receiver is connected to the 3-pin connector on the far left of the board. Your Radio Control (RC) receiver should be capable of outputting CPPM or PPM-SUM signals. For some RC receivers need a jumper placed across two pins in order to enable this mode (as is the case with the D4R-II receiver displayed).
Once you have your RC receiver connected to the board and bound (linked) to yur RC transmitter, you should run the C++ PPM decoder example code ([below](#programming-the-escape-installing-the-c-libraries)) to make sure that the signals are being received correctly.
![ESCAPE RC receiver](/images/rcescape.png)
## Advanced setup
## ESCAPE Pinout
The pins used by the ESCAPE board are shown in the diagram below. All GND pins are linked so have all been marked.
![ESCAPE Pinout](/images/escapepinout.png)
# Programming the ESCAPE # Programming the ESCAPE
## Installing the Python libraries ## Installing the Python libraries
@@ -198,7 +218,7 @@ Now that we have your ESCAPE board and Raspberry Pi setup, it's time to connect
The Python libraries for the ESCAPE board and some example scripts are available via our GitHub repository. To install them open a terminal window on your Raspberry Pi (unless you are running with only the command line) and enter the following: The Python libraries for the ESCAPE board and some example scripts are available via our GitHub repository. To install them open a terminal window on your Raspberry Pi (unless you are running with only the command line) and enter the following:
```bash ```bash
$ git clone https://github.com/darkwaterfoundation/darkwater_python_escape.git $ git clone https://github.com/darkwaterio/darkwater_python_escape.git
``` ```
Next you need to navigate into the new directory so enter: Next you need to navigate into the new directory so enter:

View File

@@ -26,7 +26,7 @@
<!-- Initializer --> <!-- Initializer -->
<script> <script>
Flatdoc.run({ Flatdoc.run({
fetcher: Flatdoc.github('darkwaterfoundation/docs', 'escapeadvanced.md') fetcher: Flatdoc.github('darkwaterio/docs', 'escapeadvanced.md')
}); });
$(document).on('flatdoc:ready', function() { $(document).on('flatdoc:ready', function() {

View File

@@ -26,7 +26,7 @@
<!-- Initializer --> <!-- Initializer -->
<script> <script>
Flatdoc.run({ Flatdoc.run({
fetcher: Flatdoc.github('darkwaterfoundation/docs', 'escapecplusplus.md') fetcher: Flatdoc.github('darkwaterio/docs', 'escapecplusplus.md')
}); });
$(document).on('flatdoc:ready', function() { $(document).on('flatdoc:ready', function() {

View File

@@ -26,7 +26,7 @@
<!-- Initializer --> <!-- Initializer -->
<script> <script>
Flatdoc.run({ Flatdoc.run({
fetcher: Flatdoc.github('darkwaterfoundation/docs', 'escapegettingstarted.md') fetcher: Flatdoc.github('darkwaterio/docs', 'escapegettingstarted.md')
}); });
$(document).on('flatdoc:ready', function() { $(document).on('flatdoc:ready', function() {

View File

@@ -26,7 +26,7 @@
<!-- Initializer --> <!-- Initializer -->
<script> <script>
Flatdoc.run({ Flatdoc.run({
fetcher: Flatdoc.github('darkwaterfoundation/docs', 'escapepython.md') fetcher: Flatdoc.github('darkwaterio/docs', 'escapepython.md')
}); });
$(document).on('flatdoc:ready', function() { $(document).on('flatdoc:ready', function() {

View File

@@ -26,7 +26,7 @@
<!-- Initializer --> <!-- Initializer -->
<script> <script>
Flatdoc.run({ Flatdoc.run({
fetcher: Flatdoc.github('darkwaterfoundation/docs', 'escapewiring.md') fetcher: Flatdoc.github('darkwaterio/docs', 'escapewiring.md')
}); });
$(document).on('flatdoc:ready', function() { $(document).on('flatdoc:ready', function() {

View File

@@ -21,12 +21,12 @@
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.4.0/highlight.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.4.0/highlight.min.js"></script>
<!-- Meta --> <!-- Meta -->
<meta content="Expansions - Adding expansion boards | Dark Water" property="og:title"> <meta content="Expansions - Adding expansion boards | Dark Water" property="og:title">
<meta content="Dark Water Foundation documentation." name="description"> <meta content="Dark Water documentation." name="description">
<!-- Initializer --> <!-- Initializer -->
<script> <script>
Flatdoc.run({ Flatdoc.run({
fetcher: Flatdoc.github('darkwaterfoundation/docs', 'expansionadding.md') fetcher: Flatdoc.github('darkwaterio/docs', 'expansionadding.md')
}); });
$(document).on('flatdoc:ready', function() { $(document).on('flatdoc:ready', function() {
@@ -47,7 +47,6 @@
<li><a href='/escape.html'>ESCAPE</a></li> <li><a href='/escape.html'>ESCAPE</a></li>
<!--<li><a href='/soar.html'>Soar</a></li>--> <!--<li><a href='/soar.html'>Soar</a></li>-->
<li><a href='/expansionadding.html'>Expansions</a></li> <li><a href='/expansionadding.html'>Expansions</a></li>
<li><a href='https://community.darkwater.io/'>Support</a></li>
</ul> </ul>
</div> </div>
<div class='right'> <div class='right'>

BIN
images/640pinout.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

BIN
images/escapepinout.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

BIN
images/rcescape.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

BIN
images/servoescape.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

View File

@@ -25,12 +25,12 @@
<!-- Meta --> <!-- Meta -->
<meta content="Dark Water" property="og:title"> <meta content="Dark Water" property="og:title">
<meta content="Dark Water Foundation documentation." name="description"> <meta content="Dark Water documentation." name="description">
<!-- Initializer --> <!-- Initializer -->
<script> <script>
Flatdoc.run({ Flatdoc.run({
fetcher: Flatdoc.github('darkwaterfoundation/docs', 'readme.md') fetcher: Flatdoc.github('darkwaterio/docs', 'readme.md')
}); });
$(document).on('flatdoc:ready', function() { $(document).on('flatdoc:ready', function() {
@@ -61,12 +61,11 @@
<li><a href='/escape.html'>ESCAPE</a></li> <li><a href='/escape.html'>ESCAPE</a></li>
<!--<li><a href='/soar.html'>Soar</a></li>--> <!--<li><a href='/soar.html'>Soar</a></li>-->
<li><a href='/expansionadding.html'>Expansions</a></li> <li><a href='/expansionadding.html'>Expansions</a></li>
<li><a href='https://community.darkwater.io/'>Support</a></li>
</ul> </ul>
</div> </div>
<div class='right'> <div class='right'>
<!-- GitHub buttons: see http://ghbtns.com --> <!-- GitHub buttons: see http://ghbtns.com -->
<iframe src="//ghbtns.com/github-btn.html?user=darkwaterfoundation&amp;repo=docs&amp;type=watch&amp;count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe> <iframe src="//ghbtns.com/github-btn.html?user=darkwaterio&amp;repo=docs&amp;type=watch&amp;count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>
</div> </div>
</div> </div>

View File

@@ -20,7 +20,7 @@ The 640 (Six for Zero) board is a DC and Stepper motor control board capable of
- [Expanding](/expansionadding.html) adding extra expansion boards - [Expanding](/expansionadding.html) adding extra expansion boards
- [Get Advanced]() more advanced things you can do - [Get Advanced]() more advanced things you can do
[Pre-Order a 640 board >](https://darkwater.io/product/640-dc-motor-control-board/) [Order a 640 board >](https://darkwater.io/product/640-dc-motor-control-board/)
## The ESCAPE board ## The ESCAPE board
@@ -38,7 +38,7 @@ The ESCAPE (ESC-cape) board was designed to provide a method of using brushless
- [Expanding](/expansionadding.html) adding extra expansion boards - [Expanding](/expansionadding.html) adding extra expansion boards
- [Get Advanced]() more advanced things you can do - [Get Advanced]() more advanced things you can do
[Pre-Order an ESCAPE board >](https://darkwater.io/product/escape-esc-powered-motor-control-board/) [Order an ESCAPE board >](https://darkwater.io/product/escape-esc-powered-motor-control-board/)
## The SOAR board ## The SOAR board
@@ -50,7 +50,7 @@ The SOAR board is a holder for advanced sensors. It is ideal for use with differ
- [Adding an expansion board](/expansionadding.html) adding an expansion board - [Adding an expansion board](/expansionadding.html) adding an expansion board
- [Reading data]() reading the sensor data - [Reading data]() reading the sensor data
[Pre-Order a SOAR board >](https://darkwater.io/product/soar-expansion-board-holder/) [Order a SOAR board >](https://darkwater.io/product/soar-expansion-board-holder/)
## Tutorials ## Tutorials

View File

@@ -26,7 +26,7 @@
<!-- Initializer --> <!-- Initializer -->
<script> <script>
Flatdoc.run({ Flatdoc.run({
fetcher: Flatdoc.github('darkwaterfoundation/docs', 'soar.md') fetcher: Flatdoc.github('darkwaterio/docs', 'soar.md')
}); });
$(document).on('flatdoc:ready', function() { $(document).on('flatdoc:ready', function() {
@@ -47,12 +47,11 @@
<li><a href='/escape.html'>ESCAPE</a></li> <li><a href='/escape.html'>ESCAPE</a></li>
<!--<li><a href='/soar.html'>Soar</a></li>--> <!--<li><a href='/soar.html'>Soar</a></li>-->
<li><a href='/expansionadding.html'>Expansions</a></li> <li><a href='/expansionadding.html'>Expansions</a></li>
<li><a href='https://community.darkwater.io/'>Support</a></li>
</ul> </ul>
</div> </div>
<div class='right'> <div class='right'>
<!-- GitHub buttons: see http://ghbtns.com --> <!-- GitHub buttons: see http://ghbtns.com -->
<iframe src="//ghbtns.com/github-btn.html?user=darkwaterfoundation&amp;repo=docs&amp;type=watch&amp;count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe> <iframe src="//ghbtns.com/github-btn.html?user=darkwaterio&amp;repo=docs&amp;type=watch&amp;count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>
</div> </div>
</div> </div>

View File

@@ -26,7 +26,7 @@
<!-- Initializer --> <!-- Initializer -->
<script> <script>
Flatdoc.run({ Flatdoc.run({
fetcher: Flatdoc.github('darkwaterfoundation/docs', 'soargettingstarted.md') fetcher: Flatdoc.github('darkwaterio/docs', 'soargettingstarted.md')
}); });
$(document).on('flatdoc:ready', function() { $(document).on('flatdoc:ready', function() {

View File

@@ -30,7 +30,7 @@
<!-- Initializer --> <!-- Initializer -->
<script> <script>
Flatdoc.run({ Flatdoc.run({
fetcher: Flatdoc.github('darkwaterfoundation/docs', 'quadcopter.md') fetcher: Flatdoc.github('darkwaterio/docs', 'quadcopter.md')
}); });
$(document).on('flatdoc:ready', function() { $(document).on('flatdoc:ready', function() {
@@ -56,7 +56,7 @@
</div> </div>
<div class='right'> <div class='right'>
<!-- GitHub buttons: see http://ghbtns.com --> <!-- GitHub buttons: see http://ghbtns.com -->
<iframe src="//ghbtns.com/github-btn.html?user=darkwaterfoundation&amp;repo=docs&amp;type=watch&amp;count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe> <iframe src="//ghbtns.com/github-btn.html?user=darkwaterio&amp;repo=docs&amp;type=watch&amp;count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>
</div> </div>
</div> </div>