docs: English translation updates (#190)

* docs: Add CLI article (en)

* docs: Update frames article (en)

* docs: Add article about part models (en)

* docs: Update Raspberry Pi article (en)

* docs: Remove unused raspberry3.jpg

* docs: Add COEX Pix article (en)

* docs: Add CopterHack 2019 article (en)

* docs: Update connection article (en)

* docs: Add programming overview (en)

* docs: Add anchor in modes article

* docs: Fix link in auto_setup, add editing ID (en)

* docs: Rearrange summary to match Russian version (en)

* docs/camera_frame: Add link to cli#editing (en)

* docs/wifi: Fix link to next article (en)

* docs: Add "next" links where appropriate (en)
This commit is contained in:
Alexey Rogachevskiy
2019-11-25 20:22:41 +03:00
committed by GitHub
parent 4feac879eb
commit 7dc82e8154
17 changed files with 406 additions and 72 deletions

View File

@@ -3,7 +3,9 @@ Raspberry Pi
**Raspberry Pi** is a single-board computer that fits in the palm, created on the basis of ARM mobile microprocessor. It features low energy consumption, and it can even run on solar panels. Raspberry Pi 3 is included in the kits for programmable quadcopters "Clever".
<img src="../assets/raspberry3.jpg" width="500">
<img src="../assets/raspberry.png" class="center zoom" alt="Raspberry Pi 3" width="400">
Technical specifications:
* Weight is 45 grams.
* Clock rate is 1.2 GHz.
@@ -12,19 +14,6 @@ Raspberry Pi
* Four USB 2.0 ports.
* An HDMI port.
The scope of Raspberry Pi computer application is quite wide, since after all it is quite a full-fledged computer. If you need a machine to solve simple problems that do not require too many resources in terms of calculations, you can safely connect your Raspberry Pi device to the standard PC elements: a monitor, a mouse, or a keyboard.
Raspberry Pi is connected to the flight controller in the Clever kit and is used as a companion computer. It can be used to [connect to the drone over Wi-Fi](wifi.md), perform autonomous flights, access peripherals and much more.
The Raspberry Pi is a very popular platform where you can implement a variety of projects, such as:
* a home automation server (or a "smart house" system);
* a data storage server (NAS);
* a home media server;
* a "think-tank" for automated machines or robots.
In fact, we will use it as the last in the list, due to its ability to connect to the Pixhawk autopilot.
See more:
* [RPi image](image.md)
* [SSH access](ssh.md)
* [Network setup](network.md)
**Next**: [Raspberry Pi image](image.md)