Compare commits
15 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
41fbc64a4e | ||
|
|
18e419fb1e | ||
|
|
c74fe4aae3 | ||
|
|
d5705ce9ba | ||
|
|
7788473e6f | ||
|
|
f24f339f42 | ||
|
|
90f649d7ed | ||
|
|
24428fad8f | ||
|
|
7ec8209987 | ||
|
|
aa1903d434 | ||
|
|
f2a6e3b053 | ||
|
|
be9e188c85 | ||
|
|
cb7c564d38 | ||
|
|
91c3506cf8 | ||
|
|
f366809220 |
5
640.html
5
640.html
@@ -26,7 +26,7 @@
|
||||
<!-- Initializer -->
|
||||
<script>
|
||||
Flatdoc.run({
|
||||
fetcher: Flatdoc.github('darkwaterfoundation/docs', '640.md')
|
||||
fetcher: Flatdoc.github('darkwaterio/docs', '640.md')
|
||||
});
|
||||
|
||||
$(document).on('flatdoc:ready', function() {
|
||||
@@ -47,12 +47,11 @@
|
||||
<li><a href='/escape.html'>ESCAPE</a></li>
|
||||
<!--<li><a href='/soar.html'>Soar</a></li>-->
|
||||
<li><a href='/expansionadding.html'>Expansions</a></li>
|
||||
<li><a href='https://community.darkwater.io/'>Support</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class='right'>
|
||||
<!-- GitHub buttons: see http://ghbtns.com -->
|
||||
<iframe src="//ghbtns.com/github-btn.html?user=darkwaterfoundation&repo=docs&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>
|
||||
<iframe src="//ghbtns.com/github-btn.html?user=darkwaterio&repo=docs&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
8
640.md
8
640.md
@@ -188,6 +188,12 @@ Once you have your RC receiver connected to the board and bound (linked) to yur
|
||||
|
||||

|
||||
|
||||
## 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.
|
||||
|
||||

|
||||
|
||||
# Programming the 640
|
||||
|
||||
## 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:
|
||||
|
||||
```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:
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
<!-- Initializer -->
|
||||
<script>
|
||||
Flatdoc.run({
|
||||
fetcher: Flatdoc.github('darkwaterfoundation/docs', '640advanced.md')
|
||||
fetcher: Flatdoc.github('darkwaterio/docs', '640advanced.md')
|
||||
});
|
||||
|
||||
$(document).on('flatdoc:ready', function() {
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
<!-- Initializer -->
|
||||
<script>
|
||||
Flatdoc.run({
|
||||
fetcher: Flatdoc.github('darkwaterfoundation/docs', '640cplusplus.md')
|
||||
fetcher: Flatdoc.github('darkwaterio/docs', '640cplusplus.md')
|
||||
});
|
||||
|
||||
$(document).on('flatdoc:ready', function() {
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
<!-- Initializer -->
|
||||
<script>
|
||||
Flatdoc.run({
|
||||
fetcher: Flatdoc.github('darkwaterfoundation/docs', '640gettingstarted.md')
|
||||
fetcher: Flatdoc.github('darkwaterio/docs', '640gettingstarted.md')
|
||||
});
|
||||
|
||||
$(document).on('flatdoc:ready', function() {
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
<!-- Initializer -->
|
||||
<script>
|
||||
Flatdoc.run({
|
||||
fetcher: Flatdoc.github('darkwaterfoundation/docs', '640python.md')
|
||||
fetcher: Flatdoc.github('darkwaterio/docs', '640python.md')
|
||||
});
|
||||
|
||||
$(document).on('flatdoc:ready', function() {
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
<!-- Initializer -->
|
||||
<script>
|
||||
Flatdoc.run({
|
||||
fetcher: Flatdoc.github('darkwaterfoundation/docs', '640wiring.md')
|
||||
fetcher: Flatdoc.github('darkwaterio/docs', '640wiring.md')
|
||||
});
|
||||
|
||||
$(document).on('flatdoc:ready', function() {
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
<!-- Initializer -->
|
||||
<script>
|
||||
Flatdoc.run({
|
||||
fetcher: Flatdoc.github('darkwaterfoundation/docs', 'escape.md')
|
||||
fetcher: Flatdoc.github('darkwaterio/docs', 'escape.md')
|
||||
});
|
||||
|
||||
$(document).on('flatdoc:ready', function() {
|
||||
@@ -56,12 +56,11 @@
|
||||
<li><a href='/escape.html'>ESCAPE</a></li>
|
||||
<!--<li><a href='/soar.html'>Soar</a></li>-->
|
||||
<li><a href='/expansionadding.html'>Expansions</a></li>
|
||||
<li><a href='https://community.darkwater.io/'>Support</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class='right'>
|
||||
<!-- GitHub buttons: see http://ghbtns.com -->
|
||||
<iframe src="//ghbtns.com/github-btn.html?user=darkwaterfoundation&repo=docs&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>
|
||||
<iframe src="//ghbtns.com/github-btn.html?user=darkwaterio&repo=docs&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
24
escape.md
24
escape.md
@@ -187,10 +187,30 @@ Now that we have your ESCAPE board and Raspberry Pi setup, it's time to connect
|
||||

|
||||
|
||||
## 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.
|
||||
|
||||

|
||||
|
||||
## Connecting Motors
|
||||
## Connecting the power
|
||||
## 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.
|
||||
|
||||

|
||||
|
||||
## 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.
|
||||
|
||||

|
||||
|
||||
# Programming the ESCAPE
|
||||
|
||||
## 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:
|
||||
|
||||
```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:
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
<!-- Initializer -->
|
||||
<script>
|
||||
Flatdoc.run({
|
||||
fetcher: Flatdoc.github('darkwaterfoundation/docs', 'escapeadvanced.md')
|
||||
fetcher: Flatdoc.github('darkwaterio/docs', 'escapeadvanced.md')
|
||||
});
|
||||
|
||||
$(document).on('flatdoc:ready', function() {
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
<!-- Initializer -->
|
||||
<script>
|
||||
Flatdoc.run({
|
||||
fetcher: Flatdoc.github('darkwaterfoundation/docs', 'escapecplusplus.md')
|
||||
fetcher: Flatdoc.github('darkwaterio/docs', 'escapecplusplus.md')
|
||||
});
|
||||
|
||||
$(document).on('flatdoc:ready', function() {
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
<!-- Initializer -->
|
||||
<script>
|
||||
Flatdoc.run({
|
||||
fetcher: Flatdoc.github('darkwaterfoundation/docs', 'escapegettingstarted.md')
|
||||
fetcher: Flatdoc.github('darkwaterio/docs', 'escapegettingstarted.md')
|
||||
});
|
||||
|
||||
$(document).on('flatdoc:ready', function() {
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
<!-- Initializer -->
|
||||
<script>
|
||||
Flatdoc.run({
|
||||
fetcher: Flatdoc.github('darkwaterfoundation/docs', 'escapepython.md')
|
||||
fetcher: Flatdoc.github('darkwaterio/docs', 'escapepython.md')
|
||||
});
|
||||
|
||||
$(document).on('flatdoc:ready', function() {
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
<!-- Initializer -->
|
||||
<script>
|
||||
Flatdoc.run({
|
||||
fetcher: Flatdoc.github('darkwaterfoundation/docs', 'escapewiring.md')
|
||||
fetcher: Flatdoc.github('darkwaterio/docs', 'escapewiring.md')
|
||||
});
|
||||
|
||||
$(document).on('flatdoc:ready', function() {
|
||||
|
||||
@@ -21,12 +21,12 @@
|
||||
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.4.0/highlight.min.js"></script>
|
||||
<!-- Meta -->
|
||||
<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 -->
|
||||
<script>
|
||||
Flatdoc.run({
|
||||
fetcher: Flatdoc.github('darkwaterfoundation/docs', 'expansionadding.md')
|
||||
fetcher: Flatdoc.github('darkwaterio/docs', 'expansionadding.md')
|
||||
});
|
||||
|
||||
$(document).on('flatdoc:ready', function() {
|
||||
@@ -47,7 +47,6 @@
|
||||
<li><a href='/escape.html'>ESCAPE</a></li>
|
||||
<!--<li><a href='/soar.html'>Soar</a></li>-->
|
||||
<li><a href='/expansionadding.html'>Expansions</a></li>
|
||||
<li><a href='https://community.darkwater.io/'>Support</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class='right'>
|
||||
|
||||
BIN
images/640pinout.png
Normal file
BIN
images/640pinout.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 38 KiB |
BIN
images/escapepinout.png
Normal file
BIN
images/escapepinout.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 38 KiB |
BIN
images/rcescape.png
Normal file
BIN
images/rcescape.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 86 KiB |
BIN
images/servoescape.png
Normal file
BIN
images/servoescape.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 100 KiB |
@@ -25,12 +25,12 @@
|
||||
|
||||
<!-- Meta -->
|
||||
<meta content="Dark Water" property="og:title">
|
||||
<meta content="Dark Water Foundation documentation." name="description">
|
||||
<meta content="Dark Water documentation." name="description">
|
||||
|
||||
<!-- Initializer -->
|
||||
<script>
|
||||
Flatdoc.run({
|
||||
fetcher: Flatdoc.github('darkwaterfoundation/docs', 'readme.md')
|
||||
fetcher: Flatdoc.github('darkwaterio/docs', 'readme.md')
|
||||
});
|
||||
|
||||
$(document).on('flatdoc:ready', function() {
|
||||
@@ -61,12 +61,11 @@
|
||||
<li><a href='/escape.html'>ESCAPE</a></li>
|
||||
<!--<li><a href='/soar.html'>Soar</a></li>-->
|
||||
<li><a href='/expansionadding.html'>Expansions</a></li>
|
||||
<li><a href='https://community.darkwater.io/'>Support</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class='right'>
|
||||
<!-- GitHub buttons: see http://ghbtns.com -->
|
||||
<iframe src="//ghbtns.com/github-btn.html?user=darkwaterfoundation&repo=docs&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>
|
||||
<iframe src="//ghbtns.com/github-btn.html?user=darkwaterio&repo=docs&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -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
|
||||
- [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
|
||||
|
||||
@@ -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
|
||||
- [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
|
||||
|
||||
@@ -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
|
||||
- [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
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
<!-- Initializer -->
|
||||
<script>
|
||||
Flatdoc.run({
|
||||
fetcher: Flatdoc.github('darkwaterfoundation/docs', 'soar.md')
|
||||
fetcher: Flatdoc.github('darkwaterio/docs', 'soar.md')
|
||||
});
|
||||
|
||||
$(document).on('flatdoc:ready', function() {
|
||||
@@ -47,12 +47,11 @@
|
||||
<li><a href='/escape.html'>ESCAPE</a></li>
|
||||
<!--<li><a href='/soar.html'>Soar</a></li>-->
|
||||
<li><a href='/expansionadding.html'>Expansions</a></li>
|
||||
<li><a href='https://community.darkwater.io/'>Support</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class='right'>
|
||||
<!-- GitHub buttons: see http://ghbtns.com -->
|
||||
<iframe src="//ghbtns.com/github-btn.html?user=darkwaterfoundation&repo=docs&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>
|
||||
<iframe src="//ghbtns.com/github-btn.html?user=darkwaterio&repo=docs&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
<!-- Initializer -->
|
||||
<script>
|
||||
Flatdoc.run({
|
||||
fetcher: Flatdoc.github('darkwaterfoundation/docs', 'soargettingstarted.md')
|
||||
fetcher: Flatdoc.github('darkwaterio/docs', 'soargettingstarted.md')
|
||||
});
|
||||
|
||||
$(document).on('flatdoc:ready', function() {
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
<!-- Initializer -->
|
||||
<script>
|
||||
Flatdoc.run({
|
||||
fetcher: Flatdoc.github('darkwaterfoundation/docs', 'quadcopter.md')
|
||||
fetcher: Flatdoc.github('darkwaterio/docs', 'quadcopter.md')
|
||||
});
|
||||
|
||||
$(document).on('flatdoc:ready', function() {
|
||||
@@ -56,7 +56,7 @@
|
||||
</div>
|
||||
<div class='right'>
|
||||
<!-- GitHub buttons: see http://ghbtns.com -->
|
||||
<iframe src="//ghbtns.com/github-btn.html?user=darkwaterfoundation&repo=docs&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>
|
||||
<iframe src="//ghbtns.com/github-btn.html?user=darkwaterio&repo=docs&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user