You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: faqs/README.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
### [What is a Raspberry Pi?](#introduction)
6
6
7
-
### [Buying it](#buying)
7
+
### [Buying your first Pi](#buying)
8
8
9
9
- Where can I buy a Raspberry Pi, and how much does it cost?
10
10
- What do I get when I buy one?
@@ -121,7 +121,7 @@
121
121
Raspberry Pi is the third best-selling computer brand in the world. The Raspberry Pi is a credit card–sized computer that plugs into your TV or display, and a keyboard and mouse. You can use it 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. The Raspberry Pi is 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/).
122
122
123
123
<aname="buying"></a>
124
-
## Buying
124
+
## Buying your first Pi
125
125
126
126
### Where can I buy a Raspberry Pi, and how much does it cost?
127
127
@@ -238,6 +238,7 @@ Our main aim is a charitable one: we are trying to build the cheapest possible c
238
238
The Raspberry Pi Model B versions measure 85.60mm x 56mm x 21mm (or roughly 3.37″ x 2.21″ x 0.83″), with a little overlap for the SD card and connectors which project over the edges. They weighs 45g. The Pi Zero and Pi Zero W measure 65mm x 30mm x 5.4mm (or roughly 2.56″ x 1.18″ x 0.20″) and weighs 9g. For the mechanical outline, please see the documentation [here](./hardware/raspberrypi/mechanical/README.md)
239
239
240
240
<aname="performance"></a>
241
+
241
242
## Performance
242
243
243
244
### How powerful is it?
@@ -277,6 +278,7 @@ The Raspberry Pi is built from commercial chips which are qualified to different
277
278
You should not need to use a heatsink, as the chip used in the Raspberry Pi is equivalent to one used in a mobile phone, and should not become hot enough to require any special cooling. However, depending on the case you are using and the overclocking settings, you might find a heatsink to be advantageous. We do recommend the use of a heatsink if you are overclocking the Pi 3 Model B. Of course, if you just like the look of one, you will not hurt the Raspberry Pi by placing an appropriately-sized heatsink on it.
278
279
279
280
<aname="software"></a>
281
+
280
282
## Software
281
283
282
284
### What operating system does it use?
@@ -350,6 +352,7 @@ There are a number of ways of doing this — [here's one](./linux/usage/rc-local
350
352
With Cron! [Here's how](./linux/usage/cron.md).
351
353
352
354
<aname="video"></a>
355
+
353
356
## Video
354
357
355
358
### What displays can I use?
@@ -377,6 +380,7 @@ The Raspberry Pi Foundation provides a 7" capacitive [touchscreen](https://www.r
377
380
The Raspberry Pi can encode (record) and decode (play) H.264 (MP4/MKV) out of the box. There are also two additional codecs you can [purchase through our Swag Store](http://swag.raspberrypi.org/collections/software) that enable you to decode [MPEG-2](http://swag.raspberrypi.org/collections/software/products/mpeg-2-license-key), a very popular and widely used format to encode DVDs, video camera recordings, TV and many others, and [VC-1](http://swag.raspberrypi.org/collections/software/products/vc-1-license-key), a Microsoft format found in Blu-ray discs, Windows Media, Slingbox, and HD-DVDs.
378
381
379
382
<aname="audio"></a>
383
+
380
384
## Audio
381
385
382
386
### Is sound over HDMI supported?
@@ -388,6 +392,7 @@ Yes.
388
392
There is a standard 3.5mm jack for audio out to an amplifier. You can add any supported USB microphone for audio in or, using the I2S interface, you can add a codec for additional audio I/O.
389
393
390
394
<aname="power"></a>
395
+
391
396
## Power
392
397
393
398
### Is it safe to just pull the power?
@@ -441,8 +446,8 @@ Not in the base device. There are adapters that would split the voltage off the
441
446
442
447
The GPIO pins are natively 3.3V, so 5V devices **MUST NOT** be attached directly without some sort of voltage conversion. The pins can provide up to 16mA current. See the [GPIO docs page](hardware/raspberrypi/gpio/README.md) for more information.
443
448
444
-
445
449
<aname="sd-cards-and-storage"></a>
450
+
446
451
## SD cards and storage
447
452
448
453
### What size of SD card do I need?
@@ -462,6 +467,7 @@ Yes, booting from a USB-attached drive (either a SSD or actual hard drive) can m
462
467
If you brick the device, you can restore it by reflashing the SD card.
463
468
464
469
<aname="networking"></a>
470
+
465
471
## Networking and wireless connectivity
466
472
467
473
### Does the device support networking?
@@ -491,6 +497,7 @@ We have also developed [PiServer](https://www.raspberrypi.org/blog/piserver/), a
491
497
Another option is [PiNet](http://pinet.org.uk), which is a free and open-source community-based project initially designed for schools. Each Raspberry Pi boots off a small set of startup files on an SD card and fetches the rest of the data it needs from the PiNet server, thereby allowing you to maintain a single operating system image for all the Raspberry Pis. PiNet also adds network user accounts, shared folders and automated backups.
492
498
493
499
<aname="cameramodule"></a>
500
+
494
501
## Camera Module
495
502
496
503
### What is the Camera Module?
@@ -524,6 +531,7 @@ Yes. We have reports of people using cables up to four metres in length and stil
524
531
The Raspberry Pi Camera Modules requires 250mA to operate. Ensure that your power supply can provide enough power for the connected Camera Module, as well as for the Raspberry Pi itself and any peripherals directly attached to it.
525
532
526
533
<aname="troubleshooting"></a>
534
+
527
535
## Troubleshooting
528
536
529
537
### What is the username and password for the Raspberry Pi?
0 commit comments