Files
darkwater_docs/readme.md
2016-10-19 00:34:44 +01:00

62 lines
3.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Welcome to Dark Water
This guide will help you get your hardware set up, connected, and working quickly and easily.
So, let's get going - follow the links for your board below
## The 640 board
The 640 (Six for Zero) board is a DC and Stepper motor control board capable of powering 6 independent DC motors (from 2 11v) or 3 stepper motors.
![640](/images/640-450.png)
- [Getting started](/640.html#getting-started) find out about your 640 board
- [Setup your 640](/640.html#setup-your-640) setting up your 640 board ready for use
- [Setting up your Pi](/640.html#setting-up-your-pi) setting up your Raspberry Pi
- [Wiring everything up](/640.html) connecting your power, motors and servos
- [Programming in Python](/640.html#programming-the-640-installing-the-python-libraries) the Python API and how to use it
- [Programming in C++](/640.html#programming-the-640-installing-the-c-libraries) controlling the board in C++
- [Set up RC Input]() reading input from your RC receiver
- [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/)
## The ESCAPE board
The ESCAPE (ESC-cape) board was designed to provide a method of using brushless motors rather than the DC motors.
![escape](/images/escape-450.png)
- [Getting started](/escape.html#getting-started) find out about your ESCAPE board
- [Setup your ESCAPE](/escape.html#setup-your-escape) setting up your ESCAPE board ready for use
- [Setting up your Pi](/escape.html#setting-up-your-pi) setting up your Raspberry Pi
- [Wiring everything up](/escape.html) connecting your power, motors and servos
- [Programming in Python](/escape.html#programming-the-escape-installing-the-python-libraries) the Python API and how to use it
- [Programming in C++](/escape.html#programming-the-escape-installing-the-c-libraries) controlling the board in C++
- [Set up RC Input]() reading input from your RC receiver
- [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/)
## The SOAR board
The SOAR board is a holder for advanced sensors. It is ideal for use with different robot control boards, or if you have a single sensor expansion board you want to switch between robots.
![soar](/images/soar-450.png)
- [Getting started](/soar.html) setting up your SOAR board ready for use
- [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/)
## Tutorials
We've put together a few tutorials to help you build functioning robots that you can then expand upon.
- [Building the GrassShark]() coming soon
- [Building the Buggy]() coming soon
- [Building the quadcopter](/tutorial-quadcopter.html) Building and flying a quad-copter with the ESCAPE board.