<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://elinux.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://elinux.org/api.php?action=feedcontributions&amp;user=Naicheben&amp;feedformat=atom</id>
		<title>eLinux.org - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://elinux.org/api.php?action=feedcontributions&amp;user=Naicheben&amp;feedformat=atom"/>
		<link rel="alternate" type="text/html" href="http://elinux.org/Special:Contributions/Naicheben"/>
		<updated>2013-05-18T15:04:56Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.21alpha</generator>

	<entry>
		<id>http://elinux.org/DE:RPi_Tutorial_Easy_GPIO_Hardware_%26_Software</id>
		<title>DE:RPi Tutorial Easy GPIO Hardware &amp; Software</title>
		<link rel="alternate" type="text/html" href="http://elinux.org/DE:RPi_Tutorial_Easy_GPIO_Hardware_%26_Software"/>
				<updated>2012-04-27T10:07:03Z</updated>
		
		<summary type="html">&lt;p&gt;Naicheben: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:RPi_Tutorials}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Achtung==&lt;br /&gt;
Wärend die meissten der hier aufgeführten Schaltungen direkt ans RPi angeschlossen werden, wird der Gebrauch eines gepufferten Interface (so wie beim [[RPi Gertboard | Gertboard]]) angeraten zum Schutz vor grevierenden Schäden.  Alternativ kann man auch mit diesen Experimentierboards arbeiten: [[#Alternative Test Platforms]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Höchste Vorsicht ist geboten wenn auf Low Level Ebene Hardware angeschlossen wird, das RPi kann dabei zerstört werden, Dein Equipment und potentiell Du selbst und/oder Andere.  Es geschieht alles auf eigene Gefahr!'''&lt;br /&gt;
&lt;br /&gt;
==Ziele==&lt;br /&gt;
Dieses Tutorial basiert auf [http://www.raspberrypi.org/forum/features-and-requests/easy-gpio-hardware-software diesem Thread] und zielt drauf ab basis Schaltungen für die [[RPi Low-level peripherals#General Purpose Input/Output (GPIO) | General Purpose Input/Output (GPIO)]] des RPi's zu erstellen.&lt;br /&gt;
Grundlagen der Elektronik sind erforderlich (z.B. Grundwisse über grundlegende diskrete Bauteile wie Transistoren, Dioden und Widerstände):&lt;br /&gt;
&lt;br /&gt;
==Nützliche Links/Resourcen==&lt;br /&gt;
*[http://www.circuitlab.com Online Schaltungs Labor - Schaltungs Design und Simulation] - Excellentes Tool zum Experimentieren mit Schaltungen (wird auch für die Schaltungsbeispiele hier genutzt)&lt;br /&gt;
&lt;br /&gt;
*[http://www.scriptoriumdesigns.com/embedded/index.php Einführung in die Embedded Programmierung - GPIO] - Besonders viele Detailinformation über GPIO Inputs und Outputs für Anfänger um die Prinzipien hinter der Schaltung zu verstehen.&lt;br /&gt;
&lt;br /&gt;
*[http://ww1.microchip.com/downloads/en/devicedoc/40040b.pdf Microchip's PIC Tips und Tricks engl. PDF]&amp;lt;ref&amp;gt; http://www.raspberrypi.org/forum/projects-and-collaboration-general/gpios-suitable-for-microswitches-joysticks/#p35307 &amp;lt;/ref&amp;gt; - Enthält viele brauchbare Beispielschaltungen für den PIC Microkontroller und kann auf das RPi adaptiert werden (3.3V GPIO).&lt;br /&gt;
&lt;br /&gt;
*[http://www.kpsec.freeuk.com/ The Electronics Club] - Eine excellente Quelle für Anfänger der Elektronik (auf Englisch), erklärt viele Basisschaltungen.&lt;br /&gt;
&lt;br /&gt;
==Alternative Test Platformen==&lt;br /&gt;
Bis Du deinen RPi bekommst kannst Du deine Basisschaltungen auch mit alternativen Platformen testen. Die Testschaltungen könnten dann in Zukunft direkt an das RPi angeschlossen werden.&lt;br /&gt;
&lt;br /&gt;
* [http://www.ti.com/tool/msp-exp430g2 TI LaunchPad] - Eine preiswerte Entwicklerplatform ($4.30 incl. Weltweiter gratis Versand). Incl. Programmer/Debugger Board, 2 Prozessoren (mit 16 GPIO incl. I2C/SPI/UART, 8 Kanal 10bit ADC etc).&lt;br /&gt;
&lt;br /&gt;
*[http://arduino.cc/en/ Arduino] - Die bekannte Hobby Entwicklungs Platform . Hervorragender Community-Support und viel Zusatzhardware.&lt;br /&gt;
&lt;br /&gt;
*[http://www.picaxe.com/ PICAXE]&amp;lt;ref&amp;gt; http://www.raspberrypi.org/forum/projects-and-collaboration-general/gpios-suitable-for-microswitches-joysticks/#p35309 &amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[http://www.stm32circle.com/hom/index.php STM32 Primer/EvoPrimer] - Self-contained development platform. Mentioned since I may use one at some point (I bought the original Primer a long time ago). It includes a battery, acceleration sensors and built in display screen.&lt;br /&gt;
&lt;br /&gt;
=Abgeschlossene Tutorials=&lt;br /&gt;
 Bemerkung:&lt;br /&gt;
 Bis das RPi verfügbar ist, kann nicht gesagt werden, ob folgendes auf einem echten RPi funktioniert.&lt;br /&gt;
 Bisher benutzt der Autor das TI LaunchPad (seihe [[RPi Tutorial Easy GPIO Hardware &amp;amp; Software#Alternative Test Platforms | Alternative Test Platforms]]&lt;br /&gt;
 für Details) um die Hardware zu testen (weil es billig ist und die Logic Level gleich).&lt;br /&gt;
&lt;br /&gt;
===Basis Schaltungen===&lt;br /&gt;
1. [[RPi Tutorial EGHS:LED output | LED output]]&lt;br /&gt;
&lt;br /&gt;
Direkt getrieben (benötigt eine Stromspar LED) oder über Transistor (gestattet einen höheren Strom).  Beinhaltet ein Beispiel 8xLED Test Modul.&lt;br /&gt;
&lt;br /&gt;
3. [[RPi Tutorial EGHS:Switch Input| Simple on/off switch input]]&lt;br /&gt;
&lt;br /&gt;
Mit oder ohne Entprellung, Schutz-Widerstand etc.  Incl. Beispiel 8xSwitch Test Modul.&lt;br /&gt;
&lt;br /&gt;
=Geplante Tutorials=&lt;br /&gt;
===Basic Circuits===&lt;br /&gt;
1. LED output&lt;br /&gt;
&lt;br /&gt;
''Erledigt. Siehe oben.''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. [[RPi Tutorial EGHS:DC Motor | Small DC motor drive]]&lt;br /&gt;
&lt;br /&gt;
MOSFET oder Darlington Paar als Leistungstreiber mit Freilaufdiode zum Schutz vor Induktion aus den Motorspulen.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. [[RPi Tutorial EGHS:Switch Input| Simple on/off switch input]]&lt;br /&gt;
&lt;br /&gt;
''Erledigt. Siehe oben.''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4. [[RPi Tutorial EGHS:Analogue Sensor| Analogue resistive sensor sampled as a digital input]]&lt;br /&gt;
&lt;br /&gt;
Using a basic transistor switch circuit.&lt;br /&gt;
&lt;br /&gt;
===Intermediate Circuits===&lt;br /&gt;
1. [[RPi Tutorial EGHS:Shift Registers| Shift Registers - Multiplexing Data]]&lt;br /&gt;
&lt;br /&gt;
An introduction to using additional ICs.  In this case, using a parallel to serial 8-bit shift register to read 8 digital inputs using two GPIO pins.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. [[RPi Tutorial EGHS:Analogue to Digital| Analogue to Digital Circuit]]&lt;br /&gt;
&lt;br /&gt;
Use of a ADC chip to sample inputs.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. [[RPi Tutorial EGHS:Driving Circuit| PWM Driving Circuit]]&lt;br /&gt;
&lt;br /&gt;
For example motor speed control.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4. [[RPi Tutorial EGHS:Alpha-Numeric Display| Alpha-numeric 2x16 LCD Display]]&lt;br /&gt;
&lt;br /&gt;
'''(IN-PROGRESS)''' Control via 4-wire data (total 6 GPIO) and also alternative 2-wire interface circuit.&lt;br /&gt;
&lt;br /&gt;
===Advanced Circuits===&lt;br /&gt;
1. [[RPi Tutorial EGHS:Control Hardware Over Internet| Control Hardware Over The Internet]]&lt;br /&gt;
&lt;br /&gt;
Implement web control and monitoring of GPIO connected components.&lt;br /&gt;
&lt;br /&gt;
2. [[RPi Tutorial EGHS:Communicating With Other Micro-controllers | Communicating With Other Micro-controllers ]]&lt;br /&gt;
&lt;br /&gt;
Communicate with other micro-controllers so that features such as ADCs can be used.&lt;br /&gt;
&lt;br /&gt;
==Contributing to this tutorial==&lt;br /&gt;
This is an open project so please feel welcome to add your own sections and improve its content.&lt;br /&gt;
&lt;br /&gt;
Please see the [[Talk:RPi Tutorial Easy GPIO Hardware &amp;amp; Software]] page to discuss this page.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Template:Raspberry Pi}}&lt;/div&gt;</summary>
		<author><name>Naicheben</name></author>	</entry>

	<entry>
		<id>http://elinux.org/DE:RPi_Debian_Auto_Login</id>
		<title>DE:RPi Debian Auto Login</title>
		<link rel="alternate" type="text/html" href="http://elinux.org/DE:RPi_Debian_Auto_Login"/>
				<updated>2012-04-26T10:18:54Z</updated>
		
		<summary type="html">&lt;p&gt;Naicheben: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Diese Seite soll Dir zeigen, wie Du unter Debian Squeeze das Autologin und den Autostart von LXDE einrichtest.&lt;br /&gt;
Einmal so eingerichtet bootet das System nach dem Einschalten bis in die grafische Oberfläche LXDE.&lt;br /&gt;
&lt;br /&gt;
==Auto Login:==&lt;br /&gt;
Im Terminal:&lt;br /&gt;
 sudo nano /etc/inittab&lt;br /&gt;
Scroll ganz nach unten bis:&lt;br /&gt;
 1:2345:respawn:/sbin/getty 115200 tty1&lt;br /&gt;
und ändere es zu:&lt;br /&gt;
 #1:2345:respawn:/sbin/getty 115200 tty1&lt;br /&gt;
&lt;br /&gt;
Unter diese Zeile noch einfügen:&lt;br /&gt;
 1:2345:respawn:/bin/login -f pi tty1 &amp;lt;/dev/tty1 &amp;gt;/dev/tty1 2&amp;gt;&amp;amp;1&lt;br /&gt;
Ctrl+X zum Beenden, Y bzw. J zum speichern gefolgt von zweimaligen Druck auf die Entertaste (Return/Eingabe).&lt;br /&gt;
&lt;br /&gt;
==Auto Login 2. Variante:==&lt;br /&gt;
Eine weitere Möglichkeit wäre das Anlegen einer Datei /home/pi.bash_profile mit nano:&lt;br /&gt;
 nano /home/pi/.bash_profile&lt;br /&gt;
und dort folgende Zeilen einfügen:&lt;br /&gt;
 if [ -z &amp;quot;$DISPLAY&amp;quot; ] &amp;amp;&amp;amp; [ $(tty) = /dev/tty1 ]; then&lt;br /&gt;
 &lt;br /&gt;
  startx&lt;br /&gt;
 &lt;br /&gt;
 fi&lt;br /&gt;
Dann kann myn sich auf den weiteren Konsolen ebenfalls anmelden,&lt;br /&gt;
 &lt;br /&gt;
==Auto StartX (Starte LXDE)==&lt;br /&gt;
Im Terminal:&lt;br /&gt;
 sudo nano /etc/profile&lt;br /&gt;
Scroll ganz nach unten und füge zum Schluss folgendes ein:&lt;br /&gt;
 startx&lt;br /&gt;
Ctrl+X zum Beenden, Y bzw. J zum speichern gefolgt von zweimaligen Druck auf die Entertaste (Return/Eingabe).&lt;br /&gt;
&lt;br /&gt;
{{Template:Raspberry Pi}}&lt;br /&gt;
[[Category:RaspberryPi]]&lt;/div&gt;</summary>
		<author><name>Naicheben</name></author>	</entry>

	<entry>
		<id>http://elinux.org/DE:RPi_Debian_Auto_Login</id>
		<title>DE:RPi Debian Auto Login</title>
		<link rel="alternate" type="text/html" href="http://elinux.org/DE:RPi_Debian_Auto_Login"/>
				<updated>2012-04-26T08:36:23Z</updated>
		
		<summary type="html">&lt;p&gt;Naicheben: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Diese Seite soll Dir zeigen, wie Du unter Debian Squeeze das Autologin und den Autostart von LXDE einrichtest.&lt;br /&gt;
Einmal so eingerichtet bootet das System nach dem Einschalten bis in die grafische Oberfläche LXDE.&lt;br /&gt;
&lt;br /&gt;
==Auto Login:==&lt;br /&gt;
Im Terminal:&lt;br /&gt;
 sudo nano /etc/inittab&lt;br /&gt;
Scroll ganz nach unten bis:&lt;br /&gt;
 1:2345:respawn:/sbin/getty 115200 tty1&lt;br /&gt;
und ändere es zu:&lt;br /&gt;
 #1:2345:respawn:/sbin/getty 115200 tty1&lt;br /&gt;
&lt;br /&gt;
Unter diese Zeile noch einfügen:&lt;br /&gt;
 1:2345:respawn:/bin/login -f pi tty1 &amp;lt;/dev/tty1 &amp;gt;/dev/tty1 2&amp;gt;&amp;amp;1&lt;br /&gt;
Ctrl+X zum Beenden, Y bzw. J zum speichern gefolgt von zweimaligen Druck auf die Entertaste (Return/Eingabe).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Auto StartX (Starte LXDE)==&lt;br /&gt;
Im Terminal:&lt;br /&gt;
 sudo nano /etc/profile&lt;br /&gt;
Scroll ganz nach unten und füge zum Schluss folgendes ein:&lt;br /&gt;
 startx&lt;br /&gt;
Ctrl+X zum Beenden, Y bzw. J zum speichern gefolgt von zweimaligen Druck auf die Entertaste (Return/Eingabe).&lt;br /&gt;
&lt;br /&gt;
{{Template:Raspberry Pi}}&lt;br /&gt;
[[Category:RaspberryPi]]&lt;/div&gt;</summary>
		<author><name>Naicheben</name></author>	</entry>

	<entry>
		<id>http://elinux.org/DE:RPi_Debian_Auto_Login</id>
		<title>DE:RPi Debian Auto Login</title>
		<link rel="alternate" type="text/html" href="http://elinux.org/DE:RPi_Debian_Auto_Login"/>
				<updated>2012-04-26T08:31:10Z</updated>
		
		<summary type="html">&lt;p&gt;Naicheben: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Diese Seite soll Dir zeigen, wie Du unter Debian Squeeze das Autologin und den Autostart von LXDE einrichtest.&lt;br /&gt;
Einmal so eingerichtet bootet das System nach dem Einschalten bis in die grafische Oberfläche LXDE.&lt;br /&gt;
&lt;br /&gt;
==Auto Login:==&lt;br /&gt;
Im Terminal:&lt;br /&gt;
 sudo nano /etc/inittab&lt;br /&gt;
Scroll ganz nach unten bis:&lt;br /&gt;
 1:2345:respawn:/sbin/getty 115200 tty1&lt;br /&gt;
und ändere es zu:&lt;br /&gt;
 #1:2345:respawn:/sbin/getty 115200 tty1&lt;br /&gt;
&lt;br /&gt;
Unter diese Zeile noch einfügen:&lt;br /&gt;
 1:2345:respawn:/bin/login -f pi tty1 &amp;lt;/dev/tty1 &amp;gt;/dev/tty1 2&amp;gt;&amp;amp;1&lt;br /&gt;
Ctrl+X zum Beenden, Y bzw. J zum speichern gefolgt von zweimaligen Druck auf die Entertaste (Return/Eingabe).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Auto StartX (Starte LXDE)==&lt;br /&gt;
Im Terminal:&lt;br /&gt;
 sudo nano /etc/profile&lt;br /&gt;
Scroll ganz nach unten und füge zum Schluss folgendes ein:&lt;br /&gt;
 startx&lt;br /&gt;
Ctrl+X zum Beenden, Y bzw. J zum speichern gefolgt von zweimaligen Druck auf die Entertaste (Return/Eingabe).&lt;br /&gt;
&lt;br /&gt;
{{Template:Raspberry Pi}}&lt;/div&gt;</summary>
		<author><name>Naicheben</name></author>	</entry>

	<entry>
		<id>http://elinux.org/DE:RPi_Debian_Auto_Login</id>
		<title>DE:RPi Debian Auto Login</title>
		<link rel="alternate" type="text/html" href="http://elinux.org/DE:RPi_Debian_Auto_Login"/>
				<updated>2012-04-26T08:25:00Z</updated>
		
		<summary type="html">&lt;p&gt;Naicheben: Autologin, User pi wird automatisch angemeldet.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Auto Login:==&lt;br /&gt;
Im Terminal:&lt;br /&gt;
 sudo nano /etc/inittab&lt;br /&gt;
Scroll ganz nach unten bis:&lt;br /&gt;
 1:2345:respawn:/sbin/getty 115200 tty1&lt;br /&gt;
und ändere es zu:&lt;br /&gt;
 #1:2345:respawn:/sbin/getty 115200 tty1&lt;br /&gt;
&lt;br /&gt;
Unter diese Zeile noch einfügen:&lt;br /&gt;
 1:2345:respawn:/bin/login -f pi tty1 &amp;lt;/dev/tty1 &amp;gt;/dev/tty1 2&amp;gt;&amp;amp;1&lt;br /&gt;
Ctrl+X zum Beenden, Y bzw. J zum speichern gefolgt von zweimaligen Druck auf die Entertaste (Return/Eingabe).&lt;/div&gt;</summary>
		<author><name>Naicheben</name></author>	</entry>

	<entry>
		<id>http://elinux.org/RPiconfig</id>
		<title>RPiconfig</title>
		<link rel="alternate" type="text/html" href="http://elinux.org/RPiconfig"/>
				<updated>2012-04-20T13:14:03Z</updated>
		
		<summary type="html">&lt;p&gt;Naicheben: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: RaspberryPi]]&lt;br /&gt;
&lt;br /&gt;
The Raspberry Pi config.txt file is read by the GPU before the ARM core is initialised.  It can be used to set various system configuration parameters.&lt;br /&gt;
&lt;br /&gt;
This file is an optional file on the boot partition.  It would normally be accessible as /boot/config.txt from Linux.&lt;br /&gt;
&lt;br /&gt;
The information below originally came from Dom in [http://www.raspberrypi.org/forum/general-discussion/config-txt this forum post].&lt;br /&gt;
&lt;br /&gt;
WARNING: Setting any of the parameters which over volt your Raspberry Pi will set a permanant bit within the SOC and your warranty is void.  So If you care about the warranty do not adjust voltage.&lt;br /&gt;
&lt;br /&gt;
Also at your own risk you can try [http://elinux.org/RPi_config_for_your_TV overscan settings] from our wiki. These were [http://www.raspberrypi.org/forum/features-and-requests/should-we-make-a-wiki-page-for-overscan-settings postet] on the forum and are not confimed to work.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=File format=&lt;br /&gt;
&lt;br /&gt;
The format is &amp;quot;property=value&amp;quot;. value is an integer. One option per line. # is comment character. E.g.&lt;br /&gt;
 arm_freq=800&lt;br /&gt;
 #hdmi_mode=19&lt;br /&gt;
 sdtv_mode=2&lt;br /&gt;
 overscan_left=32&lt;br /&gt;
 overscan_right=32&lt;br /&gt;
 overscan_top=32&lt;br /&gt;
 overscan_bottom=32&lt;br /&gt;
&lt;br /&gt;
==Overclocking options==&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
!Option !! Description&lt;br /&gt;
|- &lt;br /&gt;
!align=&amp;quot;right&amp;quot;|arm_freq &lt;br /&gt;
| frequency of ARM in MHz. Default 700.&lt;br /&gt;
|- &lt;br /&gt;
!align=&amp;quot;right&amp;quot;|gpu_freq &lt;br /&gt;
| Sets core_freq, h264_freq, isp_freq, v3d_freq together.&lt;br /&gt;
|- &lt;br /&gt;
!align=&amp;quot;right&amp;quot;|core_freq &lt;br /&gt;
| frequency of GPU processor core in MHz. Default 250.&lt;br /&gt;
|- &lt;br /&gt;
!align=&amp;quot;right&amp;quot;|h264_freq &lt;br /&gt;
| frequency of hardware video block in MHz. Default 250.&lt;br /&gt;
|- &lt;br /&gt;
!align=&amp;quot;right&amp;quot;|isp_freq &lt;br /&gt;
| frequency of image sensor pipeline block in MHz. Default 250.&lt;br /&gt;
|- &lt;br /&gt;
!align=&amp;quot;right&amp;quot;|v3d_freq &lt;br /&gt;
| frequency of 3D block in MHz. Default 250.&lt;br /&gt;
|- &lt;br /&gt;
!align=&amp;quot;right&amp;quot;|sdram_freq &lt;br /&gt;
| frequency of SDRAM in MHz. Default 400.&lt;br /&gt;
|- &lt;br /&gt;
!align=&amp;quot;right&amp;quot;|over_voltage &lt;br /&gt;
| ARM/GPU core voltage adjust. [-16,8] equates to [0.8V,1.4V]. Default 0 (1.2V)&lt;br /&gt;
|- &lt;br /&gt;
!align=&amp;quot;right&amp;quot;|over_voltage_sdram &lt;br /&gt;
| Sets over_voltage_sdram_c, over_voltage_sdram_i, over_voltage_sdram_p together&lt;br /&gt;
|- &lt;br /&gt;
!align=&amp;quot;right&amp;quot;|over_voltage_sdram_c &lt;br /&gt;
| SDRAM controller voltage adjust. [-16,8] equates to [0.8V,1.4V]. Default 0 (1.2V)&lt;br /&gt;
|- &lt;br /&gt;
!align=&amp;quot;right&amp;quot;|over_voltage_sdram_i &lt;br /&gt;
| SDRAM I/O voltage adjust. [-16,8] equates to [0.8V,1.4V]. Default 0 (1.2V)&lt;br /&gt;
|- &lt;br /&gt;
!align=&amp;quot;right&amp;quot;|over_voltage_sdram_p &lt;br /&gt;
| SDRAM phy voltage adjust. [-16,8] equates to [0.8V,1.4V]. Default 0 (1.2V)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Video mode options==&lt;br /&gt;
{| cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
!Option !! Description&lt;br /&gt;
|- &lt;br /&gt;
!align=&amp;quot;right&amp;quot;|sdtv_mode&lt;br /&gt;
| composite tv mode. Default is 0 (NTSC)&lt;br /&gt;
|-&lt;br /&gt;
!align=&amp;quot;right&amp;quot;|sdtv_aspect&lt;br /&gt;
| composite aspect ratio. Default is 1 (4:3)&lt;br /&gt;
|-&lt;br /&gt;
!align=&amp;quot;right&amp;quot;|hdmi_mode&lt;br /&gt;
| hdmi mode. Default is negotiated with display.&lt;br /&gt;
|-&lt;br /&gt;
!align=&amp;quot;right&amp;quot;|hdmi_drive&lt;br /&gt;
| hdmi drive. DVI or HDMI with new start.elf&lt;br /&gt;
|-&lt;br /&gt;
!align=&amp;quot;right&amp;quot;|overscan_left&lt;br /&gt;
| number of pixels to skip on left&lt;br /&gt;
|-&lt;br /&gt;
!align=&amp;quot;right&amp;quot;|overscan_right&lt;br /&gt;
| number of pixels to skip on right&lt;br /&gt;
|-&lt;br /&gt;
!align=&amp;quot;right&amp;quot;|overscan_top&lt;br /&gt;
| number of pixels to skip on top&lt;br /&gt;
|-&lt;br /&gt;
!align=&amp;quot;right&amp;quot;|overscan_bottom&lt;br /&gt;
| number of pixels to skip on bottom&lt;br /&gt;
|-&lt;br /&gt;
!align=&amp;quot;right&amp;quot;|framebuffer_width&lt;br /&gt;
| console framebuffer width in pixels. Default matches display.&lt;br /&gt;
|-&lt;br /&gt;
!align=&amp;quot;right&amp;quot;|framebuffer_height&lt;br /&gt;
| console framebuffer height in pixels. Default matches display.&lt;br /&gt;
|-&lt;br /&gt;
!align=&amp;quot;right&amp;quot;|test_mode&lt;br /&gt;
| enable test sound/image during boot for manufacturing test.&lt;br /&gt;
|-&lt;br /&gt;
!align=&amp;quot;right&amp;quot;|enable_l2cache&lt;br /&gt;
| enable arm access to GPU's L2 cache. Needs corresponding L2 enabled kernel. Default 0.&lt;br /&gt;
|} &lt;br /&gt;
&lt;br /&gt;
===Mode values===&lt;br /&gt;
sdtv_mode is&lt;br /&gt;
   SDTV_MODE_NTSC       = 0, /**&amp;lt;Normal NTSC */&lt;br /&gt;
   SDTV_MODE_NTSC_J     = 1, /**&amp;lt;Japanese version of NTSC – no pedestal.*/&lt;br /&gt;
   SDTV_MODE_PAL        = 2, /**&amp;lt;Normal PAL */&lt;br /&gt;
   SDTV_MODE_PAL_M      = 3, /**&amp;lt;Brazilian version of PAL – 525/60 rather than 625/50, different subcarrier */&lt;br /&gt;
 &lt;br /&gt;
sdtv_aspect is&lt;br /&gt;
   SDTV_ASPECT_4_3      = 1, /**&amp;lt;4:3 */&lt;br /&gt;
   SDTV_ASPECT_14_9     = 2, /**&amp;lt;14:9 */&lt;br /&gt;
   SDTV_ASPECT_16_9     = 3  /**&amp;lt;16:9 */&lt;br /&gt;
 &lt;br /&gt;
hdmi_mode is&lt;br /&gt;
   HDMI_CEA_VGA             =  1,&lt;br /&gt;
   HDMI_CEA_480p60          =  2,&lt;br /&gt;
   HDMI_CEA_480p60H         =  3,&lt;br /&gt;
   HDMI_CEA_720p60          =  4,&lt;br /&gt;
   HDMI_CEA_1080i60         =  5,&lt;br /&gt;
   HDMI_CEA_480i60          =  6,&lt;br /&gt;
   HDMI_CEA_480i60H         =  7,&lt;br /&gt;
   HDMI_CEA_240p60          =  8,&lt;br /&gt;
   HDMI_CEA_240p60H         =  9,&lt;br /&gt;
   HDMI_CEA_480i60_4x       = 10,&lt;br /&gt;
   HDMI_CEA_480i60_4xH      = 11,&lt;br /&gt;
   HDMI_CEA_240p60_4x       = 12,&lt;br /&gt;
   HDMI_CEA_240p60_4xH      = 13,&lt;br /&gt;
   HDMI_CEA_480p60_2x       = 14,&lt;br /&gt;
   HDMI_CEA_480p60_2xH      = 15,&lt;br /&gt;
   HDMI_CEA_1080p60         = 16,&lt;br /&gt;
   HDMI_CEA_576p50          = 17,&lt;br /&gt;
   HDMI_CEA_576p50H         = 18,&lt;br /&gt;
   HDMI_CEA_720p50          = 19,&lt;br /&gt;
   HDMI_CEA_1080i50         = 20,&lt;br /&gt;
   HDMI_CEA_576i50          = 21,&lt;br /&gt;
   HDMI_CEA_576i50H         = 22,&lt;br /&gt;
   HDMI_CEA_288p50          = 23,&lt;br /&gt;
   HDMI_CEA_288p50H         = 24,&lt;br /&gt;
   HDMI_CEA_576i50_4x       = 25,&lt;br /&gt;
   HDMI_CEA_576i50_4xH      = 26,&lt;br /&gt;
   HDMI_CEA_288p50_4x       = 27,&lt;br /&gt;
   HDMI_CEA_288p50_4xH      = 28,&lt;br /&gt;
   HDMI_CEA_576p50_2x       = 29,&lt;br /&gt;
   HDMI_CEA_576p50_2xH      = 30,&lt;br /&gt;
   HDMI_CEA_1080p50         = 31,&lt;br /&gt;
   HDMI_CEA_1080p24         = 32,&lt;br /&gt;
   HDMI_CEA_1080p25         = 33,&lt;br /&gt;
   HDMI_CEA_1080p30         = 34,&lt;br /&gt;
   HDMI_CEA_480p60_4x       = 35,&lt;br /&gt;
   HDMI_CEA_480p60_4xH      = 36,&lt;br /&gt;
   HDMI_CEA_576p50_4x       = 37,&lt;br /&gt;
   HDMI_CEA_576p50_4xH      = 38,&lt;br /&gt;
   HDMI_CEA_1080i50_rb      = 39,&lt;br /&gt;
   HDMI_CEA_1080i100        = 40,&lt;br /&gt;
   HDMI_CEA_720p100         = 41,&lt;br /&gt;
   HDMI_CEA_576p100         = 42,&lt;br /&gt;
   HDMI_CEA_576p100H        = 43,&lt;br /&gt;
   HDMI_CEA_576i100         = 44,&lt;br /&gt;
   HDMI_CEA_576i100H        = 45,&lt;br /&gt;
   HDMI_CEA_1080i120        = 46,&lt;br /&gt;
   HDMI_CEA_720p120         = 47,&lt;br /&gt;
   HDMI_CEA_480p120         = 48,&lt;br /&gt;
   HDMI_CEA_480p120H        = 49,&lt;br /&gt;
   HDMI_CEA_480i120         = 50,&lt;br /&gt;
   HDMI_CEA_480i120H        = 51,&lt;br /&gt;
   HDMI_CEA_576p200         = 52,&lt;br /&gt;
   HDMI_CEA_576p200H        = 53,&lt;br /&gt;
   HDMI_CEA_576i200         = 54,&lt;br /&gt;
   HDMI_CEA_576i200H        = 55,&lt;br /&gt;
   HDMI_CEA_480p240         = 56,&lt;br /&gt;
   HDMI_CEA_480p240H        = 57,&lt;br /&gt;
   HDMI_CEA_480i240         = 58,&lt;br /&gt;
   HDMI_CEA_480i240H        = 59,&lt;br /&gt;
hdmi_drive is&lt;br /&gt;
   HDMI_DRIVE_DVI           = 1, /**&amp;lt;Normal DVI mode */&lt;br /&gt;
   HDMI_DRIVE_HDMI          = 2, /**&amp;lt;Normal HDMI mode */&lt;/div&gt;</summary>
		<author><name>Naicheben</name></author>	</entry>

	<entry>
		<id>http://elinux.org/RPi_config_for_your_TV</id>
		<title>RPi config for your TV</title>
		<link rel="alternate" type="text/html" href="http://elinux.org/RPi_config_for_your_TV"/>
				<updated>2012-04-20T13:05:38Z</updated>
		
		<summary type="html">&lt;p&gt;Naicheben: Created page with &amp;quot;The config settings below are known to work for some users. [http://www.raspberrypi.org/forum/features-and-requests/should-we-make-a-wiki-page-for-overscan-settings/ Here is the ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The config settings below are known to work for some users. [http://www.raspberrypi.org/forum/features-and-requests/should-we-make-a-wiki-page-for-overscan-settings/ Here is the forum thread]. Use it at own risk!&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|Brand&lt;br /&gt;
|Model&lt;br /&gt;
|overscan_left&lt;br /&gt;
|overscan_right&lt;br /&gt;
|overscan_top&lt;br /&gt;
|overscan_bottom&lt;br /&gt;
|Remarks&lt;br /&gt;
|-&lt;br /&gt;
|Panasonic&lt;br /&gt;
|Viera TH-50PX60U&lt;br /&gt;
|20&lt;br /&gt;
|20&lt;br /&gt;
|10&lt;br /&gt;
|10&lt;br /&gt;
|TV is capable of 1080p, but RPi comes up at 1280x720.OS debian6-13-04-2012.zip.&lt;br /&gt;
|-&lt;br /&gt;
|Brand&lt;br /&gt;
|Model&lt;br /&gt;
|overscan_left&lt;br /&gt;
|overscan_right&lt;br /&gt;
|overscan_top&lt;br /&gt;
|overscan_bottom&lt;br /&gt;
|Remarks&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Naicheben</name></author>	</entry>

	<entry>
		<id>http://elinux.org/DE:RPi_Tutorial_Easy_GPIO_Hardware_%26_Software</id>
		<title>DE:RPi Tutorial Easy GPIO Hardware &amp; Software</title>
		<link rel="alternate" type="text/html" href="http://elinux.org/DE:RPi_Tutorial_Easy_GPIO_Hardware_%26_Software"/>
				<updated>2012-04-17T00:25:39Z</updated>
		
		<summary type="html">&lt;p&gt;Naicheben: Anleitung um Hardware an den GPIOs zu betreiben&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:RPi_Tutorials}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Achtung==&lt;br /&gt;
Wärend die meissten der hier aufgeführten Schaltungen direkt ans RPi angeschlossen werden, wird der Gebrauch eines gepufferten Interface (so wie beim [[RPi Gertboard | Gertboard]]) angeraten zum Schutz vor grevierenden Schäden.  Alternativ kann man auch mit diesen Experimentierboards arbeiten: [[#Alternative Test Platforms]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Höchste Vorsicht ist geboten wenn auf Low Level Ebene Hardware angeschlossen wird, das RPi kann dabei zerstört werden, Dein Equipment und potentiell Du selbst und/oder Andere.  Es geschieht alles auf eigene Gefahr!'''&lt;br /&gt;
&lt;br /&gt;
==Ziele==&lt;br /&gt;
Dieses Tutorial basiert auf [http://www.raspberrypi.org/forum/features-and-requests/easy-gpio-hardware-software diesem Thread] und zielt drauf ab basis Schaltungen für die [[RPi Low-level peripherals#General Purpose Input/Output (GPIO) | General Purpose Input/Output (GPIO)]] des RPi's zu erstellen.&lt;br /&gt;
Grundlagen der Elektronik sind erforderlich (z.B. Grundwisse über grundlegende diskrete Bauteile wie Transistoren, Dioden und Widerstände):&lt;br /&gt;
&lt;br /&gt;
==Nützliche Links/Resourcen==&lt;br /&gt;
*[http://www.circuitlab.com Online Schaltungs Labor - Schaltungs Design und Simulation] - Excellentes Tool zum Experimentieren mit Schaltungen (wird auch für die Schaltungsbeispiele hier genutzt)&lt;br /&gt;
&lt;br /&gt;
*[http://www.scriptoriumdesigns.com/embedded/index.php Einführung in die Embedded Programmierung - GPIO] - Besonders viele detail Information über GPIO Inputs und Outputs für Anfänger um die Prizipien hinter der Schaltung zu verstehen.&lt;br /&gt;
&lt;br /&gt;
*[http://ww1.microchip.com/downloads/en/devicedoc/40040b.pdf Microchip's PIC Tips und Tricks engl. PDF]&amp;lt;ref&amp;gt; http://www.raspberrypi.org/forum/projects-and-collaboration-general/gpios-suitable-for-microswitches-joysticks/#p35307 &amp;lt;/ref&amp;gt; - Enthält viele brauchbare Beispielschaltungen für den PIC Microkontroller und kann auf das RPi adaptiert werden (3.3V GPIO).&lt;br /&gt;
&lt;br /&gt;
*[http://www.kpsec.freeuk.com/ The Electronics Club] - Eine excellente Quelle für Anfänger der Elektronik (auf Englisch), erklärt viele Basisschaltungen.&lt;br /&gt;
&lt;br /&gt;
==Alternative Test Platformen==&lt;br /&gt;
Until you have a RPi to test with, there are many alternative platforms available which will allow the testing of basic circuits.  In addition, they may be interfaced with directly using the RPi in the future.&lt;br /&gt;
&lt;br /&gt;
* [http://www.ti.com/tool/msp-exp430g2 TI LaunchPad] - A low cost development platform ($4.30 including free world shipping). Includes programmer/debug board, two processors (with 16 GPIO including I2C/SPI/UART, 8ch 10bit ADC etc).&lt;br /&gt;
&lt;br /&gt;
*[http://arduino.cc/en/ Arduino] - Common hobbyist development platform. Excellent community support and additional hardware.&lt;br /&gt;
&lt;br /&gt;
*[http://www.picaxe.com/ PICAXE]&amp;lt;ref&amp;gt; http://www.raspberrypi.org/forum/projects-and-collaboration-general/gpios-suitable-for-microswitches-joysticks/#p35309 &amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[http://www.stm32circle.com/hom/index.php STM32 Primer/EvoPrimer] - Self-contained development platform. Mentioned since I may use one at some point (I bought the original Primer a long time ago). It includes a battery, acceleration sensors and built in display screen.&lt;br /&gt;
&lt;br /&gt;
=Completed Tutorials=&lt;br /&gt;
 Note:&lt;br /&gt;
 Until RPi devices are available, I can not confirm this will work on a real RPi.&lt;br /&gt;
 For now, I shall be using the TI LaunchPad (see [[RPi Tutorial Easy GPIO Hardware &amp;amp; Software#Alternative Test Platforms | Alternative Test Platforms]]&lt;br /&gt;
 for details) to test the hardware on (as it is cheap and the logic levels similar).&lt;br /&gt;
&lt;br /&gt;
===Basic Circuits===&lt;br /&gt;
1. [[RPi Tutorial EGHS:LED output | LED output]]&lt;br /&gt;
&lt;br /&gt;
Directly driven (will need very low powered LED) or driven via transistor (allowing higher current).  Includes example 8xLED Test Module.&lt;br /&gt;
&lt;br /&gt;
3. [[RPi Tutorial EGHS:Switch Input| Simple on/off switch input]]&lt;br /&gt;
&lt;br /&gt;
With or without de-bouncing, protection resistors etc.  Includes example 8xSwitch Test Module.&lt;br /&gt;
&lt;br /&gt;
=Planned Tutorials=&lt;br /&gt;
===Basic Circuits===&lt;br /&gt;
1. LED output&lt;br /&gt;
&lt;br /&gt;
''Completed see above.''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. [[RPi Tutorial EGHS:DC Motor | Small DC motor drive]]&lt;br /&gt;
&lt;br /&gt;
MOSFET or Darlington Pair to provide high power drive and reverse bias diode to protect from motor coils.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. [[RPi Tutorial EGHS:Switch Input| Simple on/off switch input]]&lt;br /&gt;
&lt;br /&gt;
''Completed see above.''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4. [[RPi Tutorial EGHS:Analogue Sensor| Analogue resistive sensor sampled as a digital input]]&lt;br /&gt;
&lt;br /&gt;
Using a basic transistor switch circuit.&lt;br /&gt;
&lt;br /&gt;
===Intermediate Circuits===&lt;br /&gt;
1. [[RPi Tutorial EGHS:Shift Registers| Shift Registers - Multiplexing Data]]&lt;br /&gt;
&lt;br /&gt;
An introduction to using additional ICs.  In this case, using a parallel to serial 8-bit shift register to read 8 digital inputs using two GPIO pins.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. [[RPi Tutorial EGHS:Analogue to Digital| Analogue to Digital Circuit]]&lt;br /&gt;
&lt;br /&gt;
Use of a ADC chip to sample inputs.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. [[RPi Tutorial EGHS:Driving Circuit| PWM Driving Circuit]]&lt;br /&gt;
&lt;br /&gt;
For example motor speed control.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4. [[RPi Tutorial EGHS:Alpha-Numeric Display| Alpha-numeric 2x16 LCD Display]]&lt;br /&gt;
&lt;br /&gt;
'''(IN-PROGRESS)''' Control via 4-wire data (total 6 GPIO) and also alternative 2-wire interface circuit.&lt;br /&gt;
&lt;br /&gt;
===Advanced Circuits===&lt;br /&gt;
1. [[RPi Tutorial EGHS:Control Hardware Over Internet| Control Hardware Over The Internet]]&lt;br /&gt;
&lt;br /&gt;
Implement web control and monitoring of GPIO connected components.&lt;br /&gt;
&lt;br /&gt;
2. [[RPi Tutorial EGHS:Communicating With Other Micro-controllers | Communicating With Other Micro-controllers ]]&lt;br /&gt;
&lt;br /&gt;
Communicate with other micro-controllers so that features such as ADCs can be used.&lt;br /&gt;
&lt;br /&gt;
==Contributing to this tutorial==&lt;br /&gt;
This is an open project so please feel welcome to add your own sections and improve its content.&lt;br /&gt;
&lt;br /&gt;
Please see the [[Talk:RPi Tutorial Easy GPIO Hardware &amp;amp; Software]] page to discuss this page.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Template:Raspberry Pi}}&lt;/div&gt;</summary>
		<author><name>Naicheben</name></author>	</entry>

	<entry>
		<id>http://elinux.org/RPiconfig</id>
		<title>RPiconfig</title>
		<link rel="alternate" type="text/html" href="http://elinux.org/RPiconfig"/>
				<updated>2012-04-16T19:26:11Z</updated>
		
		<summary type="html">&lt;p&gt;Naicheben: /* Video mode options */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: RaspberryPi]]&lt;br /&gt;
&lt;br /&gt;
The Raspberry Pi config.txt file is read by the GPU before the ARM core is initialised.  It can be used to set various system configuration parameters.&lt;br /&gt;
&lt;br /&gt;
This file is an optional file on the boot partition.  It would normally be accessible as /boot/config.txt from Linux.&lt;br /&gt;
&lt;br /&gt;
The information below originally came from Dom in [http://www.raspberrypi.org/forum/general-discussion/config-txt this forum post].&lt;br /&gt;
&lt;br /&gt;
WARNING: Setting any of the parameters which over volt your Raspberry Pi will set a permanant bit within the SOC and your warranty is void.  So If you care about the warranty do not adjust voltage.&lt;br /&gt;
&lt;br /&gt;
=File format=&lt;br /&gt;
&lt;br /&gt;
The format is &amp;quot;property=value&amp;quot;. value is an integer. One option per line. # is comment character. E.g.&lt;br /&gt;
 arm_freq=800&lt;br /&gt;
 #hdmi_mode=19&lt;br /&gt;
 sdtv_mode=2&lt;br /&gt;
 overscan_left=32&lt;br /&gt;
 overscan_right=32&lt;br /&gt;
 overscan_top=32&lt;br /&gt;
 overscan_bottom=32&lt;br /&gt;
&lt;br /&gt;
==Overclocking options==&lt;br /&gt;
&lt;br /&gt;
{| cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
!Option !! Description&lt;br /&gt;
|- &lt;br /&gt;
!align=&amp;quot;right&amp;quot;|arm_freq &lt;br /&gt;
| frequency of ARM in MHz. Default 700.&lt;br /&gt;
|- &lt;br /&gt;
!align=&amp;quot;right&amp;quot;|gpu_freq &lt;br /&gt;
| Sets core_freq, h264_freq, isp_freq, v3d_freq together.&lt;br /&gt;
|- &lt;br /&gt;
!align=&amp;quot;right&amp;quot;|core_freq &lt;br /&gt;
| frequency of GPU processor core in MHz. Default 250.&lt;br /&gt;
|- &lt;br /&gt;
!align=&amp;quot;right&amp;quot;|h264_freq &lt;br /&gt;
| frequency of hardware video block in MHz. Default 250.&lt;br /&gt;
|- &lt;br /&gt;
!align=&amp;quot;right&amp;quot;|isp_freq &lt;br /&gt;
| frequency of image sensor pipeline block in MHz. Default 250.&lt;br /&gt;
|- &lt;br /&gt;
!align=&amp;quot;right&amp;quot;|v3d_freq &lt;br /&gt;
| frequency of 3D block in MHz. Default 250.&lt;br /&gt;
|- &lt;br /&gt;
!align=&amp;quot;right&amp;quot;|sdram_freq &lt;br /&gt;
| frequency of SDRAM in MHz. Default 400.&lt;br /&gt;
|- &lt;br /&gt;
!align=&amp;quot;right&amp;quot;|over_voltage &lt;br /&gt;
| ARM/GPU core voltage adjust. [-16,8] equates to [0.8V,1.4V]. Default 0 (1.2V)&lt;br /&gt;
|- &lt;br /&gt;
!align=&amp;quot;right&amp;quot;|over_voltage_sdram &lt;br /&gt;
| Sets over_voltage_sdram_c, over_voltage_sdram_i, over_voltage_sdram_p together&lt;br /&gt;
|- &lt;br /&gt;
!align=&amp;quot;right&amp;quot;|over_voltage_sdram_c &lt;br /&gt;
| SDRAM controller voltage adjust. [-16,8] equates to [0.8V,1.4V]. Default 0 (1.2V)&lt;br /&gt;
|- &lt;br /&gt;
!align=&amp;quot;right&amp;quot;|over_voltage_sdram_i &lt;br /&gt;
| SDRAM I/O voltage adjust. [-16,8] equates to [0.8V,1.4V]. Default 0 (1.2V)&lt;br /&gt;
|- &lt;br /&gt;
!align=&amp;quot;right&amp;quot;|over_voltage_sdram_p &lt;br /&gt;
| SDRAM phy voltage adjust. [-16,8] equates to [0.8V,1.4V]. Default 0 (1.2V)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Video mode options==&lt;br /&gt;
{| cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
!Option !! Description&lt;br /&gt;
|- &lt;br /&gt;
!align=&amp;quot;right&amp;quot;|sdtv_mode&lt;br /&gt;
| composite tv mode. Default is 0 (NTSC)&lt;br /&gt;
|-&lt;br /&gt;
!align=&amp;quot;right&amp;quot;|sdtv_aspect&lt;br /&gt;
| composite aspect ratio. Default is 1 (4:3)&lt;br /&gt;
|-&lt;br /&gt;
!align=&amp;quot;right&amp;quot;|hdmi_mode&lt;br /&gt;
| hdmi mode. Default is negotiated with display.&lt;br /&gt;
|-&lt;br /&gt;
!align=&amp;quot;right&amp;quot;|hdmi_drive&lt;br /&gt;
| hdmi drive. DVI or HDMI with new start.elf&lt;br /&gt;
|-&lt;br /&gt;
!align=&amp;quot;right&amp;quot;|overscan_left&lt;br /&gt;
| number of pixels to skip on left&lt;br /&gt;
|-&lt;br /&gt;
!align=&amp;quot;right&amp;quot;|overscan_right&lt;br /&gt;
| number of pixels to skip on right&lt;br /&gt;
|-&lt;br /&gt;
!align=&amp;quot;right&amp;quot;|overscan_top&lt;br /&gt;
| number of pixels to skip on top&lt;br /&gt;
|-&lt;br /&gt;
!align=&amp;quot;right&amp;quot;|overscan_bottom&lt;br /&gt;
| number of pixels to skip on bottom&lt;br /&gt;
|-&lt;br /&gt;
!align=&amp;quot;right&amp;quot;|framebuffer_width&lt;br /&gt;
| console framebuffer width in pixels. Default matches display.&lt;br /&gt;
|-&lt;br /&gt;
!align=&amp;quot;right&amp;quot;|framebuffer_height&lt;br /&gt;
| console framebuffer height in pixels. Default matches display.&lt;br /&gt;
|-&lt;br /&gt;
!align=&amp;quot;right&amp;quot;|test_mode&lt;br /&gt;
| enable test sound/image during boot for manufacturing test.&lt;br /&gt;
|-&lt;br /&gt;
!align=&amp;quot;right&amp;quot;|enable_l2cache&lt;br /&gt;
| enable arm access to GPU's L2 cache. Needs corresponding L2 enabled kernel. Default 0.&lt;br /&gt;
|} &lt;br /&gt;
&lt;br /&gt;
===Mode values===&lt;br /&gt;
sdtv_mode is&lt;br /&gt;
   SDTV_MODE_NTSC       = 0, /**&amp;lt;Normal NTSC */&lt;br /&gt;
   SDTV_MODE_NTSC_J     = 1, /**&amp;lt;Japanese version of NTSC – no pedestal.*/&lt;br /&gt;
   SDTV_MODE_PAL        = 2, /**&amp;lt;Normal PAL */&lt;br /&gt;
   SDTV_MODE_PAL_M      = 3, /**&amp;lt;Brazilian version of PAL – 525/60 rather than 625/50, different subcarrier */&lt;br /&gt;
 &lt;br /&gt;
sdtv_aspect is&lt;br /&gt;
   SDTV_ASPECT_4_3      = 1, /**&amp;lt;4:3 */&lt;br /&gt;
   SDTV_ASPECT_14_9     = 2, /**&amp;lt;14:9 */&lt;br /&gt;
   SDTV_ASPECT_16_9     = 3  /**&amp;lt;16:9 */&lt;br /&gt;
 &lt;br /&gt;
hdmi_mode is&lt;br /&gt;
   HDMI_CEA_VGA             =  1,&lt;br /&gt;
   HDMI_CEA_480p60          =  2,&lt;br /&gt;
   HDMI_CEA_480p60H         =  3,&lt;br /&gt;
   HDMI_CEA_720p60          =  4,&lt;br /&gt;
   HDMI_CEA_1080i60         =  5,&lt;br /&gt;
   HDMI_CEA_480i60          =  6,&lt;br /&gt;
   HDMI_CEA_480i60H         =  7,&lt;br /&gt;
   HDMI_CEA_240p60          =  8,&lt;br /&gt;
   HDMI_CEA_240p60H         =  9,&lt;br /&gt;
   HDMI_CEA_480i60_4x       = 10,&lt;br /&gt;
   HDMI_CEA_480i60_4xH      = 11,&lt;br /&gt;
   HDMI_CEA_240p60_4x       = 12,&lt;br /&gt;
   HDMI_CEA_240p60_4xH      = 13,&lt;br /&gt;
   HDMI_CEA_480p60_2x       = 14,&lt;br /&gt;
   HDMI_CEA_480p60_2xH      = 15,&lt;br /&gt;
   HDMI_CEA_1080p60         = 16,&lt;br /&gt;
   HDMI_CEA_576p50          = 17,&lt;br /&gt;
   HDMI_CEA_576p50H         = 18,&lt;br /&gt;
   HDMI_CEA_720p50          = 19,&lt;br /&gt;
   HDMI_CEA_1080i50         = 20,&lt;br /&gt;
   HDMI_CEA_576i50          = 21,&lt;br /&gt;
   HDMI_CEA_576i50H         = 22,&lt;br /&gt;
   HDMI_CEA_288p50          = 23,&lt;br /&gt;
   HDMI_CEA_288p50H         = 24,&lt;br /&gt;
   HDMI_CEA_576i50_4x       = 25,&lt;br /&gt;
   HDMI_CEA_576i50_4xH      = 26,&lt;br /&gt;
   HDMI_CEA_288p50_4x       = 27,&lt;br /&gt;
   HDMI_CEA_288p50_4xH      = 28,&lt;br /&gt;
   HDMI_CEA_576p50_2x       = 29,&lt;br /&gt;
   HDMI_CEA_576p50_2xH      = 30,&lt;br /&gt;
   HDMI_CEA_1080p50         = 31,&lt;br /&gt;
   HDMI_CEA_1080p24         = 32,&lt;br /&gt;
   HDMI_CEA_1080p25         = 33,&lt;br /&gt;
   HDMI_CEA_1080p30         = 34,&lt;br /&gt;
   HDMI_CEA_480p60_4x       = 35,&lt;br /&gt;
   HDMI_CEA_480p60_4xH      = 36,&lt;br /&gt;
   HDMI_CEA_576p50_4x       = 37,&lt;br /&gt;
   HDMI_CEA_576p50_4xH      = 38,&lt;br /&gt;
   HDMI_CEA_1080i50_rb      = 39,&lt;br /&gt;
   HDMI_CEA_1080i100        = 40,&lt;br /&gt;
   HDMI_CEA_720p100         = 41,&lt;br /&gt;
   HDMI_CEA_576p100         = 42,&lt;br /&gt;
   HDMI_CEA_576p100H        = 43,&lt;br /&gt;
   HDMI_CEA_576i100         = 44,&lt;br /&gt;
   HDMI_CEA_576i100H        = 45,&lt;br /&gt;
   HDMI_CEA_1080i120        = 46,&lt;br /&gt;
   HDMI_CEA_720p120         = 47,&lt;br /&gt;
   HDMI_CEA_480p120         = 48,&lt;br /&gt;
   HDMI_CEA_480p120H        = 49,&lt;br /&gt;
   HDMI_CEA_480i120         = 50,&lt;br /&gt;
   HDMI_CEA_480i120H        = 51,&lt;br /&gt;
   HDMI_CEA_576p200         = 52,&lt;br /&gt;
   HDMI_CEA_576p200H        = 53,&lt;br /&gt;
   HDMI_CEA_576i200         = 54,&lt;br /&gt;
   HDMI_CEA_576i200H        = 55,&lt;br /&gt;
   HDMI_CEA_480p240         = 56,&lt;br /&gt;
   HDMI_CEA_480p240H        = 57,&lt;br /&gt;
   HDMI_CEA_480i240         = 58,&lt;br /&gt;
   HDMI_CEA_480i240H        = 59,&lt;br /&gt;
hdmi_drive is&lt;br /&gt;
   HDMI_DRIVE_DVI           = 1, /**&amp;lt;Normal DVI mode */&lt;br /&gt;
   HDMI_DRIVE_HDMI          = 2, /**&amp;lt;Normal HDMI mode */&lt;/div&gt;</summary>
		<author><name>Naicheben</name></author>	</entry>

	<entry>
		<id>http://elinux.org/Talk:RPi_Hub</id>
		<title>Talk:RPi Hub</title>
		<link rel="alternate" type="text/html" href="http://elinux.org/Talk:RPi_Hub"/>
				<updated>2012-04-01T20:16:02Z</updated>
		
		<summary type="html">&lt;p&gt;Naicheben: /* Permission for ZIP files/who's the Admin? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is intended as a space to discuss change and alterations to the design and layout of the RPi hub pages, as well as a point of contact for issues/tidy up jobs which are outstanding.&lt;br /&gt;
&lt;br /&gt;
Please feel free to add your own comments, ideas and thoughts.&lt;br /&gt;
=Our wiki guidelines=&lt;br /&gt;
[[RPi Wiki Best Practice]] Discuss it on  the Talk page [[Talk:RPi Wiki Best Practice]] ! &lt;br /&gt;
==My ideas -- Ghans ==&lt;br /&gt;
&lt;br /&gt;
'''Please use the category RaspberryPi!''' This stops duplicate work and helps people find information !&lt;br /&gt;
Tag your images/uploads also !&lt;br /&gt;
&lt;br /&gt;
''meltwater - Agreed, categories need to be added (not too familiar with them - so will learn), in particular general RaspberryPi tags (would improve searching a lot). TO DO - Will need everyone to help with it please.''&lt;br /&gt;
&lt;br /&gt;
ghans - It's easy to to do : Just add &amp;lt;nowiki&amp;gt; [[Category:RaspberryPi]] &amp;lt;/nowiki&amp;gt; to the top of each article !&lt;br /&gt;
Can be done on images , too. I'm currently searching and re-applying the category .&lt;br /&gt;
&lt;br /&gt;
''meltwater - thanks, just noticed you had. Added notes on the new thread asking for editors.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Recruit wiki editors on the forums!'''&lt;br /&gt;
&lt;br /&gt;
''meltwater - Will add a thread. DONE''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Is a guestbook in a wiki a good idea?'''&lt;br /&gt;
&lt;br /&gt;
''meltwater - It no more open to abuse than any other part, but it can be removed if wanted (at that point I was playing around with ideas - so happy either way).''&lt;br /&gt;
&lt;br /&gt;
ghans - OK. I just thought a real guestbook would be more appropriate.&lt;br /&gt;
&lt;br /&gt;
''meltwater - is there a proper one, or do you mean on the main org page.  To be fair the thread linked seems good enough so far, so it might not be required on the wiki too (can see if it gets used or not).''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Offer the foundation and forum admins a reliable solution to migrate each part of their WP site''': Forum , comments, guestbook and this wiki (away from eLinux )! &lt;br /&gt;
&lt;br /&gt;
A single Wordpress site isn't made to support all this.&lt;br /&gt;
&lt;br /&gt;
ELinux is a wiki for many boards , but a seperate one for the Raspberry couldn't hurt !&lt;br /&gt;
&lt;br /&gt;
''meltwater - I agree about the site and forums, but that's up to the foundation.  They are getting server space I believe so hopefully things will evolve.''&lt;br /&gt;
&lt;br /&gt;
ghans - What I meant was that at the moment the Foundation could do with donations of human and technocal resources. &lt;br /&gt;
Money wouldn't hurt , but they are constantly referring to  &amp;lt;nowiki&amp;gt; &amp;quot;the community&amp;quot; &amp;lt;/nowiki&amp;gt; . For example , some generous people on the forums offered their root/webservers to seed and  host (ftp) some SDCard images .&lt;br /&gt;
&lt;br /&gt;
''meltwater - They were donated the server space to run the site etc. I don't know if they plan to change anything else yet.&lt;br /&gt;
&lt;br /&gt;
''I think  &amp;lt;nowiki&amp;gt; &amp;quot;the community&amp;quot; &amp;lt;/nowiki&amp;gt; will not be in a single place, but spread everywhere, with hubs of activity focused in all kinds of areas.''&lt;br /&gt;
&lt;br /&gt;
''The problem I saw was 100s/1000s of groups all working away in their own spaces on the same stuff unaware of each other, hopefully they can be linked through this, rather than pulling content in, just tying it together.''&lt;br /&gt;
&lt;br /&gt;
''Any idea how the old web-ring thing used to work?''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ghans - I just came to know about '''Frambozenbier/EduGeek .  Will they be able to help us?'''&lt;br /&gt;
&lt;br /&gt;
''meltwater -   I've added their links in the community part.  They have offered to build tutorials and guides through the wiki which is good, hopefully other communities will do the same or use the wiki to link theirs.''&lt;br /&gt;
&lt;br /&gt;
''Need to spot and keep an eye out of other hubs of RPi related work and link them, such as RPi Puppy, RPi KidsRuby etc.''&lt;br /&gt;
&lt;br /&gt;
''A lot of it will hopefully come as people get kit, ideally they'll search for what they want to do and put links to useful stuff on this wiki.  Some will prefer writing guides etc in forums, blogs etc others will use the wiki itself.  I think there will be a lot of content out there when the boards come and a big community following.''&lt;br /&gt;
&lt;br /&gt;
They obviously need support for their community !&lt;br /&gt;
&lt;br /&gt;
:: ''' OK then. This cleared up some of my doubts. ''' [[User:Ghans|Ghans]] 16:16, 18 March 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== DeadLinks/Old Pages ==&lt;br /&gt;
&lt;br /&gt;
'''[[RaspberryPiFirstSteps]]''' - almost duplicated by [[RPi Hardware Basic Setup]] - sorry didn't spot it (meltwater) (can be removed once all important info is transferred).&lt;br /&gt;
* ''RaspberryPiFirstSteps merged into RPi Hardware Basic Setup and redirect put in place - [[User:Tufty]]''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''[[RaspberryPiBoard]]''' - original page now superseded by [[R-Pi Hub]].&lt;br /&gt;
* ''RaspberryPiBoard merged into multiple other articles (all of these are linked to from R-Pi Hub). Redirect put in place - [[User:Tufty]]''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''[[RaspberryPiBoard/EducationalLinks]]''' - needed merging into [[Rpi Education]].&lt;br /&gt;
* ''RaspberryPiBoard/EducationalLinks merged into Rpi Education and redirect put in place - [[User:Tufty]]''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''[[Rpi links]]''' - needed merging into [[R-Pi Hub]], [[Rpi HardwareHistory]] and [[Rpi Education]].&lt;br /&gt;
* ''Rpi links merged into other articles and redirect put in place - [[User:Tufty]]''.&lt;br /&gt;
&lt;br /&gt;
== To Do ==&lt;br /&gt;
'''Schools, Universities, Clubs &amp;amp; Groups [[Rpi Education]]'''&lt;br /&gt;
* My original thought is to keep it separate to the community links, since one main focus of the RPi is the education side and ideally schools and clubs etc can share with each other through their own group pages.  But feel free to change it!&lt;br /&gt;
**''I've merged the links into the education page, and note that there's a link to the education page from the community page. That should cover all the bases - [[User:Tufty]]''&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
'''RPi Projects, Guides &amp;amp; Tutorials [[RaspberryPiBoardProjects]]'''&lt;br /&gt;
* Requires content!&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
'''Beginners Guide [[RPi Beginners]]''' &lt;br /&gt;
* Needs a little tidy up and probably updating (by those who know!). Abbreviated guide now at [[RPi Hardware Basic Setup]] should also be reviewed over time.&lt;br /&gt;
** Something went wrong here . Anyway , sooner or later we would have to break links anyway. I consider this a small sacrifice for a better overview. - [[User:Ghans|Ghans]] 16:36, 18 March 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
'''Language / Translations'''&lt;br /&gt;
* Section has been created for this. Create version of page i.e. &amp;quot;FR:R-Pi Hub&amp;quot; and link at top with suitable flag.  Keep the page names the same so re-linking is easy.&lt;br /&gt;
** ''Have added redirects for misspellings of R-Pi Hub in [[R-Pi Hub | EN]]/[[FR:R-Pi Hub | FR]]/[[DE:R-Pi Hub | DE]]/[[ES:R-Pi Hub | ES]], plus re-jigged the layout on each version - [[User:Tufty]]''&lt;br /&gt;
&lt;br /&gt;
==Design Ideas/Improvements==&lt;br /&gt;
Hi, I've been a wikipedia editor for a few years now. Although this is using the same application, it is set up differently, so it is a  little unfamiliar in places. As a start, though I've added a general article about [[SCART]] wjhich may help some not familiar with that particular interface. Regards [[User:Lynbarn|Lynbarn]] 01:17, 30 January 2012 (UTC)&lt;br /&gt;
* Good idea. They can be shorter articles than wikipedia, and more focused towards the knowledge requirements of Pi users. [[User:Tufty|Tufty]] 08:22, 30 January 2012 (UTC)&lt;br /&gt;
* I'm actually against it. This is not a encyclopedia , if you document the specific copmosite output of the RPi , it's okay , but otherwise this wiki will just explode of explanotary articles. I think this is in order with [[ELinuxWiki:Policies_%26_Guidelines#Addition_Inherited_Policy| Point 1]] . [[User:Ghans|Ghans]] 16:47, 18 March 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Information/URL-Structure ==&lt;br /&gt;
&lt;br /&gt;
Right now, the RPi-specific content on this Wiki is merely a loosely connected set of pages, some of them prefixed with RPi, some not. Does anybody know how eLinux.org handles such vendor-specific groups besides the usual Category: tags? Are there special Namespaces for them (i.e. RPi:Hub, RPi:Buyers_Guide), is the use of Subdirectories recommended (i.e. RPi/Hub, RPi:Buyers_Guide, BeagleBoard does that to some extent)? --[[User:Phoque|Phoque]] 15:08, 26 January 2012 (UTC)&lt;br /&gt;
*''I've changed all of the English pages to'' '''RPi_Name''' ''- note the capitals and the space. In order to produce some coherence I've put together this: &lt;br /&gt;
{{Template:Raspberry Pi}}&lt;br /&gt;
:...just add &amp;lt;nowiki&amp;gt;{{Template:Raspberry Pi}}&amp;lt;/nowiki&amp;gt; at the bottom of a page, and let me know if any help is needed updating the template - [[User:Tufty|Tufty]] 20:36, 28 January 2012 (UTC)''&lt;br /&gt;
&lt;br /&gt;
== Foreign pages ==&lt;br /&gt;
&lt;br /&gt;
Hi. I've moved a couple of couple of foreign pages to amend their prefixes for consistency. The prefix works but it's worth noting that perhaps a subpage suffix is conventional elsewhere, e.g. [http://meta.wikimedia.org/wiki/Meta:Language_select/ru http://meta.wikimedia.org/wiki/Meta:Language_select/ru]. I've also posted a question about localisation to the developers at [http://lists.elinux.org/pipermail/elinux-wiki-dev/ Elinux-wiki-dev] &amp;lt;del&amp;gt;but it doesn't seem to have appeared in the archives yet&amp;lt;/del&amp;gt; &amp;lt;ins&amp;gt;([http://lists.elinux.org/pipermail/elinux-wiki-dev/Week-of-Mon-20120206/000019.html here])&amp;lt;/ins&amp;gt;. The post mentions [http://www.mediawiki.org/wiki/Extension:LanguageSelector Extension:LanguageSelector] and [http://commons.wikimedia.org/wiki/Commons:Localization Commons:Localization]. Perhaps this is something to consider for the longer term.&lt;br /&gt;
&lt;br /&gt;
Anyway, this is all looking very professional! I'd like to spend a bit more time around here but am already engaged in a few things on Wikipedia, so don't expect to have the time to do much here for the forseeable future. Cheers. &amp;lt;span style=&amp;quot;white-space:nowrap;&amp;quot;&amp;gt;-- [[User:Trevj#top|Trevj]]&amp;lt;/span&amp;gt; ([[User talk:Trevj#top|talk]]) 17:23, 8 February 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Layout... ==&lt;br /&gt;
The wiki is growing nicely thank you all for adding your content.&lt;br /&gt;
I still have a concern about the layout, particularly for beginners (see older version of the layout [http://elinux.org/index.php?title=R-Pi_Hub&amp;amp;oldid=89864]).  We may even find that beginners would be helped by guiding them to sections based on what they want to do, i.e. 1st time setup, setting up a media player, setting started with programming, or trying out some hardware control for example.&lt;br /&gt;
&lt;br /&gt;
Sorry but I think it may be a good idea to reinstate the getting started section so that beginners have an easier ride.&lt;br /&gt;
&lt;br /&gt;
===Getting Started===&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;background:transparent;&amp;quot;&lt;br /&gt;
| style=&amp;quot;width:33%; vertical-align:top; border:1px solid #aaa;&amp;quot; |&lt;br /&gt;
===Buying Guide===&lt;br /&gt;
----&lt;br /&gt;
Purchase a Model A or Model B Raspberry Pi from... etc&lt;br /&gt;
| style=&amp;quot;width:33%; vertical-align:top; border:1px solid #aaa;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
===Basic Hardware Setup===&lt;br /&gt;
----&lt;br /&gt;
All the info for simply putting it together for the first time etc.&lt;br /&gt;
Beginners don't need to know all the detailed stuff in the hardware section...&lt;br /&gt;
| style=&amp;quot;width:33%; vertical-align:top; border:1px solid #aaa;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
===Beginners Guide===&lt;br /&gt;
----&lt;br /&gt;
You've just got your new Raspberry Pi device - what now?&lt;br /&gt;
Links to the recommended distributions for beginners etc...&lt;br /&gt;
Some direct links to some basic projects, tutorials and books etc...&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Resources section ===&lt;br /&gt;
The Resources section can then contain (focusing on the vast range of advanced stuff - including datasheets):&lt;br /&gt;
*Hardware &amp;amp; Peripherals&lt;br /&gt;
*Software &amp;amp; OS Distributions&lt;br /&gt;
*Documentation/Guides &amp;amp; Tutorials (having difficulty justifying this, since there is a lot of crossover between guides/tutorials/projects) - maybe this section could be for RPi software...but then that depends on the OS in some cases.&lt;br /&gt;
Perhaps the last section could be documentation, although that could crossover to the beginner stuff, hardware and software...tricky.  I suppose, it would be a good place to collect up, finished guides, datasheets, good books etc which can also be linked from other sections too.&lt;br /&gt;
&lt;br /&gt;
I think for now, the resources section can be reduced to two blocks, until we determine what would fit best there.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
What does everyone else think?&lt;br /&gt;
&lt;br /&gt;
[[User:Meltwater|Meltwater]] 8th March 2012 (9:20AM GMT)&lt;br /&gt;
&lt;br /&gt;
Ok, I've put the basics in.&lt;br /&gt;
&lt;br /&gt;
[[User:Meltwater|Meltwater]] 9th March 2012 (10:02AM GMT)&lt;br /&gt;
&lt;br /&gt;
== naicheben's thoughts ==&lt;br /&gt;
===Permission for ZIP files/who's the Admin?===&lt;br /&gt;
Gert van Loo tried to upload a ZIP archive with source code snippets, but the wiki blocked it. So I tried to find a wiki Admin - did not find it on the wiki!&lt;br /&gt;
So I think&lt;br /&gt;
*we should allow users to upload makefiles/c-files or if possible zip-files witch do NOT include binaries.&lt;br /&gt;
*make clear who the wiki-admins (or are there mods like in forums?) is&lt;br /&gt;
&lt;br /&gt;
[[User:Naicheben|Naicheben]] 1th April 2012 (20:15 UTC)&lt;/div&gt;</summary>
		<author><name>Naicheben</name></author>	</entry>

	<entry>
		<id>http://elinux.org/Talk:RPi_Hub</id>
		<title>Talk:RPi Hub</title>
		<link rel="alternate" type="text/html" href="http://elinux.org/Talk:RPi_Hub"/>
				<updated>2012-04-01T20:14:45Z</updated>
		
		<summary type="html">&lt;p&gt;Naicheben: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is intended as a space to discuss change and alterations to the design and layout of the RPi hub pages, as well as a point of contact for issues/tidy up jobs which are outstanding.&lt;br /&gt;
&lt;br /&gt;
Please feel free to add your own comments, ideas and thoughts.&lt;br /&gt;
=Our wiki guidelines=&lt;br /&gt;
[[RPi Wiki Best Practice]] Discuss it on  the Talk page [[Talk:RPi Wiki Best Practice]] ! &lt;br /&gt;
==My ideas -- Ghans ==&lt;br /&gt;
&lt;br /&gt;
'''Please use the category RaspberryPi!''' This stops duplicate work and helps people find information !&lt;br /&gt;
Tag your images/uploads also !&lt;br /&gt;
&lt;br /&gt;
''meltwater - Agreed, categories need to be added (not too familiar with them - so will learn), in particular general RaspberryPi tags (would improve searching a lot). TO DO - Will need everyone to help with it please.''&lt;br /&gt;
&lt;br /&gt;
ghans - It's easy to to do : Just add &amp;lt;nowiki&amp;gt; [[Category:RaspberryPi]] &amp;lt;/nowiki&amp;gt; to the top of each article !&lt;br /&gt;
Can be done on images , too. I'm currently searching and re-applying the category .&lt;br /&gt;
&lt;br /&gt;
''meltwater - thanks, just noticed you had. Added notes on the new thread asking for editors.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Recruit wiki editors on the forums!'''&lt;br /&gt;
&lt;br /&gt;
''meltwater - Will add a thread. DONE''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Is a guestbook in a wiki a good idea?'''&lt;br /&gt;
&lt;br /&gt;
''meltwater - It no more open to abuse than any other part, but it can be removed if wanted (at that point I was playing around with ideas - so happy either way).''&lt;br /&gt;
&lt;br /&gt;
ghans - OK. I just thought a real guestbook would be more appropriate.&lt;br /&gt;
&lt;br /&gt;
''meltwater - is there a proper one, or do you mean on the main org page.  To be fair the thread linked seems good enough so far, so it might not be required on the wiki too (can see if it gets used or not).''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Offer the foundation and forum admins a reliable solution to migrate each part of their WP site''': Forum , comments, guestbook and this wiki (away from eLinux )! &lt;br /&gt;
&lt;br /&gt;
A single Wordpress site isn't made to support all this.&lt;br /&gt;
&lt;br /&gt;
ELinux is a wiki for many boards , but a seperate one for the Raspberry couldn't hurt !&lt;br /&gt;
&lt;br /&gt;
''meltwater - I agree about the site and forums, but that's up to the foundation.  They are getting server space I believe so hopefully things will evolve.''&lt;br /&gt;
&lt;br /&gt;
ghans - What I meant was that at the moment the Foundation could do with donations of human and technocal resources. &lt;br /&gt;
Money wouldn't hurt , but they are constantly referring to  &amp;lt;nowiki&amp;gt; &amp;quot;the community&amp;quot; &amp;lt;/nowiki&amp;gt; . For example , some generous people on the forums offered their root/webservers to seed and  host (ftp) some SDCard images .&lt;br /&gt;
&lt;br /&gt;
''meltwater - They were donated the server space to run the site etc. I don't know if they plan to change anything else yet.&lt;br /&gt;
&lt;br /&gt;
''I think  &amp;lt;nowiki&amp;gt; &amp;quot;the community&amp;quot; &amp;lt;/nowiki&amp;gt; will not be in a single place, but spread everywhere, with hubs of activity focused in all kinds of areas.''&lt;br /&gt;
&lt;br /&gt;
''The problem I saw was 100s/1000s of groups all working away in their own spaces on the same stuff unaware of each other, hopefully they can be linked through this, rather than pulling content in, just tying it together.''&lt;br /&gt;
&lt;br /&gt;
''Any idea how the old web-ring thing used to work?''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ghans - I just came to know about '''Frambozenbier/EduGeek .  Will they be able to help us?'''&lt;br /&gt;
&lt;br /&gt;
''meltwater -   I've added their links in the community part.  They have offered to build tutorials and guides through the wiki which is good, hopefully other communities will do the same or use the wiki to link theirs.''&lt;br /&gt;
&lt;br /&gt;
''Need to spot and keep an eye out of other hubs of RPi related work and link them, such as RPi Puppy, RPi KidsRuby etc.''&lt;br /&gt;
&lt;br /&gt;
''A lot of it will hopefully come as people get kit, ideally they'll search for what they want to do and put links to useful stuff on this wiki.  Some will prefer writing guides etc in forums, blogs etc others will use the wiki itself.  I think there will be a lot of content out there when the boards come and a big community following.''&lt;br /&gt;
&lt;br /&gt;
They obviously need support for their community !&lt;br /&gt;
&lt;br /&gt;
:: ''' OK then. This cleared up some of my doubts. ''' [[User:Ghans|Ghans]] 16:16, 18 March 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== DeadLinks/Old Pages ==&lt;br /&gt;
&lt;br /&gt;
'''[[RaspberryPiFirstSteps]]''' - almost duplicated by [[RPi Hardware Basic Setup]] - sorry didn't spot it (meltwater) (can be removed once all important info is transferred).&lt;br /&gt;
* ''RaspberryPiFirstSteps merged into RPi Hardware Basic Setup and redirect put in place - [[User:Tufty]]''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''[[RaspberryPiBoard]]''' - original page now superseded by [[R-Pi Hub]].&lt;br /&gt;
* ''RaspberryPiBoard merged into multiple other articles (all of these are linked to from R-Pi Hub). Redirect put in place - [[User:Tufty]]''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''[[RaspberryPiBoard/EducationalLinks]]''' - needed merging into [[Rpi Education]].&lt;br /&gt;
* ''RaspberryPiBoard/EducationalLinks merged into Rpi Education and redirect put in place - [[User:Tufty]]''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''[[Rpi links]]''' - needed merging into [[R-Pi Hub]], [[Rpi HardwareHistory]] and [[Rpi Education]].&lt;br /&gt;
* ''Rpi links merged into other articles and redirect put in place - [[User:Tufty]]''.&lt;br /&gt;
&lt;br /&gt;
== To Do ==&lt;br /&gt;
'''Schools, Universities, Clubs &amp;amp; Groups [[Rpi Education]]'''&lt;br /&gt;
* My original thought is to keep it separate to the community links, since one main focus of the RPi is the education side and ideally schools and clubs etc can share with each other through their own group pages.  But feel free to change it!&lt;br /&gt;
**''I've merged the links into the education page, and note that there's a link to the education page from the community page. That should cover all the bases - [[User:Tufty]]''&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
'''RPi Projects, Guides &amp;amp; Tutorials [[RaspberryPiBoardProjects]]'''&lt;br /&gt;
* Requires content!&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
'''Beginners Guide [[RPi Beginners]]''' &lt;br /&gt;
* Needs a little tidy up and probably updating (by those who know!). Abbreviated guide now at [[RPi Hardware Basic Setup]] should also be reviewed over time.&lt;br /&gt;
** Something went wrong here . Anyway , sooner or later we would have to break links anyway. I consider this a small sacrifice for a better overview. - [[User:Ghans|Ghans]] 16:36, 18 March 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
'''Language / Translations'''&lt;br /&gt;
* Section has been created for this. Create version of page i.e. &amp;quot;FR:R-Pi Hub&amp;quot; and link at top with suitable flag.  Keep the page names the same so re-linking is easy.&lt;br /&gt;
** ''Have added redirects for misspellings of R-Pi Hub in [[R-Pi Hub | EN]]/[[FR:R-Pi Hub | FR]]/[[DE:R-Pi Hub | DE]]/[[ES:R-Pi Hub | ES]], plus re-jigged the layout on each version - [[User:Tufty]]''&lt;br /&gt;
&lt;br /&gt;
==Design Ideas/Improvements==&lt;br /&gt;
Hi, I've been a wikipedia editor for a few years now. Although this is using the same application, it is set up differently, so it is a  little unfamiliar in places. As a start, though I've added a general article about [[SCART]] wjhich may help some not familiar with that particular interface. Regards [[User:Lynbarn|Lynbarn]] 01:17, 30 January 2012 (UTC)&lt;br /&gt;
* Good idea. They can be shorter articles than wikipedia, and more focused towards the knowledge requirements of Pi users. [[User:Tufty|Tufty]] 08:22, 30 January 2012 (UTC)&lt;br /&gt;
* I'm actually against it. This is not a encyclopedia , if you document the specific copmosite output of the RPi , it's okay , but otherwise this wiki will just explode of explanotary articles. I think this is in order with [[ELinuxWiki:Policies_%26_Guidelines#Addition_Inherited_Policy| Point 1]] . [[User:Ghans|Ghans]] 16:47, 18 March 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Information/URL-Structure ==&lt;br /&gt;
&lt;br /&gt;
Right now, the RPi-specific content on this Wiki is merely a loosely connected set of pages, some of them prefixed with RPi, some not. Does anybody know how eLinux.org handles such vendor-specific groups besides the usual Category: tags? Are there special Namespaces for them (i.e. RPi:Hub, RPi:Buyers_Guide), is the use of Subdirectories recommended (i.e. RPi/Hub, RPi:Buyers_Guide, BeagleBoard does that to some extent)? --[[User:Phoque|Phoque]] 15:08, 26 January 2012 (UTC)&lt;br /&gt;
*''I've changed all of the English pages to'' '''RPi_Name''' ''- note the capitals and the space. In order to produce some coherence I've put together this: &lt;br /&gt;
{{Template:Raspberry Pi}}&lt;br /&gt;
:...just add &amp;lt;nowiki&amp;gt;{{Template:Raspberry Pi}}&amp;lt;/nowiki&amp;gt; at the bottom of a page, and let me know if any help is needed updating the template - [[User:Tufty|Tufty]] 20:36, 28 January 2012 (UTC)''&lt;br /&gt;
&lt;br /&gt;
== Foreign pages ==&lt;br /&gt;
&lt;br /&gt;
Hi. I've moved a couple of couple of foreign pages to amend their prefixes for consistency. The prefix works but it's worth noting that perhaps a subpage suffix is conventional elsewhere, e.g. [http://meta.wikimedia.org/wiki/Meta:Language_select/ru http://meta.wikimedia.org/wiki/Meta:Language_select/ru]. I've also posted a question about localisation to the developers at [http://lists.elinux.org/pipermail/elinux-wiki-dev/ Elinux-wiki-dev] &amp;lt;del&amp;gt;but it doesn't seem to have appeared in the archives yet&amp;lt;/del&amp;gt; &amp;lt;ins&amp;gt;([http://lists.elinux.org/pipermail/elinux-wiki-dev/Week-of-Mon-20120206/000019.html here])&amp;lt;/ins&amp;gt;. The post mentions [http://www.mediawiki.org/wiki/Extension:LanguageSelector Extension:LanguageSelector] and [http://commons.wikimedia.org/wiki/Commons:Localization Commons:Localization]. Perhaps this is something to consider for the longer term.&lt;br /&gt;
&lt;br /&gt;
Anyway, this is all looking very professional! I'd like to spend a bit more time around here but am already engaged in a few things on Wikipedia, so don't expect to have the time to do much here for the forseeable future. Cheers. &amp;lt;span style=&amp;quot;white-space:nowrap;&amp;quot;&amp;gt;-- [[User:Trevj#top|Trevj]]&amp;lt;/span&amp;gt; ([[User talk:Trevj#top|talk]]) 17:23, 8 February 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Layout... ==&lt;br /&gt;
The wiki is growing nicely thank you all for adding your content.&lt;br /&gt;
I still have a concern about the layout, particularly for beginners (see older version of the layout [http://elinux.org/index.php?title=R-Pi_Hub&amp;amp;oldid=89864]).  We may even find that beginners would be helped by guiding them to sections based on what they want to do, i.e. 1st time setup, setting up a media player, setting started with programming, or trying out some hardware control for example.&lt;br /&gt;
&lt;br /&gt;
Sorry but I think it may be a good idea to reinstate the getting started section so that beginners have an easier ride.&lt;br /&gt;
&lt;br /&gt;
===Getting Started===&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;background:transparent;&amp;quot;&lt;br /&gt;
| style=&amp;quot;width:33%; vertical-align:top; border:1px solid #aaa;&amp;quot; |&lt;br /&gt;
===Buying Guide===&lt;br /&gt;
----&lt;br /&gt;
Purchase a Model A or Model B Raspberry Pi from... etc&lt;br /&gt;
| style=&amp;quot;width:33%; vertical-align:top; border:1px solid #aaa;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
===Basic Hardware Setup===&lt;br /&gt;
----&lt;br /&gt;
All the info for simply putting it together for the first time etc.&lt;br /&gt;
Beginners don't need to know all the detailed stuff in the hardware section...&lt;br /&gt;
| style=&amp;quot;width:33%; vertical-align:top; border:1px solid #aaa;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
===Beginners Guide===&lt;br /&gt;
----&lt;br /&gt;
You've just got your new Raspberry Pi device - what now?&lt;br /&gt;
Links to the recommended distributions for beginners etc...&lt;br /&gt;
Some direct links to some basic projects, tutorials and books etc...&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Resources section ===&lt;br /&gt;
The Resources section can then contain (focusing on the vast range of advanced stuff - including datasheets):&lt;br /&gt;
*Hardware &amp;amp; Peripherals&lt;br /&gt;
*Software &amp;amp; OS Distributions&lt;br /&gt;
*Documentation/Guides &amp;amp; Tutorials (having difficulty justifying this, since there is a lot of crossover between guides/tutorials/projects) - maybe this section could be for RPi software...but then that depends on the OS in some cases.&lt;br /&gt;
Perhaps the last section could be documentation, although that could crossover to the beginner stuff, hardware and software...tricky.  I suppose, it would be a good place to collect up, finished guides, datasheets, good books etc which can also be linked from other sections too.&lt;br /&gt;
&lt;br /&gt;
I think for now, the resources section can be reduced to two blocks, until we determine what would fit best there.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
What does everyone else think?&lt;br /&gt;
&lt;br /&gt;
[[User:Meltwater|Meltwater]] 8th March 2012 (9:20AM GMT)&lt;br /&gt;
&lt;br /&gt;
Ok, I've put the basics in.&lt;br /&gt;
&lt;br /&gt;
[[User:Meltwater|Meltwater]] 9th March 2012 (10:02AM GMT)&lt;br /&gt;
&lt;br /&gt;
== naicheben's thoughts ==&lt;br /&gt;
===Permission for ZIP files/who's the Admin?===&lt;br /&gt;
Gert van Loo tried to upload a ZIP archive with source code snippets, but the wiki blocked it. So I tried to find a wiki Admin - did not find it on the wiki!&lt;br /&gt;
So I think&lt;br /&gt;
*we should allow users to upload makefiles/c-files or if possible zip-files witch do NOT include binaries.&lt;br /&gt;
*make clear who the wiki-admins (or are there mods like in forums?) is&lt;/div&gt;</summary>
		<author><name>Naicheben</name></author>	</entry>

	<entry>
		<id>http://elinux.org/User:Naicheben</id>
		<title>User:Naicheben</title>
		<link rel="alternate" type="text/html" href="http://elinux.org/User:Naicheben"/>
				<updated>2012-03-28T08:13:37Z</updated>
		
		<summary type="html">&lt;p&gt;Naicheben: Created page with &amp;quot;[http://elinux.org/DE:R-Pi_Hub German R.Pi]&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://elinux.org/DE:R-Pi_Hub German R.Pi]&lt;/div&gt;</summary>
		<author><name>Naicheben</name></author>	</entry>

	<entry>
		<id>http://elinux.org/Talk:RPi_Low-level_peripherals</id>
		<title>Talk:RPi Low-level peripherals</title>
		<link rel="alternate" type="text/html" href="http://elinux.org/Talk:RPi_Low-level_peripherals"/>
				<updated>2012-03-02T16:05:53Z</updated>
		
		<summary type="html">&lt;p&gt;Naicheben: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Donster2k: &amp;quot;Kernel boot messages go to the UART at 115200bps.&amp;quot; - This should be configurable as a kernel parameter. It is the bootloader that will always output to the uart on the header, correct?&lt;br /&gt;
&lt;br /&gt;
Donster2k: What will be the power-on states of the GPIO pins?&lt;br /&gt;
&lt;br /&gt;
Donster2k: USB2 spec states that the max current draw from a port (either powered hub or PC's usb) is 500mA. Does this mean that the revB module will need to be powered via a usb charger?&lt;br /&gt;
&lt;br /&gt;
Donster2k: Most of the reference links to the forum are broken. Probably happened when they moved the forum.&lt;br /&gt;
&lt;br /&gt;
naicheben: The color legend is fine for the table &amp;quot;Header Pinout&amp;quot; but it does not correspond to the GPIOs.gif as stated below the GIF. Shouldn't we better use same color &amp;quot;coding&amp;quot;?&lt;/div&gt;</summary>
		<author><name>Naicheben</name></author>	</entry>

	<entry>
		<id>http://elinux.org/DE:RPi_Hub</id>
		<title>DE:RPi Hub</title>
		<link rel="alternate" type="text/html" href="http://elinux.org/DE:RPi_Hub"/>
				<updated>2012-01-30T18:52:54Z</updated>
		
		<summary type="html">&lt;p&gt;Naicheben: /* Projekte, Anleitungen &amp;amp; Tutorials */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:RaspberryPi]]&lt;br /&gt;
{{Template:Hub_Flags}} &amp;lt;!-- please edit template to alter banner and flag display on all hubs --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Zurück zu [[DE:RaspberryPiBoard]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Über==&lt;br /&gt;
[[File:RpiFront.jpg|300px|thumb|right|Ein Rpi Beta-Board (Model B)]]&lt;br /&gt;
&lt;br /&gt;
'''Bitte beachte, dass die Raspberry Pi Wiki-Seiten von einer Community erstellt werden und dass die Raspberry PI Foundation keine Verantwortung für den Inhalt dieser Seiten trägt.'''&lt;br /&gt;
&lt;br /&gt;
'''Bitte beachte auch, dass der Raspberry Pi bisher noch nicht erschienen ist - diese Seiten werden durch die Community für den Start vorbereitet.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Der Raspberry Pi (kurz: RPi) ist ein preisgünstiger, kreditkarten-großer Linux Computer, um Kindern das Programmieren näher zu bringen.&lt;br /&gt;
Er wird durch die [http://www.raspberrypi.org Raspberry Pi Foundation] entwickelt, welche eine registrierte Wohltätigkeitsorganisation im Vereinigten Königreich ist (Registration Number: 1129409).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Das Ziel der Stiftung ist es die Informatik und die damit verbundenen Bereiche zu fördern. Ziel ist es insbesondere auch den Informatik-Unterricht in Schulen wieder interessanter zu gestalten und die Schüler gleichzeitig zu motivieren sich auch in ihrer Freizeit weiter mit der Technik zu beschäftigen, in der Hoffnung eine neue, technikaffine Generation zu erhalten wie zu den Zeiten des Commodore 64. Wir erwarten, dass der RPi sich in vielen Anwendungsgebieten, sowohl in den sogenannten Ersten-Welt-Ländern als auch in Entwicklungsländern, wiederfinden wird.&lt;br /&gt;
&lt;br /&gt;
* Behalte Überblick über die neusten Entwicklungen: auf [http://www.raspberrypi.org Raspberry Pi Foundation Homepage] und in den  [http://www.raspberrypi.org/forum/general-discussion/conferences-and-other-public-appearances Foren].&lt;br /&gt;
* Häufig gestellte Fragen findest du hier: [http://www.raspberrypi.org/?page_id=8 FAQ].&lt;br /&gt;
* RPi entspricht den RoHS und CE Vorgaben.  Bitte kontaktiere Raspberry Pi, um Details über die Regelungen zur Entsorgung für Alt- und Elektrogeräte in deinem Land zu erfahren.&lt;br /&gt;
* Der veranschlagte Preis liegt bei 25$ (Modellvariante A) bzw. bei 35$ (Modellvariante B). Die erste Marge von 10.000 Stück wird voraussichtlich Ende Januar 2012 (statt 31.12.2011) verfügbar sein. Am 31.12.2011 um 22 Uhr begann die Stiftung die ersten zwei von zehn Beta-Boards auf eBay zu versteigern. Die anderen acht wurden auf den darauf folgenden Tagen versteigert. Zum Beginn wird der Versand aus dem Vereinten Königreich und möglicherweise auch aus den USA erfolgen. Im zweiten Quartal 2012 soll der Vetrieb auch über lokale Händler erfolgen.&lt;br /&gt;
&lt;br /&gt;
===Geschichte===&lt;br /&gt;
* Verwirrt über die verschiedenen Versionen des Boards, die im Umlauf sind? Schau dir die [[Rpi HardwareHistory | Geschichte der Raspberry Pi Hardware]] für weitere Informationen über ältere Boards an.&lt;br /&gt;
&lt;br /&gt;
* Zum Wikipedia-Artikel geht es hier [http://de.wikipedia.org/wiki/Raspberry_Pi Raspberry Pi].&lt;br /&gt;
&lt;br /&gt;
* Im Blog von Russell Davis (aka Forum Admin [[ukscone]]) gibt es einige Artikel über seine Perspektive der [http://russelldavis.org/2012/01/14/the-raspberry-pi-part-one/ Raspberry Pi Entwicklung] in einigen Abschnitten seit dem Projektbeginn.&lt;br /&gt;
&lt;br /&gt;
* RegHardware erstellte eine lesenswerte detaillierte [http://www.reghardware.com/2011/11/28/raspberry_pi/ Analyse des Raspberry Pi].&lt;br /&gt;
&lt;br /&gt;
* You will often hear mention about the BBC Micro Computer when people talk about the purpose of the foundation, a great article by RegHardware details the [http://www.reghardware.com/2011/11/30/bbc_micro_model_b_30th_anniversary/ history of the BBC Micro Computer] and why it was brought about.&lt;br /&gt;
&lt;br /&gt;
==Erste Schritte==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;background:transparent;&amp;quot;&lt;br /&gt;
| style=&amp;quot;width:33%; vertical-align:top; border:1px solid #aaa;&amp;quot; |&lt;br /&gt;
===[[Buying_RPi | Kaufanleitung]]===&lt;br /&gt;
----&lt;br /&gt;
Es wird zwei Versionen vom RPi geben. Modelvariante A und Modellvariante B [http://www.raspberrypi.com Raspberry Pi Shop]. Um die Unterschiede zwischen beiden Modellen zu sehen besuche bitte folgende Seite: [[Buying RPi | RPi Buying Guide]]&lt;br /&gt;
&lt;br /&gt;
'''Verfügbarkeit: Bisher noch nicht erschienen. Die Verfügbarkeit wird rechtzeitig bekannt gegeben!!!'''&lt;br /&gt;
&lt;br /&gt;
'''Bis zum offiziellen Verkaufsstart durch die RaspberryPi Foundation kann man den RPi nicht kaufen. Bitte keine Vorbestellungen bei irgendwelchen Händlern machen. Offizielle Weiterverkäufer werden erst noch genannt.'''&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;width:33%; vertical-align:top; border:1px solid #aaa;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
===[[RPi Hardware Basic Setup | Grundlegendes Hardware Setup]]===&lt;br /&gt;
----&lt;br /&gt;
* Stelle sicher folgendes [[DE:RPi grundlegendes Hardware Setup#Benötigte_Hardware | Equipment]] für den Betrieb des RPi bereitzuhalten.&lt;br /&gt;
* Mache dich mit dem [[RPi Hardware Basic Setup#Connecting_Together | RPi-Layout]] bekannt.&lt;br /&gt;
| style=&amp;quot;width:33%; vertical-align:top; border:1px solid #aaa;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
===[[RPi Beginners | Einsteiger-Tipps]]===&lt;br /&gt;
----&lt;br /&gt;
Du hältst jetzt dein neues RPi-Board in der Hand - wie gehts weiter?&lt;br /&gt;
Um deinen RPi zum Laufen zu kriegen, schaue dir die [[RPi Beginners|ersten Schritte]] an oder besuche [[RaspberryPiBoardProjects | RPi Projekte, Anleitungen &amp;amp; Tutorials]] Seite, um zu starten.&lt;br /&gt;
&lt;br /&gt;
Wenn du richtig ungeduldig bist und endlich starten willst, dann schau hier: [[RaspberryPiFirstSteps]].&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Informationen==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;background:transparent;&amp;quot;&lt;br /&gt;
| style=&amp;quot;width:33%; vertical-align:top; border:1px solid #aaa;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
===[[DE:Rpi_Hardware|Hardware]]===&lt;br /&gt;
----&lt;br /&gt;
*Die [[DE:Rpi_Hardware | RPi-Hardware]] hat die Größe einer Kreditkarte, und ist entwickelt wurden, um an [[Rpi_Screens|passende Bildschirme]] wie Fernseher (via Composite Video) oder HD TV oder Monitore (via HDMI) anzuschließen.&lt;br /&gt;
*Das Rpi gibt es in zwei Varianten, A und B, während Modell-B mehr [[Rpi_Hardware#Specifications | Merkmale]] hat.&lt;br /&gt;
*Das Board wird eine Vielzahl von USB-Geräten, [[RaspberryPiBoard#Accessories_.26_Peripherals | Peripherie und Zubehör]] unterstützen, um seine Möglichkeiten zu erweitern.&lt;br /&gt;
*Die [[Rpi Low-level peripherals| Low-level Interface]] auf jedem Board zur optionalen Erweiterung [[Rpi expansion boards|Expansions Boards]] ermöglichen eine Fülle von neuen Projekten.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;width:33%; vertical-align:top; border:1px solid #aaa;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
===[[Rpi_Software |Distributionen &amp;amp; Software]]===&lt;br /&gt;
----&lt;br /&gt;
*Es gibt eine Vielzahl an Betriebssystemen und vorkonfigurierten Images für den RPi, die unter folgendem Link verfügbar sind. [[RaspberryPiBoardDistributions | Distributionen]]&lt;br /&gt;
*Haupt Distributionen sind unter anderem [[RaspberryPiBoardDistributions#Debian_ARM | Debian ARM]], [[RaspberryPiBoardDistributions#Fedora | Fedora]], [[RaspberryPiBoardDistributions#KidsRuby | KidsRuby]] etc.&lt;br /&gt;
*Das Raspberry Pi ist auf das Programmieren spezialisiert und unterstützt viele verschiedene Programmiersprachen. Es sind viele Tutorials erhälltlich.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;width:33%; vertical-align:top; border:1px solid #aaa;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
===[[RaspberryPiBoardProjects |Projekte, Anleitungen &amp;amp; Tutorials]]===&lt;br /&gt;
----&lt;br /&gt;
*Hauptquelle für Informationen und Hilfestellungen ist zur Zeit das [http://www.raspberrypi.org/forum Official Raspberry Pi Forum] sowie das [[RaspberryPiBoardTasks |Tasks area]]&lt;br /&gt;
*Mehr Projekte und Tutorials wird es auf [[RaspberryPiBoardProjects | Project Section]] geben.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Community==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;background:transparent;&amp;quot;&lt;br /&gt;
| style=&amp;quot;width:33%; vertical-align:top; border:1px solid #aaa;&amp;quot; |&lt;br /&gt;
===[[RPi Community |Unterstützende Communities]]===&lt;br /&gt;
----&lt;br /&gt;
*Die [[RPi Community |Raspberry Pi Community]] ist stetig am wachsen, also bring dich ein und teile dich mit. &lt;br /&gt;
*[http://www.raspberrypi.org/forum Official Raspberry Pi Forum]&lt;br /&gt;
&lt;br /&gt;
*[http://www.frambozenbier.org/index.php/raspi-forum Frambozenbier (Raspberry Pi Homebrew)]&lt;br /&gt;
&lt;br /&gt;
*[http://www.raspberrypiforums.com/forum inoffizielles Raspberry Pi Diskussionsforum]&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;width:33%; vertical-align:top; border:1px solid #aaa;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
===[[Rpi Education|Schulen, Universitäten, Vereine &amp;amp; Groups]]===&lt;br /&gt;
----&lt;br /&gt;
Wenn du ein Projekt an der Schule oder ein Raspberry Pi Club hast, dann füge es an dieser Stelle ein, um anderen den Einblick in deine Arbeit zu ermöglichen.&lt;br /&gt;
*Ein Ziel der Raspberry Pi Foundation ist Bildungsförderung. Verschiedene Vereine wie [http://www.computingatschool.org.uk/ Computing At School] haben zum Ziel die Informatik stärker in die Lehre an den Schulen einzubringen.&lt;br /&gt;
*Hier findest du auch eine Reihe von [[RaspberryPiBoard/EducationalLinks |Links zur Bildung]] über den RPi und angrenzende Themen.&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;width:33%; vertical-align:top; border:1px solid #aaa;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
===[[RPi Visitor Book |Gästebuch]]===&lt;br /&gt;
----&lt;br /&gt;
*Teile deine Gedanken, Ideen, Kommentare und Danksagungen im Gästebuch mit.&lt;br /&gt;
*Wenn du irgendwelche interessante Artikel oder Links hast, kannst du sie hier hinzufügen.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Über das RPi Wiki==&lt;br /&gt;
&lt;br /&gt;
[[File:Rasp_turn_around.gif|200px|thumb|right|Ein 3D Rendering des Raspberry Pi Logos vom Forum-User Antario. [http://www.raspberrypi.org/forum/projects-and-collaboration-general/raspberry-pi-3d-logo-animation Source]]]&lt;br /&gt;
Dieses Wiki ist '''offen''' für die Community. Du bist aufgefordert, dich anzumelden und deine eigenen Projekte, Anleitungen hinzuzufügen und Korrekturen vorzunehmen.&lt;br /&gt;
&lt;br /&gt;
It is important that users like you continue to add to and grow this wiki, that way others will be able to come and do the same making the wiki a valuable resource.&lt;br /&gt;
&lt;br /&gt;
'''Do not be afraid to add your bit, content is vital for the wiki to function.'''&lt;br /&gt;
&lt;br /&gt;
See [[Help:Editing | Help Editing The Wiki]] and the [[Special:Upload | Upload File]] link (on the left sidebar) to reference images.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Admins/Contributors===&lt;br /&gt;
&lt;br /&gt;
Hier geht es zur Diskussionsseite: [[Talk:R-Pi_Hub]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Großen Dank geht an elinux.org und seine Gruppen für den Platz im Wiki und den Inhalt aus dem diese Seiten entstanden sind.''&lt;/div&gt;</summary>
		<author><name>Naicheben</name></author>	</entry>

	<entry>
		<id>http://elinux.org/DE:RPi_Hub</id>
		<title>DE:RPi Hub</title>
		<link rel="alternate" type="text/html" href="http://elinux.org/DE:RPi_Hub"/>
				<updated>2012-01-30T18:51:15Z</updated>
		
		<summary type="html">&lt;p&gt;Naicheben: /* Distributionen &amp;amp; Software */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:RaspberryPi]]&lt;br /&gt;
{{Template:Hub_Flags}} &amp;lt;!-- please edit template to alter banner and flag display on all hubs --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Zurück zu [[DE:RaspberryPiBoard]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Über==&lt;br /&gt;
[[File:RpiFront.jpg|300px|thumb|right|Ein Rpi Beta-Board (Model B)]]&lt;br /&gt;
&lt;br /&gt;
'''Bitte beachte, dass die Raspberry Pi Wiki-Seiten von einer Community erstellt werden und dass die Raspberry PI Foundation keine Verantwortung für den Inhalt dieser Seiten trägt.'''&lt;br /&gt;
&lt;br /&gt;
'''Bitte beachte auch, dass der Raspberry Pi bisher noch nicht erschienen ist - diese Seiten werden durch die Community für den Start vorbereitet.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Der Raspberry Pi (kurz: RPi) ist ein preisgünstiger, kreditkarten-großer Linux Computer, um Kindern das Programmieren näher zu bringen.&lt;br /&gt;
Er wird durch die [http://www.raspberrypi.org Raspberry Pi Foundation] entwickelt, welche eine registrierte Wohltätigkeitsorganisation im Vereinigten Königreich ist (Registration Number: 1129409).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Das Ziel der Stiftung ist es die Informatik und die damit verbundenen Bereiche zu fördern. Ziel ist es insbesondere auch den Informatik-Unterricht in Schulen wieder interessanter zu gestalten und die Schüler gleichzeitig zu motivieren sich auch in ihrer Freizeit weiter mit der Technik zu beschäftigen, in der Hoffnung eine neue, technikaffine Generation zu erhalten wie zu den Zeiten des Commodore 64. Wir erwarten, dass der RPi sich in vielen Anwendungsgebieten, sowohl in den sogenannten Ersten-Welt-Ländern als auch in Entwicklungsländern, wiederfinden wird.&lt;br /&gt;
&lt;br /&gt;
* Behalte Überblick über die neusten Entwicklungen: auf [http://www.raspberrypi.org Raspberry Pi Foundation Homepage] und in den  [http://www.raspberrypi.org/forum/general-discussion/conferences-and-other-public-appearances Foren].&lt;br /&gt;
* Häufig gestellte Fragen findest du hier: [http://www.raspberrypi.org/?page_id=8 FAQ].&lt;br /&gt;
* RPi entspricht den RoHS und CE Vorgaben.  Bitte kontaktiere Raspberry Pi, um Details über die Regelungen zur Entsorgung für Alt- und Elektrogeräte in deinem Land zu erfahren.&lt;br /&gt;
* Der veranschlagte Preis liegt bei 25$ (Modellvariante A) bzw. bei 35$ (Modellvariante B). Die erste Marge von 10.000 Stück wird voraussichtlich Ende Januar 2012 (statt 31.12.2011) verfügbar sein. Am 31.12.2011 um 22 Uhr begann die Stiftung die ersten zwei von zehn Beta-Boards auf eBay zu versteigern. Die anderen acht wurden auf den darauf folgenden Tagen versteigert. Zum Beginn wird der Versand aus dem Vereinten Königreich und möglicherweise auch aus den USA erfolgen. Im zweiten Quartal 2012 soll der Vetrieb auch über lokale Händler erfolgen.&lt;br /&gt;
&lt;br /&gt;
===Geschichte===&lt;br /&gt;
* Verwirrt über die verschiedenen Versionen des Boards, die im Umlauf sind? Schau dir die [[Rpi HardwareHistory | Geschichte der Raspberry Pi Hardware]] für weitere Informationen über ältere Boards an.&lt;br /&gt;
&lt;br /&gt;
* Zum Wikipedia-Artikel geht es hier [http://de.wikipedia.org/wiki/Raspberry_Pi Raspberry Pi].&lt;br /&gt;
&lt;br /&gt;
* Im Blog von Russell Davis (aka Forum Admin [[ukscone]]) gibt es einige Artikel über seine Perspektive der [http://russelldavis.org/2012/01/14/the-raspberry-pi-part-one/ Raspberry Pi Entwicklung] in einigen Abschnitten seit dem Projektbeginn.&lt;br /&gt;
&lt;br /&gt;
* RegHardware erstellte eine lesenswerte detaillierte [http://www.reghardware.com/2011/11/28/raspberry_pi/ Analyse des Raspberry Pi].&lt;br /&gt;
&lt;br /&gt;
* You will often hear mention about the BBC Micro Computer when people talk about the purpose of the foundation, a great article by RegHardware details the [http://www.reghardware.com/2011/11/30/bbc_micro_model_b_30th_anniversary/ history of the BBC Micro Computer] and why it was brought about.&lt;br /&gt;
&lt;br /&gt;
==Erste Schritte==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;background:transparent;&amp;quot;&lt;br /&gt;
| style=&amp;quot;width:33%; vertical-align:top; border:1px solid #aaa;&amp;quot; |&lt;br /&gt;
===[[Buying_RPi | Kaufanleitung]]===&lt;br /&gt;
----&lt;br /&gt;
Es wird zwei Versionen vom RPi geben. Modelvariante A und Modellvariante B [http://www.raspberrypi.com Raspberry Pi Shop]. Um die Unterschiede zwischen beiden Modellen zu sehen besuche bitte folgende Seite: [[Buying RPi | RPi Buying Guide]]&lt;br /&gt;
&lt;br /&gt;
'''Verfügbarkeit: Bisher noch nicht erschienen. Die Verfügbarkeit wird rechtzeitig bekannt gegeben!!!'''&lt;br /&gt;
&lt;br /&gt;
'''Bis zum offiziellen Verkaufsstart durch die RaspberryPi Foundation kann man den RPi nicht kaufen. Bitte keine Vorbestellungen bei irgendwelchen Händlern machen. Offizielle Weiterverkäufer werden erst noch genannt.'''&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;width:33%; vertical-align:top; border:1px solid #aaa;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
===[[RPi Hardware Basic Setup | Grundlegendes Hardware Setup]]===&lt;br /&gt;
----&lt;br /&gt;
* Stelle sicher folgendes [[DE:RPi grundlegendes Hardware Setup#Benötigte_Hardware | Equipment]] für den Betrieb des RPi bereitzuhalten.&lt;br /&gt;
* Mache dich mit dem [[RPi Hardware Basic Setup#Connecting_Together | RPi-Layout]] bekannt.&lt;br /&gt;
| style=&amp;quot;width:33%; vertical-align:top; border:1px solid #aaa;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
===[[RPi Beginners | Einsteiger-Tipps]]===&lt;br /&gt;
----&lt;br /&gt;
Du hältst jetzt dein neues RPi-Board in der Hand - wie gehts weiter?&lt;br /&gt;
Um deinen RPi zum Laufen zu kriegen, schaue dir die [[RPi Beginners|ersten Schritte]] an oder besuche [[RaspberryPiBoardProjects | RPi Projekte, Anleitungen &amp;amp; Tutorials]] Seite, um zu starten.&lt;br /&gt;
&lt;br /&gt;
Wenn du richtig ungeduldig bist und endlich starten willst, dann schau hier: [[RaspberryPiFirstSteps]].&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Informationen==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;background:transparent;&amp;quot;&lt;br /&gt;
| style=&amp;quot;width:33%; vertical-align:top; border:1px solid #aaa;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
===[[DE:Rpi_Hardware|Hardware]]===&lt;br /&gt;
----&lt;br /&gt;
*Die [[DE:Rpi_Hardware | RPi-Hardware]] hat die Größe einer Kreditkarte, und ist entwickelt wurden, um an [[Rpi_Screens|passende Bildschirme]] wie Fernseher (via Composite Video) oder HD TV oder Monitore (via HDMI) anzuschließen.&lt;br /&gt;
*Das Rpi gibt es in zwei Varianten, A und B, während Modell-B mehr [[Rpi_Hardware#Specifications | Merkmale]] hat.&lt;br /&gt;
*Das Board wird eine Vielzahl von USB-Geräten, [[RaspberryPiBoard#Accessories_.26_Peripherals | Peripherie und Zubehör]] unterstützen, um seine Möglichkeiten zu erweitern.&lt;br /&gt;
*Die [[Rpi Low-level peripherals| Low-level Interface]] auf jedem Board zur optionalen Erweiterung [[Rpi expansion boards|Expansions Boards]] ermöglichen eine Fülle von neuen Projekten.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;width:33%; vertical-align:top; border:1px solid #aaa;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
===[[Rpi_Software |Distributionen &amp;amp; Software]]===&lt;br /&gt;
----&lt;br /&gt;
*Es gibt eine Vielzahl an Betriebssystemen und vorkonfigurierten Images für den RPi, die unter folgendem Link verfügbar sind. [[RaspberryPiBoardDistributions | Distributionen]]&lt;br /&gt;
*Haupt Distributionen sind unter anderem [[RaspberryPiBoardDistributions#Debian_ARM | Debian ARM]], [[RaspberryPiBoardDistributions#Fedora | Fedora]], [[RaspberryPiBoardDistributions#KidsRuby | KidsRuby]] etc.&lt;br /&gt;
*Das Raspberry Pi ist auf das Programmieren spezialisiert und unterstützt viele verschiedene Programmiersprachen. Es sind viele Tutorials erhälltlich.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;width:33%; vertical-align:top; border:1px solid #aaa;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
===[[RaspberryPiBoardProjects |Projekte, Anleitungen &amp;amp; Tutorials]]===&lt;br /&gt;
----&lt;br /&gt;
*The main source of information and guides at the moment is the [http://www.raspberrypi.org/forum Official Raspberry Pi Forum] and some within the [[RaspberryPiBoardTasks |Tasks area]]&lt;br /&gt;
*More projects and tutorials will be added to this [[RaspberryPiBoardProjects | Section]].&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Community==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;background:transparent;&amp;quot;&lt;br /&gt;
| style=&amp;quot;width:33%; vertical-align:top; border:1px solid #aaa;&amp;quot; |&lt;br /&gt;
===[[RPi Community |Unterstützende Communities]]===&lt;br /&gt;
----&lt;br /&gt;
*Die [[RPi Community |Raspberry Pi Community]] ist stetig am wachsen, also bring dich ein und teile dich mit. &lt;br /&gt;
*[http://www.raspberrypi.org/forum Official Raspberry Pi Forum]&lt;br /&gt;
&lt;br /&gt;
*[http://www.frambozenbier.org/index.php/raspi-forum Frambozenbier (Raspberry Pi Homebrew)]&lt;br /&gt;
&lt;br /&gt;
*[http://www.raspberrypiforums.com/forum inoffizielles Raspberry Pi Diskussionsforum]&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;width:33%; vertical-align:top; border:1px solid #aaa;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
===[[Rpi Education|Schulen, Universitäten, Vereine &amp;amp; Groups]]===&lt;br /&gt;
----&lt;br /&gt;
Wenn du ein Projekt an der Schule oder ein Raspberry Pi Club hast, dann füge es an dieser Stelle ein, um anderen den Einblick in deine Arbeit zu ermöglichen.&lt;br /&gt;
*Ein Ziel der Raspberry Pi Foundation ist Bildungsförderung. Verschiedene Vereine wie [http://www.computingatschool.org.uk/ Computing At School] haben zum Ziel die Informatik stärker in die Lehre an den Schulen einzubringen.&lt;br /&gt;
*Hier findest du auch eine Reihe von [[RaspberryPiBoard/EducationalLinks |Links zur Bildung]] über den RPi und angrenzende Themen.&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;width:33%; vertical-align:top; border:1px solid #aaa;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
===[[RPi Visitor Book |Gästebuch]]===&lt;br /&gt;
----&lt;br /&gt;
*Teile deine Gedanken, Ideen, Kommentare und Danksagungen im Gästebuch mit.&lt;br /&gt;
*Wenn du irgendwelche interessante Artikel oder Links hast, kannst du sie hier hinzufügen.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Über das RPi Wiki==&lt;br /&gt;
&lt;br /&gt;
[[File:Rasp_turn_around.gif|200px|thumb|right|Ein 3D Rendering des Raspberry Pi Logos vom Forum-User Antario. [http://www.raspberrypi.org/forum/projects-and-collaboration-general/raspberry-pi-3d-logo-animation Source]]]&lt;br /&gt;
Dieses Wiki ist '''offen''' für die Community. Du bist aufgefordert, dich anzumelden und deine eigenen Projekte, Anleitungen hinzuzufügen und Korrekturen vorzunehmen.&lt;br /&gt;
&lt;br /&gt;
It is important that users like you continue to add to and grow this wiki, that way others will be able to come and do the same making the wiki a valuable resource.&lt;br /&gt;
&lt;br /&gt;
'''Do not be afraid to add your bit, content is vital for the wiki to function.'''&lt;br /&gt;
&lt;br /&gt;
See [[Help:Editing | Help Editing The Wiki]] and the [[Special:Upload | Upload File]] link (on the left sidebar) to reference images.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Admins/Contributors===&lt;br /&gt;
&lt;br /&gt;
Hier geht es zur Diskussionsseite: [[Talk:R-Pi_Hub]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Großen Dank geht an elinux.org und seine Gruppen für den Platz im Wiki und den Inhalt aus dem diese Seiten entstanden sind.''&lt;/div&gt;</summary>
		<author><name>Naicheben</name></author>	</entry>

	<entry>
		<id>http://elinux.org/DE:RPi_Hub</id>
		<title>DE:RPi Hub</title>
		<link rel="alternate" type="text/html" href="http://elinux.org/DE:RPi_Hub"/>
				<updated>2012-01-30T18:47:53Z</updated>
		
		<summary type="html">&lt;p&gt;Naicheben: /* Hardware */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:RaspberryPi]]&lt;br /&gt;
{{Template:Hub_Flags}} &amp;lt;!-- please edit template to alter banner and flag display on all hubs --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Zurück zu [[DE:RaspberryPiBoard]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Über==&lt;br /&gt;
[[File:RpiFront.jpg|300px|thumb|right|Ein Rpi Beta-Board (Model B)]]&lt;br /&gt;
&lt;br /&gt;
'''Bitte beachte, dass die Raspberry Pi Wiki-Seiten von einer Community erstellt werden und dass die Raspberry PI Foundation keine Verantwortung für den Inhalt dieser Seiten trägt.'''&lt;br /&gt;
&lt;br /&gt;
'''Bitte beachte auch, dass der Raspberry Pi bisher noch nicht erschienen ist - diese Seiten werden durch die Community für den Start vorbereitet.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Der Raspberry Pi (kurz: RPi) ist ein preisgünstiger, kreditkarten-großer Linux Computer, um Kindern das Programmieren näher zu bringen.&lt;br /&gt;
Er wird durch die [http://www.raspberrypi.org Raspberry Pi Foundation] entwickelt, welche eine registrierte Wohltätigkeitsorganisation im Vereinigten Königreich ist (Registration Number: 1129409).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Das Ziel der Stiftung ist es die Informatik und die damit verbundenen Bereiche zu fördern. Ziel ist es insbesondere auch den Informatik-Unterricht in Schulen wieder interessanter zu gestalten und die Schüler gleichzeitig zu motivieren sich auch in ihrer Freizeit weiter mit der Technik zu beschäftigen, in der Hoffnung eine neue, technikaffine Generation zu erhalten wie zu den Zeiten des Commodore 64. Wir erwarten, dass der RPi sich in vielen Anwendungsgebieten, sowohl in den sogenannten Ersten-Welt-Ländern als auch in Entwicklungsländern, wiederfinden wird.&lt;br /&gt;
&lt;br /&gt;
* Behalte Überblick über die neusten Entwicklungen: auf [http://www.raspberrypi.org Raspberry Pi Foundation Homepage] und in den  [http://www.raspberrypi.org/forum/general-discussion/conferences-and-other-public-appearances Foren].&lt;br /&gt;
* Häufig gestellte Fragen findest du hier: [http://www.raspberrypi.org/?page_id=8 FAQ].&lt;br /&gt;
* RPi entspricht den RoHS und CE Vorgaben.  Bitte kontaktiere Raspberry Pi, um Details über die Regelungen zur Entsorgung für Alt- und Elektrogeräte in deinem Land zu erfahren.&lt;br /&gt;
* Der veranschlagte Preis liegt bei 25$ (Modellvariante A) bzw. bei 35$ (Modellvariante B). Die erste Marge von 10.000 Stück wird voraussichtlich Ende Januar 2012 (statt 31.12.2011) verfügbar sein. Am 31.12.2011 um 22 Uhr begann die Stiftung die ersten zwei von zehn Beta-Boards auf eBay zu versteigern. Die anderen acht wurden auf den darauf folgenden Tagen versteigert. Zum Beginn wird der Versand aus dem Vereinten Königreich und möglicherweise auch aus den USA erfolgen. Im zweiten Quartal 2012 soll der Vetrieb auch über lokale Händler erfolgen.&lt;br /&gt;
&lt;br /&gt;
===Geschichte===&lt;br /&gt;
* Verwirrt über die verschiedenen Versionen des Boards, die im Umlauf sind? Schau dir die [[Rpi HardwareHistory | Geschichte der Raspberry Pi Hardware]] für weitere Informationen über ältere Boards an.&lt;br /&gt;
&lt;br /&gt;
* Zum Wikipedia-Artikel geht es hier [http://de.wikipedia.org/wiki/Raspberry_Pi Raspberry Pi].&lt;br /&gt;
&lt;br /&gt;
* Im Blog von Russell Davis (aka Forum Admin [[ukscone]]) gibt es einige Artikel über seine Perspektive der [http://russelldavis.org/2012/01/14/the-raspberry-pi-part-one/ Raspberry Pi Entwicklung] in einigen Abschnitten seit dem Projektbeginn.&lt;br /&gt;
&lt;br /&gt;
* RegHardware erstellte eine lesenswerte detaillierte [http://www.reghardware.com/2011/11/28/raspberry_pi/ Analyse des Raspberry Pi].&lt;br /&gt;
&lt;br /&gt;
* You will often hear mention about the BBC Micro Computer when people talk about the purpose of the foundation, a great article by RegHardware details the [http://www.reghardware.com/2011/11/30/bbc_micro_model_b_30th_anniversary/ history of the BBC Micro Computer] and why it was brought about.&lt;br /&gt;
&lt;br /&gt;
==Erste Schritte==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;background:transparent;&amp;quot;&lt;br /&gt;
| style=&amp;quot;width:33%; vertical-align:top; border:1px solid #aaa;&amp;quot; |&lt;br /&gt;
===[[Buying_RPi | Kaufanleitung]]===&lt;br /&gt;
----&lt;br /&gt;
Es wird zwei Versionen vom RPi geben. Modelvariante A und Modellvariante B [http://www.raspberrypi.com Raspberry Pi Shop]. Um die Unterschiede zwischen beiden Modellen zu sehen besuche bitte folgende Seite: [[Buying RPi | RPi Buying Guide]]&lt;br /&gt;
&lt;br /&gt;
'''Verfügbarkeit: Bisher noch nicht erschienen. Die Verfügbarkeit wird rechtzeitig bekannt gegeben!!!'''&lt;br /&gt;
&lt;br /&gt;
'''Bis zum offiziellen Verkaufsstart durch die RaspberryPi Foundation kann man den RPi nicht kaufen. Bitte keine Vorbestellungen bei irgendwelchen Händlern machen. Offizielle Weiterverkäufer werden erst noch genannt.'''&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;width:33%; vertical-align:top; border:1px solid #aaa;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
===[[RPi Hardware Basic Setup | Grundlegendes Hardware Setup]]===&lt;br /&gt;
----&lt;br /&gt;
* Stelle sicher folgendes [[DE:RPi grundlegendes Hardware Setup#Benötigte_Hardware | Equipment]] für den Betrieb des RPi bereitzuhalten.&lt;br /&gt;
* Mache dich mit dem [[RPi Hardware Basic Setup#Connecting_Together | RPi-Layout]] bekannt.&lt;br /&gt;
| style=&amp;quot;width:33%; vertical-align:top; border:1px solid #aaa;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
===[[RPi Beginners | Einsteiger-Tipps]]===&lt;br /&gt;
----&lt;br /&gt;
Du hältst jetzt dein neues RPi-Board in der Hand - wie gehts weiter?&lt;br /&gt;
Um deinen RPi zum Laufen zu kriegen, schaue dir die [[RPi Beginners|ersten Schritte]] an oder besuche [[RaspberryPiBoardProjects | RPi Projekte, Anleitungen &amp;amp; Tutorials]] Seite, um zu starten.&lt;br /&gt;
&lt;br /&gt;
Wenn du richtig ungeduldig bist und endlich starten willst, dann schau hier: [[RaspberryPiFirstSteps]].&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Informationen==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;background:transparent;&amp;quot;&lt;br /&gt;
| style=&amp;quot;width:33%; vertical-align:top; border:1px solid #aaa;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
===[[DE:Rpi_Hardware|Hardware]]===&lt;br /&gt;
----&lt;br /&gt;
*Die [[DE:Rpi_Hardware | RPi-Hardware]] hat die Größe einer Kreditkarte, und ist entwickelt wurden, um an [[Rpi_Screens|passende Bildschirme]] wie Fernseher (via Composite Video) oder HD TV oder Monitore (via HDMI) anzuschließen.&lt;br /&gt;
*Das Rpi gibt es in zwei Varianten, A und B, während Modell-B mehr [[Rpi_Hardware#Specifications | Merkmale]] hat.&lt;br /&gt;
*Das Board wird eine Vielzahl von USB-Geräten, [[RaspberryPiBoard#Accessories_.26_Peripherals | Peripherie und Zubehör]] unterstützen, um seine Möglichkeiten zu erweitern.&lt;br /&gt;
*Die [[Rpi Low-level peripherals| Low-level Interface]] auf jedem Board zur optionalen Erweiterung [[Rpi expansion boards|Expansions Boards]] ermöglichen eine Fülle von neuen Projekten.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;width:33%; vertical-align:top; border:1px solid #aaa;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
===[[Rpi_Software |Distributionen &amp;amp; Software]]===&lt;br /&gt;
----&lt;br /&gt;
*Es gibt eine Vielzahl an Betriebssystemen und vorkonfigurierten Images für den RPi, die unter folgendem Link verfügbar sind. [[RaspberryPiBoardDistributions | Distributionen]]&lt;br /&gt;
*Main distributions include [[RaspberryPiBoardDistributions#Debian_ARM | Debian ARM]], [[RaspberryPiBoardDistributions#Fedora | Fedora]], [[RaspberryPiBoardDistributions#KidsRuby | KidsRuby]] etc.&lt;br /&gt;
*The Raspberry Pi is focused on [[RPi Programming | Programming]] and supports a wide range of languages, many tutorials are available.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;width:33%; vertical-align:top; border:1px solid #aaa;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
===[[RaspberryPiBoardProjects |Projekte, Anleitungen &amp;amp; Tutorials]]===&lt;br /&gt;
----&lt;br /&gt;
*The main source of information and guides at the moment is the [http://www.raspberrypi.org/forum Official Raspberry Pi Forum] and some within the [[RaspberryPiBoardTasks |Tasks area]]&lt;br /&gt;
*More projects and tutorials will be added to this [[RaspberryPiBoardProjects | Section]].&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Community==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;background:transparent;&amp;quot;&lt;br /&gt;
| style=&amp;quot;width:33%; vertical-align:top; border:1px solid #aaa;&amp;quot; |&lt;br /&gt;
===[[RPi Community |Unterstützende Communities]]===&lt;br /&gt;
----&lt;br /&gt;
*Die [[RPi Community |Raspberry Pi Community]] ist stetig am wachsen, also bring dich ein und teile dich mit. &lt;br /&gt;
*[http://www.raspberrypi.org/forum Official Raspberry Pi Forum]&lt;br /&gt;
&lt;br /&gt;
*[http://www.frambozenbier.org/index.php/raspi-forum Frambozenbier (Raspberry Pi Homebrew)]&lt;br /&gt;
&lt;br /&gt;
*[http://www.raspberrypiforums.com/forum inoffizielles Raspberry Pi Diskussionsforum]&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;width:33%; vertical-align:top; border:1px solid #aaa;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
===[[Rpi Education|Schulen, Universitäten, Vereine &amp;amp; Groups]]===&lt;br /&gt;
----&lt;br /&gt;
Wenn du ein Projekt an der Schule oder ein Raspberry Pi Club hast, dann füge es an dieser Stelle ein, um anderen den Einblick in deine Arbeit zu ermöglichen.&lt;br /&gt;
*Ein Ziel der Raspberry Pi Foundation ist Bildungsförderung. Verschiedene Vereine wie [http://www.computingatschool.org.uk/ Computing At School] haben zum Ziel die Informatik stärker in die Lehre an den Schulen einzubringen.&lt;br /&gt;
*Hier findest du auch eine Reihe von [[RaspberryPiBoard/EducationalLinks |Links zur Bildung]] über den RPi und angrenzende Themen.&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;width:33%; vertical-align:top; border:1px solid #aaa;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
===[[RPi Visitor Book |Gästebuch]]===&lt;br /&gt;
----&lt;br /&gt;
*Teile deine Gedanken, Ideen, Kommentare und Danksagungen im Gästebuch mit.&lt;br /&gt;
*Wenn du irgendwelche interessante Artikel oder Links hast, kannst du sie hier hinzufügen.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Über das RPi Wiki==&lt;br /&gt;
&lt;br /&gt;
[[File:Rasp_turn_around.gif|200px|thumb|right|Ein 3D Rendering des Raspberry Pi Logos vom Forum-User Antario. [http://www.raspberrypi.org/forum/projects-and-collaboration-general/raspberry-pi-3d-logo-animation Source]]]&lt;br /&gt;
Dieses Wiki ist '''offen''' für die Community. Du bist aufgefordert, dich anzumelden und deine eigenen Projekte, Anleitungen hinzuzufügen und Korrekturen vorzunehmen.&lt;br /&gt;
&lt;br /&gt;
It is important that users like you continue to add to and grow this wiki, that way others will be able to come and do the same making the wiki a valuable resource.&lt;br /&gt;
&lt;br /&gt;
'''Do not be afraid to add your bit, content is vital for the wiki to function.'''&lt;br /&gt;
&lt;br /&gt;
See [[Help:Editing | Help Editing The Wiki]] and the [[Special:Upload | Upload File]] link (on the left sidebar) to reference images.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Admins/Contributors===&lt;br /&gt;
&lt;br /&gt;
Hier geht es zur Diskussionsseite: [[Talk:R-Pi_Hub]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Großen Dank geht an elinux.org und seine Gruppen für den Platz im Wiki und den Inhalt aus dem diese Seiten entstanden sind.''&lt;/div&gt;</summary>
		<author><name>Naicheben</name></author>	</entry>

	<entry>
		<id>http://elinux.org/Talk:DE:RPi_Hub</id>
		<title>Talk:DE:RPi Hub</title>
		<link rel="alternate" type="text/html" href="http://elinux.org/Talk:DE:RPi_Hub"/>
				<updated>2012-01-28T11:40:58Z</updated>
		
		<summary type="html">&lt;p&gt;Naicheben: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi,&lt;br /&gt;
ich würde den letzten Absatz unter Geschichte:&lt;br /&gt;
*You will often hear mention about the BBC Micro Computer when people talk about the purpose of the foundation, a great article by RegHardware details the history of the BBC Micro Computer and why it was brought about. &lt;br /&gt;
&lt;br /&gt;
wie folgt übersetzen:&lt;br /&gt;
*Dir wird öffter der Bergiff BBC Micro Computer begegnen, wenn die Leute über den Zweck der Faoundation sprechen. Ein guter Artikel von RegHardware beschreibt die Geschichte des BBC Micro Computers und warum es entstand.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Hardware, letzter Punkt:&lt;br /&gt;
*The Low-level interfaces on each board allow the use of optional Expansion Boards for the use in a wide range of Projects. &lt;br /&gt;
&lt;br /&gt;
zu&lt;br /&gt;
&lt;br /&gt;
*Die [[Rpi Low-level peripherals| Low-level Interface]] auf jedem Board zur optionalen Erweiterung [[Rpi expansion boards|Expansion Boards]] ermöglichen eine Fülle von neuen Projekten.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Distributionen und Software:&lt;br /&gt;
*The Raspberry Pi is focused on Programming and supports a wide range of languages, many tutorials are available. &lt;br /&gt;
&lt;br /&gt;
zu&lt;br /&gt;
&lt;br /&gt;
*Das Raspberry Pi ist auf das Programmieren spezialisiert und unterstützt viele verschiedene Programmiersprachen. Es sind viele Tutorials erhälltlich.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Projekte, Anleitungen &amp;amp; Tutorials&lt;br /&gt;
&lt;br /&gt;
*The main source of information and guides at the moment is the [http://www.raspberrypi.org/forum Official Raspberry Pi Forum] and some within the [[RaspberryPiBoardTasks |Tasks area]]&lt;br /&gt;
*More projects and tutorials will be added to this [[RaspberryPiBoardProjects | Section]].&lt;br /&gt;
&lt;br /&gt;
zu&lt;br /&gt;
&lt;br /&gt;
*Hauptquelle für Informationen und Hilfestellungen ist zur Zeit das [http://www.raspberrypi.org/forum Official Raspberry Pi Forum] sowie [[RaspberryPiBoardTasks |Tasks area]]&lt;br /&gt;
*Mehr Projekte und Tutorials wird es auf [[RaspberryPiBoardProjects | Project Section]] geben.&lt;/div&gt;</summary>
		<author><name>Naicheben</name></author>	</entry>

	<entry>
		<id>http://elinux.org/Talk:DE:RPi_Hub</id>
		<title>Talk:DE:RPi Hub</title>
		<link rel="alternate" type="text/html" href="http://elinux.org/Talk:DE:RPi_Hub"/>
				<updated>2012-01-28T11:39:51Z</updated>
		
		<summary type="html">&lt;p&gt;Naicheben: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi,&lt;br /&gt;
ich würde den letzten Absatz unter Geschichte:&lt;br /&gt;
*You will often hear mention about the BBC Micro Computer when people talk about the purpose of the foundation, a great article by RegHardware details the history of the BBC Micro Computer and why it was brought about. &lt;br /&gt;
&lt;br /&gt;
wie folgt übersetzen:&lt;br /&gt;
*Dir wird öffter der Bergiff BBC Micro Computer begegnen, wenn die Leute über den Zweck der Faoundation sprechen. Ein guter Artikel von RegHardware beschreibt die Geschichte des BBC Micro Computers und warum es entstand.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Hardware, letzter Punkt:&lt;br /&gt;
*The Low-level interfaces on each board allow the use of optional Expansion Boards for the use in a wide range of Projects. &lt;br /&gt;
&lt;br /&gt;
zu&lt;br /&gt;
&lt;br /&gt;
*Die [[Rpi Low-level peripherals| Low-level Interface]] auf jedem Board zur optionalen Erweiterung [[Rpi expansion boards|Expansion Boards]] ermöglichen eine Fülle von neuen Projekten.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Distributionen und Software:&lt;br /&gt;
*The Raspberry Pi is focused on Programming and supports a wide range of languages, many tutorials are available. &lt;br /&gt;
&lt;br /&gt;
zu&lt;br /&gt;
&lt;br /&gt;
*Das Raspberry Pi ist auf das Programmieren spezialisiert und unterstützt viele verschiedene Programmiersprachen. Es sind viele Tutorials erhälltlich.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Projekte, Anleitungen &amp;amp; Tutorials&lt;br /&gt;
&lt;br /&gt;
*The main source of information and guides at the moment is the [http://www.raspberrypi.org/forum Official Raspberry Pi Forum] and some within the [[RaspberryPiBoardTasks |Tasks area]]&lt;br /&gt;
*More projects and tutorials will be added to this [[RaspberryPiBoardProjects | Section]].&lt;br /&gt;
&lt;br /&gt;
zu&lt;br /&gt;
&lt;br /&gt;
*Hauptquelle für Informationen und Hilfestellungen ist zur Zeit das [http://www.raspberrypi.org/forum Official Raspberry Pi Forum] sowie [[RaspberryPiBoardTasks |Tasks area]]&lt;br /&gt;
*Mehr Projekte und Tutorials wird es auf [[RaspberryPiBoardProjects | Section]] geben.&lt;/div&gt;</summary>
		<author><name>Naicheben</name></author>	</entry>

	<entry>
		<id>http://elinux.org/Talk:DE:RPi_Hub</id>
		<title>Talk:DE:RPi Hub</title>
		<link rel="alternate" type="text/html" href="http://elinux.org/Talk:DE:RPi_Hub"/>
				<updated>2012-01-28T11:39:25Z</updated>
		
		<summary type="html">&lt;p&gt;Naicheben: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi,&lt;br /&gt;
ich würde den letzten Absatz unter Geschichte:&lt;br /&gt;
*You will often hear mention about the BBC Micro Computer when people talk about the purpose of the foundation, a great article by RegHardware details the history of the BBC Micro Computer and why it was brought about. &lt;br /&gt;
&lt;br /&gt;
wie folgt übersetzen:&lt;br /&gt;
*Dir wird öffter der Bergiff BBC Micro Computer begegnen, wenn die Leute über den Zweck der Faoundation sprechen. Ein guter Artikel von RegHardware beschreibt die Geschichte des BBC Micro Computers und warum es entstand.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Hardware, letzter Punkt:&lt;br /&gt;
*The Low-level interfaces on each board allow the use of optional Expansion Boards for the use in a wide range of Projects. &lt;br /&gt;
&lt;br /&gt;
zu&lt;br /&gt;
&lt;br /&gt;
*Die [[Rpi Low-level peripherals| Low-level Interface]] auf jedem Board zur optionalen Erweiterung [[Rpi expansion boards|Expansion Boards]] ermöglichen eine Fülle von neuen Projekten.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Distributionen und Software:&lt;br /&gt;
*The Raspberry Pi is focused on Programming and supports a wide range of languages, many tutorials are available. &lt;br /&gt;
&lt;br /&gt;
zu&lt;br /&gt;
&lt;br /&gt;
*Das Raspberry Pi ist auf das Programmieren spezialisiert und unterstützt viele verschiedene Programmiersprachen. Es sind viele Tutorials erhälltlich.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Projekte, Anleitungen &amp;amp; Tutorials&lt;br /&gt;
&lt;br /&gt;
*The main source of information and guides at the moment is the [http://www.raspberrypi.org/forum Official Raspberry Pi Forum] and some within the [[RaspberryPiBoardTasks |Tasks area]]&lt;br /&gt;
*More projects and tutorials will be added to this [[RaspberryPiBoardProjects | Section]].&lt;br /&gt;
&lt;br /&gt;
zu&lt;br /&gt;
&lt;br /&gt;
*Hauptquelle für Informationen und Hilfestellungen ist zur Zeit das [http://www.raspberrypi.org/forum Official Raspberry Pi Forum] sowie [[RaspberryPiBoardTasks |Tasks area]]&lt;br /&gt;
*Mher Projekte und Tutorials wird es auf [[RaspberryPiBoardProjects | Section]] geben.&lt;/div&gt;</summary>
		<author><name>Naicheben</name></author>	</entry>

	<entry>
		<id>http://elinux.org/Talk:DE:RPi_Hub</id>
		<title>Talk:DE:RPi Hub</title>
		<link rel="alternate" type="text/html" href="http://elinux.org/Talk:DE:RPi_Hub"/>
				<updated>2012-01-28T11:35:54Z</updated>
		
		<summary type="html">&lt;p&gt;Naicheben: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi,&lt;br /&gt;
ich würde den letzten Absatz unter Geschichte:&lt;br /&gt;
*You will often hear mention about the BBC Micro Computer when people talk about the purpose of the foundation, a great article by RegHardware details the history of the BBC Micro Computer and why it was brought about. &lt;br /&gt;
&lt;br /&gt;
wie folgt übersetzen:&lt;br /&gt;
*Dir wird öffter der Bergiff BBC Micro Computer begegnen, wenn die Leute über den Zweck der Faoundation sprechen. Ein guter Artikel von RegHardware beschreibt die Geschichte des BBC Micro Computers und warum es entstand.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Hardware, letzter Punkt:&lt;br /&gt;
*The Low-level interfaces on each board allow the use of optional Expansion Boards for the use in a wide range of Projects. &lt;br /&gt;
&lt;br /&gt;
zu&lt;br /&gt;
&lt;br /&gt;
*Die [[Rpi Low-level peripherals| Low-level Interface]] auf jedem Board zur optionalen Erweiterung [[Rpi expansion boards|Expansion Boards]] ermöglichen eine Fülle von neuen Projekten.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Distributionen und Software:&lt;br /&gt;
*The Raspberry Pi is focused on Programming and supports a wide range of languages, many tutorials are available. &lt;br /&gt;
&lt;br /&gt;
zu&lt;br /&gt;
&lt;br /&gt;
*Das Raspberry Pi ist auf das Programmieren spezialisiert und unterstützt viele verschiedene Programmiersprachen. Es sind viele Tutorials erhälltlich.&lt;/div&gt;</summary>
		<author><name>Naicheben</name></author>	</entry>

	<entry>
		<id>http://elinux.org/Talk:DE:RPi_Hub</id>
		<title>Talk:DE:RPi Hub</title>
		<link rel="alternate" type="text/html" href="http://elinux.org/Talk:DE:RPi_Hub"/>
				<updated>2012-01-28T11:31:43Z</updated>
		
		<summary type="html">&lt;p&gt;Naicheben: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi,&lt;br /&gt;
ich würde den letzten Absatz unter Geschichte:&lt;br /&gt;
*You will often hear mention about the BBC Micro Computer when people talk about the purpose of the foundation, a great article by RegHardware details the history of the BBC Micro Computer and why it was brought about. &lt;br /&gt;
&lt;br /&gt;
wie folgt übersetzen:&lt;br /&gt;
*Dir wird öffter der Bergiff BBC Micro Computer begegnen, wenn die Leute über den Zweck der Faoundation sprechen. Ein guter Artikel von RegHardware beschreibt die Geschichte des BBC Micro Computers und warum es entstand.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Hardware, letzter Punkt:&lt;br /&gt;
*The Low-level interfaces on each board allow the use of optional Expansion Boards for the use in a wide range of Projects. &lt;br /&gt;
&lt;br /&gt;
zu&lt;br /&gt;
&lt;br /&gt;
*Die [[Rpi Low-level peripherals| Low-level Interface]] auf jedem Board zur optionalen Erweiterung [[Rpi expansion boards|Expansion Boards]] ermöglichen eine Fülle von neuen Projekten.&lt;/div&gt;</summary>
		<author><name>Naicheben</name></author>	</entry>

	<entry>
		<id>http://elinux.org/Talk:DE:RPi_Hub</id>
		<title>Talk:DE:RPi Hub</title>
		<link rel="alternate" type="text/html" href="http://elinux.org/Talk:DE:RPi_Hub"/>
				<updated>2012-01-28T11:30:39Z</updated>
		
		<summary type="html">&lt;p&gt;Naicheben: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi,&lt;br /&gt;
ich würde den letzten Absatz unter Geschichte:&lt;br /&gt;
*You will often hear mention about the BBC Micro Computer when people talk about the purpose of the foundation, a great article by RegHardware details the history of the BBC Micro Computer and why it was brought about. &lt;br /&gt;
&lt;br /&gt;
wie folgt übersetzen:&lt;br /&gt;
*Dir wird öffter der Bergiff BBC Micro Computer begegnen, wenn die Leute über den Zweck der Faoundation sprechen. Ein guter Artikel von RegHardware beschreibt die Geschichte des BBC Micro Computers und warum es entstand.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Hardware, letzter Punkt:&lt;br /&gt;
*The Low-level interfaces on each board allow the use of optional Expansion Boards for the use in a wide range of Projects. &lt;br /&gt;
&lt;br /&gt;
zu&lt;br /&gt;
&lt;br /&gt;
*Die [[Rpi Low-level peripherals| Low-level Interface]] auf jedem Board ermöglichen die optionale Erweiterung [[Rpi expansion boards|Expansion Boards]] die eine Fülle von neuen Projekten ermöglichen.&lt;/div&gt;</summary>
		<author><name>Naicheben</name></author>	</entry>

	<entry>
		<id>http://elinux.org/Talk:DE:RPi_Hub</id>
		<title>Talk:DE:RPi Hub</title>
		<link rel="alternate" type="text/html" href="http://elinux.org/Talk:DE:RPi_Hub"/>
				<updated>2012-01-28T11:29:42Z</updated>
		
		<summary type="html">&lt;p&gt;Naicheben: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi,&lt;br /&gt;
ich würde den letzten Absatz unter Geschichte:&lt;br /&gt;
*You will often hear mention about the BBC Micro Computer when people talk about the purpose of the foundation, a great article by RegHardware details the history of the BBC Micro Computer and why it was brought about. &lt;br /&gt;
&lt;br /&gt;
wie folgt übersetzen:&lt;br /&gt;
*Dir wird öffter der Bergiff BBC Micro Computer begegnen, wenn die Leute über den Zweck der Faoundation sprechen. Ein guter Artikel von RegHardware beschreibt die Geschichte des BBC Micro Computers und warum es entstand.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Hardware, letzter Punkt:&lt;br /&gt;
*The Low-level interfaces on each board allow the use of optional Expansion Boards for the use in a wide range of Projects. &lt;br /&gt;
&lt;br /&gt;
zu&lt;br /&gt;
&lt;br /&gt;
*Die [[Rpi Low-level peripherals| Low-level Interface]] auf jedem Board ermöglichen die optionale Erweiterung [[Rpi expansion boards|Expansion Boards]] die eine Fülle von neuen Projekten ermöglicht.&lt;/div&gt;</summary>
		<author><name>Naicheben</name></author>	</entry>

	<entry>
		<id>http://elinux.org/Talk:DE:RPi_Hub</id>
		<title>Talk:DE:RPi Hub</title>
		<link rel="alternate" type="text/html" href="http://elinux.org/Talk:DE:RPi_Hub"/>
				<updated>2012-01-28T10:51:35Z</updated>
		
		<summary type="html">&lt;p&gt;Naicheben: Geschichte - letzter Absatz - korrekte Übersetzung?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi,&lt;br /&gt;
ich würde den letzten Absatz unter Geschichte:&lt;br /&gt;
You will often hear mention about the BBC Micro Computer when people talk about the purpose of the foundation, a great article by RegHardware details the history of the BBC Micro Computer and why it was brought about. &lt;br /&gt;
&lt;br /&gt;
wie folgt übersetzen:&lt;br /&gt;
Dir wird öffter der Bergiff BBC Micro Computer begegnen, wenn die Leute über den Zweck der Faoundation sprechen. Ein guter Artikel von RegHardware beschreibt die Geschichte des BBC Micro Computers und warum es entstand.&lt;/div&gt;</summary>
		<author><name>Naicheben</name></author>	</entry>

	</feed>