|
6 | 6 |
|
7 | 7 | - What is a Raspberry Pi?
|
8 | 8 |
|
9 |
| -### [Buying](#buying) |
| 9 | +### [Buying it](#buying) |
10 | 10 |
|
11 | 11 | - Where can I buy a Raspberry Pi, and how much does it cost?
|
12 |
| -- What do I get when I buy one? Does it come with a case? |
| 12 | +- What do I get when I buy one? |
13 | 13 | - Can I buy a Raspberry Pi kit?
|
14 | 14 | - I'm worried I have a fake Pi!
|
| 15 | + |
| 16 | +### [Commercial and industry applications, resale](#commercial) |
15 | 17 | - I want to be a Raspberry Pi reseller.
|
16 | 18 | - What manufacturing standards etc. does the Pi comply with?
|
17 | 19 | - Can I use a Pi in a commercial product?
|
|
24 | 26 | - What hardware interfaces does it have?
|
25 | 27 | - Can I use a Pi for audio or video input?
|
26 | 28 | - Why is there no real-time clock (RTC)?
|
27 |
| -- Where is the on-off switch? |
| 29 | +- Where is the on/off switch? |
28 | 30 | - Why doesn't the Raspberry Pi include a particular type of hardware?
|
29 | 31 | - What are the dimensions of the Raspberry Pi?
|
30 | 32 |
|
|
122 | 124 |
|
123 | 125 | The Raspberry Pi is a credit-card-sized computer that plugs into your TV and a keyboard and mouse. It is a capable little computer which can be used to learn coding and to build electronics projects, and for many of the things that your desktop PC does, like spreadsheets, word processing, browsing the internet, and playing games. It also plays high-definition video. We want to see it being used by adults and children all over the world to learn programming and digital making. You can learn how to set up and use your Raspberry Pi [here](https://www.raspberrypi.org/help/).
|
124 | 126 |
|
125 |
| -<a name="buying-and-shipping"></a> |
| 127 | +<a name="buying"></a> |
126 | 128 | ## Buying
|
127 | 129 |
|
128 | 130 | ### Where can I buy a Raspberry Pi, and how much does it cost?
|
@@ -156,6 +158,9 @@ Many Raspberry Pi resellers produce bundles for people who would rather get ever
|
156 | 158 |
|
157 | 159 | Don't worry, as far as we know, there are no fake Pis. The SoCs used on the Pi range are only available from one supplier, and only in large quantities, which together with the low price of the Pi means it's not cost-effective for clones to be made. There are a number of competitor products that use similar names, but not actual clones or fakes.
|
158 | 160 |
|
| 161 | +<a name="commercial"></a> |
| 162 | +## Commercial and industry applications, resale |
| 163 | + |
159 | 164 | ### I want to be a Raspberry Pi reseller.
|
160 | 165 |
|
161 | 166 | We have an exclusive manufacturing and distribution arrangement with [RS](http://uk.rs-online.com/web/generalDisplay.html?id=raspberrypi) and [Farnell](https://www.element14.com/community/community/raspberry-pi). Resellers buy the Raspberry Pi in bulk from them (which reduces shipping costs to nearly nothing) and sell on. You do not need any special licence to resell, and the distributors are very happy to sell on to resellers. If you are interested in joining our [Approved Reseller](https://www.raspberrypi.org/blog/approved-reseller/) programme, contact us by email to info@raspberrypi.org.
|
@@ -214,13 +219,13 @@ All available documentation is in our [documentation repository](./README.md).
|
214 | 219 |
|
215 | 220 | Depending on the model, the Raspberry Pi has either 40 or 26 dedicated GPIO pins. In all cases, these include a UART, an I2C bus, a SPI bus with two chip selects, I2S audio, 3V3, 5V, and ground. The maximum number of GPIOs can theoretically be indefinitely expanded by making use of the I2C or SPI bus.
|
216 | 221 |
|
217 |
| -There is also a dedicated CSI-2 camera port for the [Raspberry Pi camera](https://www.raspberrypi.org/products/), and a DSI display port for the [Raspberry Pi LCD touchscreen display](https://www.raspberrypi.org/products/raspberry-pi-touch-display/). |
| 222 | +There is also a dedicated CSI-2 camera port for the [Raspberry Pi Camera Module](https://www.raspberrypi.org/products/), and a DSI display port for the [Raspberry Pi LCD touchscreen display](https://www.raspberrypi.org/products/raspberry-pi-touch-display/). |
218 | 223 |
|
219 | 224 | ### Can I use a Pi for audio or video input?
|
220 | 225 |
|
221 |
| -Not by itself: there is no audio or video (HDMI/composite) IN capability on the Pi. You can add third-party boards to add this sort of functionality. Ther Pi has a camera interface that can record video from the [Raspberry Pi Camera Module](https://www.raspberrypi.org/products/camera-module-v2/). |
| 226 | +Not by itself: there is no audio or video (HDMI/composite) IN capability on the Pi. You can add third-party boards to add this sort of functionality. The Pi has a camera interface that can record video from the [Raspberry Pi Camera Module](https://www.raspberrypi.org/products/) — you can find the the [Camera Module FAQ section here](#cameramodule). |
222 | 227 |
|
223 |
| -### Where is the on-off switch? |
| 228 | +### Where is the on/off switch? |
224 | 229 |
|
225 | 230 | There is no on/off switch! To switch on, just plug it in. To switch off, if you are in the graphical environment, you can either log out from the main menu, exit to the Bash prompt, or open the terminal. From the Bash prompt or terminal you can shut down the Raspberry Pi by entering `sudo halt -h` (without the quotation marks). Wait until all the LEDs except the power LED are off, then wait an additional second to make sure the SD card can finish its wear-levelling tasks and write actions. You can now safely unplug the Raspberry Pi. Failure to shut the Raspberry Pi down properly may corrupt your SD card, which would mean you would have to re-image it.
|
226 | 231 |
|
|
0 commit comments