Skip to content

Commit 801b351

Browse files
authored
reorganising
1 parent f5d323a commit 801b351

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

faqs/README.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@
66

77
- What is a Raspberry Pi?
88

9-
### [Buying](#buying)
9+
### [Buying it](#buying)
1010

1111
- 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?
1313
- Can I buy a Raspberry Pi kit?
1414
- I'm worried I have a fake Pi!
15+
16+
### [Commercial and industry applications, resale](#commercial)
1517
- I want to be a Raspberry Pi reseller.
1618
- What manufacturing standards etc. does the Pi comply with?
1719
- Can I use a Pi in a commercial product?
@@ -24,7 +26,7 @@
2426
- What hardware interfaces does it have?
2527
- Can I use a Pi for audio or video input?
2628
- Why is there no real-time clock (RTC)?
27-
- Where is the on-off switch?
29+
- Where is the on/off switch?
2830
- Why doesn't the Raspberry Pi include a particular type of hardware?
2931
- What are the dimensions of the Raspberry Pi?
3032

@@ -122,7 +124,7 @@
122124

123125
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/).
124126

125-
<a name="buying-and-shipping"></a>
127+
<a name="buying"></a>
126128
## Buying
127129

128130
### 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
156158

157159
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.
158160

161+
<a name="commercial"></a>
162+
## Commercial and industry applications, resale
163+
159164
### I want to be a Raspberry Pi reseller.
160165

161166
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).
214219

215220
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.
216221

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/).
218223

219224
### Can I use a Pi for audio or video input?
220225

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).
222227

223-
### Where is the on-off switch?
228+
### Where is the on/off switch?
224229

225230
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.
226231

0 commit comments

Comments
 (0)