Raspberry Pi: Difference between revisions

From Fab Lab Wiki - by NMÍ Kvikan
Jump to navigation Jump to search
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
==What’s a Raspberry Pi?==
==What’s a Raspberry Pi?==
The Raspberry Pi is a credit-card sized computer that plugs into your TV and a keyboard. It’s a capable little PC which can be used for many of the things that your desktop PC does, like spreadsheets, word-processing and games. It also plays high-definition video. We want to see it being used by kids all over the world to learn programming.
The Raspberry Pi is a credit-card sized computer that plugs into your TV and a keyboard. It’s a capable little PC which can be used for many of the things that your desktop PC does, like spreadsheets, word-processing and games. It also plays high-definition video. We want to see it being used by kids all over the world to learn programming. [http://www.raspberrypi.org/faqs http://www.raspberrypi.org/faqs]
 


==How to start?==
==How to start?==
Line 9: Line 8:


==Raspberry Pi media center==
==Raspberry Pi media center==
*If you want to use Raspberry Pi as a media center you could use XBMC (check out
If you want to use Raspberry Pi as a media center you could use XBMC (check out
[http://www.raspbmc.com/download/ http://www.raspbmc.com/download/]  
*[http://www.raspbmc.com/download/ http://www.raspbmc.com/download/]
 
 
==You can install Minecraft to Raspberry Pi==
*[http://pi.minecraft.net/]
 


wget https://s3.amazonaws.com/assets.minecraft.net/pi/minecraft-pi-0.1.1.tar.gz
To decompress it:
tar -zxvf minecraft-pi-0.1..1.tar.gz
To run it:
cd mcpi
./minecraft-pi


==links==
==links==
*[http://www.raspberrypi.org http://www.raspberrypi.org]
*[http://www.raspberrypi.org http://www.raspberrypi.org]
*[http://blog.makezine.com/2012/12/25/ten-raspberry-pi-tips/ http://blog.makezine.com/2012/12/25/ten-raspberry-pi-tips/]
*[http://blog.makezine.com/2012/12/25/ten-raspberry-pi-tips/ http://blog.makezine.com/2012/12/25/ten-raspberry-pi-tips/]

Latest revision as of 17:15, 12 February 2013

What’s a Raspberry Pi?

The Raspberry Pi is a credit-card sized computer that plugs into your TV and a keyboard. It’s a capable little PC which can be used for many of the things that your desktop PC does, like spreadsheets, word-processing and games. It also plays high-definition video. We want to see it being used by kids all over the world to learn programming. http://www.raspberrypi.org/faqs

How to start?

<video type="youtube">46xfsX-qOw0</video>


Raspberry Pi media center

If you want to use Raspberry Pi as a media center you could use XBMC (check out


You can install Minecraft to Raspberry Pi


wget https://s3.amazonaws.com/assets.minecraft.net/pi/minecraft-pi-0.1.1.tar.gz 

To decompress it:

tar -zxvf minecraft-pi-0.1..1.tar.gz

To run it:

cd mcpi
./minecraft-pi

links