Raspberry Pi: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (Text replacement - "vitadevwiki.com" to "psdevwiki.com/vita") |
||
(23 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
==Specifications== | |||
{| class="wikitable center" | |||
|- | |||
! '''Models''' | |||
! Model A | |||
! Model B | |||
! [http://www.raspberrypi.org/raspberry-pi-model-a-plus-on-sale/ Model A+] | |||
! [http://www.raspberrypi.org/introducing-raspberry-pi-model-b-plus/ Model B+] | |||
! [http://www.raspberrypi.org/raspberry-pi-2-on-sale/ 2 Model B] | |||
|- | |||
! '''Pictures''' | |||
| [[File:Raspberry Pi model A.jpg|175px]] | |||
| [[File:Raspberry Pi model B revision 1.jpg|150px]]<br />[[File:Raspberry Pi model B revision 2.jpg|175px]] | |||
| [[File:Raspberry Pi model A+.jpg|175px]] | |||
| [[File:Raspberry Pi model B+.jpg|175px]] | |||
| [[File:Raspberry Pi 2 Model B v1.1.jpg|175px]] | |||
|- | |||
! '''Target price''' | |||
| US$25 Ext tax (GBP £16 Exc VAT) | |||
| US$35 Ext tax (GBP £22 Exc VAT) | |||
| US$20 Ext tax (GBP £15 Exc VAT) | |||
| US$35 Ext tax (GBP £22 Exc VAT) | |||
| US$35 Ext tax (GBP £22 Exc VAT) | |||
|- | |||
! '''<abbr title="System-on-a-chip">SoC</abbr>''' | |||
| colspan="4" align="center" | Broadcom BCM2835 (CPU + GPU. SDRAM is a separate chip stacked on top of CPU/GPU) | |||
| Broadcom BCM2836 (CPU + GPU. SDRAM is a separate chip stacked on PCB bottom) | |||
|- | |||
! '''CPU''' | |||
| colspan="4" align="center" | 700 MHz ARM1176JZF-S core (ARM11 family, ARMv6 instruction set) | |||
| 900 MHz [http://pastebin.com/raw.php?i=v0LVywBi quad-core 32bit ARM Cortex-A7] (ARMv7 instruction set) | |||
|- | |||
! '''GPU''' | |||
| colspan="5" align="center" | 250 MHz Broadcom VideoCore IV :: OpenGL ES 2.0 (24 GFLOPS), MPEG-2 and VC-1 (with license), 1080p30 h.264/MPEG-4 AVC high-profile decoder and encoder | |||
|- | |||
! '''Memory''' | |||
| 128 MiB (until 29 Feb 2012, planned)<br />256 MiB (since 29 Feb 2012, rev.1) | |||
| 256 MiB (until 15 Oct 2012, rev.1)<br />512 MiB (since 15 Oct 2012, rev.2) | |||
| 256 MiB | |||
| 512 MiB | |||
| 1024 MiB | |||
|- | |||
! '''USB 2.0 ports''' | |||
| 1 (provided by the BCM2835) | |||
| 2 (via onboard 3-port USB hub) | |||
| 1 (provided by the BCM2835) | |||
| 4 (via onboard 5-port USB hub) | |||
| 4 (via onboard 5-port USB hub) | |||
|- | |||
! '''Video inputs''' | |||
| colspan="5" align="center" | 15-pin MIPI camera interface (CSI) | |||
|- | |||
! '''Video outputs''' | |||
| colspan="2" align="center" | Composite video | Composite RCA, HDMI (not at the same time) | |||
| colspan="3" align="center" | HDMI | Composite video requires 4 Pole Adapter | |||
|- | |||
! '''Audio outputs''' | |||
| colspan="5" align="center" | TRS connector | 3.5 mm jack, HDMI | |||
|- | |||
! '''Audio inputs''' | |||
| colspan="2" align="center" | none, but a USB mic or sound-card could be added | |||
| colspan="3" align="center" | | |||
|- | |||
! '''Onboard Storage''' | |||
| colspan="2" align="center" | Secure Digital|SD / MMC / SDIO card slot | |||
| colspan="3" align="center" | Micro Secure Digital / MicroSD slot | |||
|- | |||
! '''Onboard Network''' | |||
| None | |||
| 10/100 wired Ethernet RJ45 (via USB hub) | |||
| None | |||
| 10/100 wired Ethernet RJ45 (via USB hub) | |||
| 10/100 wired Ethernet RJ45 (via USB hub) | |||
|- | |||
! '''Low-level peripherals''' | |||
| colspan="2" align="center" | [[:File:Raspberry-pi-rev-1-gpio-pin-out1.jpg|26 pin header]] with : 8x General Purpose Input/Output (GPIO) pins, Serial Peripheral Interface Bus (SPI), I²C, I²S, Universal asynchronous receiver/transmitter (UART) | |||
| colspan="3" align="center" | [[:File:Raspberry Pi - model B plus - gpio.png|40 pin header]] with : 17x General Purpose Input/Output (GPIO) pins, Serial Peripheral Interface Bus (SPI), I²C, I²S, I2C IDC Pins, Universal asynchronous receiver/transmitter (UART) | |||
|- | |||
! '''Real-time clock''' | |||
| colspan="5" align="center" | None | |||
|- | |||
! '''Power ratings''' | |||
| 300 mA, (1.5 W) | |||
| 700 mA, (3.5 W) | |||
| 200 mA, (1.0 W) | |||
| ~650 mA, (3.0 W) | |||
| ~800 mA, (4.0 W) | |||
|- | |||
! '''Power source''' | |||
| colspan="5" align="center" | 5 V (DC) via Micro USB type B or GPIO header | |||
|- | |||
! '''Size''' | |||
| 85.60 x 56.5 mm x 15mm | |||
| 85.60 x 56.5 mm x 17mm | |||
| 65.00 x 56.5 mm x 12mm | |||
| 85.60 x 56.5 mm x 17mm | |||
| 85.60 x 56.5 mm x 17mm | |||
|- | |||
! '''Weight''' | |||
| 31g (1.09 oz) | |||
| 40g (1.41 oz) | |||
| 23g (0.81 oz) | |||
| 45g (1.6 oz) | |||
| {{unk|unknown}} | |||
|- | |||
|} | |||
== Raspberry Pi Projects == | |||
[[Raspberry Pi]] for use: | [[Raspberry Pi]] for use: | ||
*with [[JAISPI]] | *with [[JAISPI]] | ||
*with [[DualShock_4 |DualShock 4]] | |||
*with [http://www.psdevwiki.com/ps3/PlayStation_Eye PS3 Eye] | *with [http://www.psdevwiki.com/ps3/PlayStation_Eye PS3 Eye] | ||
*with [http://mypiandi.blogspot.com/2012/12/retropie-sixaxis-over-bluetooth.html DualShock 3] | *with [http://mypiandi.blogspot.com/2012/12/retropie-sixaxis-over-bluetooth.html DualShock 3] | ||
*with [[ | *with [http://www.psdevwiki.com/vita/index.php?title=Main_Page PS VITA (PSM)] - http://blog.goo.ne.jp/roboz80/c/58c7b567af3baf796c42e6f1ac27a903 | ||
*with [http:// | *with [https://movian.tv/ Movian][https://movian.tv/downloads/stos Stos] | ||
*with [http://kodi.tv/ Kodi][http://openelec.tv/ OpenELEC] | |||
*with [http://www.bitscope.com/pi/ BitScope Mixed Signal Oscilloscopes and Analyzers] | |||
*with Arduino (e.g.: as a HDMI shield) | |||
*with [http://devram0.blogspot.jp/2014/09/raspberry-pi-ywrobot-arduino-lcm1602.html YwRobot Arduino LCM1602 IIC V1 HD44780 LCD] by '''Deroad''' | |||
{| class="wikitable" style="font-size:x-small; border:3px double #000FFF;" | {| class="wikitable" style="font-size:x-small; border:3px double #000FFF;" | ||
|- | |- | ||
! style="background-color:#000FFF; color:#FFFFFF;" | Raspberry Pi ARM powered Hexapod Robot PS4 Controller | ! style="background-color:#000FFF; color:#FFFFFF;" | Raspberry Pi ARM powered Hexapod Robot PS4 Controller || style="background-color:#000FFF; color:#FFFFFF;" | Controlling a robot using SONY PSVITA (PSM) with real time video feedback | ||
|- | |- | ||
| {{#ev:youtube|buf6y3laN5Q}} | | {{#ev:youtube|buf6y3laN5Q}} || {{#ev:youtube|N9R3BHUg1Xw}} | ||
|- | |- | ||
|} | |} | ||
== Where to buy? == | == Where to buy? == | ||
* | T.net ID: [http://tweakers.net/pricewatch/433084/ 433084] | ||
* Floris.cc (Netherlands) : floris.cc/shop/en/raspberry-pi/ | * Sos Solutions (Netherlands) : https://www.sossolutions.nl/raspberry-pi-model-b/9324977-raspberry-pi-type-b-versie-20-0001.html (2; 1024MB) | ||
* | * iPrototype (Netherlands) : https://iprototype.nl/products/raspberry-pi/raspberry-pi-2-b (2; 1024MB) | ||
* | * Gadgetpark (Netherlands) : http://www.gadgetpark.nl/Raspberry-Pi-2-Model-B (2; 1024MB) | ||
* | * Kiwi Electronics (Netherlands) : http://www.kiwi-electronics.nl/raspberry-pi/board-and-kits/raspberry-pi-2-model-b-1gb (2; 1024MB) | ||
* Floris.cc (Netherlands) : http://floris.cc/shop/en/raspberry-pi/1284-raspberry-pi-2-model-b.html (2; 1024MB) / http://floris.cc/shop/en/raspberry-pi/1123-raspberry-pi-model-b.html (512MB) | |||
* Element14 (international): http://www.element14.com/community/community/raspberry-pi/raspberrypi2?ICID=hp-rpi2-ban (2; 1024MB) | |||
* RS-online: http://uk.rs-online.com/web/p/processor-microcontroller-development-kits/8326274/ (2; 1024MB) | |||
* Adafruit (USA, New York) : http://www.adafruit.com/product/2358 (2; 1024MB) / http://www.adafruit.com/products/998 (512MB) / http://www.adafruit.com/products/1344 (256MB) | |||
* Hardwarewebwinkel (Netherlands) : http://www.hardwarewebwinkel.nl/raspberry-pi/raspberry-pi | |||
* 4launch (Netherlands) : https://www.4launch.nl/shop/product/144246/-model-a-arm--hdmi--256mb / https://www.4launch.nl/shop/product/140454/-model-b-rev--2-0-arm--hdmi--512mb | * 4launch (Netherlands) : https://www.4launch.nl/shop/product/144246/-model-a-arm--hdmi--256mb / https://www.4launch.nl/shop/product/140454/-model-b-rev--2-0-arm--hdmi--512mb | ||
* Mycom (Netherlands) : http://www.mycom.nl/componenten/moederborden/513612/raspberry-pi-model-b-512mb | * Mycom (Netherlands) : http://www.mycom.nl/componenten/moederborden/513612/raspberry-pi-model-b-512mb | ||
* Megekko (Netherlands) : https://www.megekko.nl/product/161840/ | * Megekko (Netherlands) : https://www.megekko.nl/product/161840/ | ||
* Alternate (Netherlands) : http://www.alternate.nl/html/ | * Alternate (Netherlands) : http://www.alternate.nl/html/product/1149754 | ||
* Si Computers (Netherlands) : http://www.sicomputers.nl/raspberry-pi-type-b.html | * Si Computers (Netherlands) : http://www.sicomputers.nl/raspberry-pi-type-b.html | ||
* De Computerwinkel (Netherlands) : http://www.decomputerwinkel.nl/index.php?route=product/product&product_id=220197 | * De Computerwinkel (Netherlands) : http://www.decomputerwinkel.nl/index.php?route=product/product&product_id=220197 | ||
Line 39: | Line 159: | ||
* Boxtec (Switzerland) : http://shop.boxtec.ch/raspberry-model-rev-p-41604.html | * Boxtec (Switzerland) : http://shop.boxtec.ch/raspberry-model-rev-p-41604.html | ||
== Single Board Computers - alternatives == | |||
* [http://www.solid-run.com/ SolidRun] [http://www.solid-run.com/products/hummingboard/ Hummingboard] (fits in RPI case) | |||
* [http://www.bananapi.org/ Banana Pi] (RPI clone) | |||
* [http://beagleboard.org/Products/BeagleBone+Black BeagleBone Black] | |||
* [http://www.minnowboard.org/ Intel MinnowBoard Max] | |||
* [http://www.hardkernel.com/main/products/prdt_info.php Odroid-U3] | |||
* [http://www.udoo.org/features/ Udoo] | |||
* [http://radxa.com/ Radxa Rock] | |||
* [http://cubieboard.org/tag/cubietruck/ CubieTruck] | |||
* [http://en.wikipedia.org/wiki/PandaBoard PandaBoard] | |||
{{Hardware Modification}}<noinclude>[[Category:Main]]</noinclude> | |||
{{Hardware Modification}} | |||
<noinclude>[[Category:Main]]</noinclude> |
Latest revision as of 06:06, 15 April 2023
Specifications[edit | edit source]
Models | Model A | Model B | Model A+ | Model B+ | 2 Model B |
---|---|---|---|---|---|
Pictures | |||||
Target price | US$25 Ext tax (GBP £16 Exc VAT) | US$35 Ext tax (GBP £22 Exc VAT) | US$20 Ext tax (GBP £15 Exc VAT) | US$35 Ext tax (GBP £22 Exc VAT) | US$35 Ext tax (GBP £22 Exc VAT) |
SoC | Broadcom BCM2835 (CPU + GPU. SDRAM is a separate chip stacked on top of CPU/GPU) | Broadcom BCM2836 (CPU + GPU. SDRAM is a separate chip stacked on PCB bottom) | |||
CPU | 700 MHz ARM1176JZF-S core (ARM11 family, ARMv6 instruction set) | 900 MHz quad-core 32bit ARM Cortex-A7 (ARMv7 instruction set) | |||
GPU | 250 MHz Broadcom VideoCore IV :: OpenGL ES 2.0 (24 GFLOPS), MPEG-2 and VC-1 (with license), 1080p30 h.264/MPEG-4 AVC high-profile decoder and encoder | ||||
Memory | 128 MiB (until 29 Feb 2012, planned) 256 MiB (since 29 Feb 2012, rev.1) |
256 MiB (until 15 Oct 2012, rev.1) 512 MiB (since 15 Oct 2012, rev.2) |
256 MiB | 512 MiB | 1024 MiB |
USB 2.0 ports | 1 (provided by the BCM2835) | 2 (via onboard 3-port USB hub) | 1 (provided by the BCM2835) | 4 (via onboard 5-port USB hub) | 4 (via onboard 5-port USB hub) |
Video inputs | 15-pin MIPI camera interface (CSI) | ||||
Video outputs | Composite video | Composite RCA, HDMI (not at the same time) | HDMI | Composite video requires 4 Pole Adapter | |||
Audio outputs | TRS connector | 3.5 mm jack, HDMI | ||||
Audio inputs | none, but a USB mic or sound-card could be added | ||||
Onboard Storage | Secure Digital|SD / MMC / SDIO card slot | Micro Secure Digital / MicroSD slot | |||
Onboard Network | None | 10/100 wired Ethernet RJ45 (via USB hub) | None | 10/100 wired Ethernet RJ45 (via USB hub) | 10/100 wired Ethernet RJ45 (via USB hub) |
Low-level peripherals | 26 pin header with : 8x General Purpose Input/Output (GPIO) pins, Serial Peripheral Interface Bus (SPI), I²C, I²S, Universal asynchronous receiver/transmitter (UART) | 40 pin header with : 17x General Purpose Input/Output (GPIO) pins, Serial Peripheral Interface Bus (SPI), I²C, I²S, I2C IDC Pins, Universal asynchronous receiver/transmitter (UART) | |||
Real-time clock | None | ||||
Power ratings | 300 mA, (1.5 W) | 700 mA, (3.5 W) | 200 mA, (1.0 W) | ~650 mA, (3.0 W) | ~800 mA, (4.0 W) |
Power source | 5 V (DC) via Micro USB type B or GPIO header | ||||
Size | 85.60 x 56.5 mm x 15mm | 85.60 x 56.5 mm x 17mm | 65.00 x 56.5 mm x 12mm | 85.60 x 56.5 mm x 17mm | 85.60 x 56.5 mm x 17mm |
Weight | 31g (1.09 oz) | 40g (1.41 oz) | 23g (0.81 oz) | 45g (1.6 oz) | ?unknown? |
Raspberry Pi Projects[edit | edit source]
Raspberry Pi for use:
- with JAISPI
- with DualShock 4
- with PS3 Eye
- with DualShock 3
- with PS VITA (PSM) - http://blog.goo.ne.jp/roboz80/c/58c7b567af3baf796c42e6f1ac27a903
- with MovianStos
- with KodiOpenELEC
- with BitScope Mixed Signal Oscilloscopes and Analyzers
- with Arduino (e.g.: as a HDMI shield)
- with YwRobot Arduino LCM1602 IIC V1 HD44780 LCD by Deroad
Raspberry Pi ARM powered Hexapod Robot PS4 Controller | Controlling a robot using SONY PSVITA (PSM) with real time video feedback |
---|---|
Where to buy?[edit | edit source]
T.net ID: 433084
- Sos Solutions (Netherlands) : https://www.sossolutions.nl/raspberry-pi-model-b/9324977-raspberry-pi-type-b-versie-20-0001.html (2; 1024MB)
- iPrototype (Netherlands) : https://iprototype.nl/products/raspberry-pi/raspberry-pi-2-b (2; 1024MB)
- Gadgetpark (Netherlands) : http://www.gadgetpark.nl/Raspberry-Pi-2-Model-B (2; 1024MB)
- Kiwi Electronics (Netherlands) : http://www.kiwi-electronics.nl/raspberry-pi/board-and-kits/raspberry-pi-2-model-b-1gb (2; 1024MB)
- Floris.cc (Netherlands) : http://floris.cc/shop/en/raspberry-pi/1284-raspberry-pi-2-model-b.html (2; 1024MB) / http://floris.cc/shop/en/raspberry-pi/1123-raspberry-pi-model-b.html (512MB)
- Element14 (international): http://www.element14.com/community/community/raspberry-pi/raspberrypi2?ICID=hp-rpi2-ban (2; 1024MB)
- RS-online: http://uk.rs-online.com/web/p/processor-microcontroller-development-kits/8326274/ (2; 1024MB)
- Adafruit (USA, New York) : http://www.adafruit.com/product/2358 (2; 1024MB) / http://www.adafruit.com/products/998 (512MB) / http://www.adafruit.com/products/1344 (256MB)
- Hardwarewebwinkel (Netherlands) : http://www.hardwarewebwinkel.nl/raspberry-pi/raspberry-pi
- 4launch (Netherlands) : https://www.4launch.nl/shop/product/144246/-model-a-arm--hdmi--256mb / https://www.4launch.nl/shop/product/140454/-model-b-rev--2-0-arm--hdmi--512mb
- Mycom (Netherlands) : http://www.mycom.nl/componenten/moederborden/513612/raspberry-pi-model-b-512mb
- Megekko (Netherlands) : https://www.megekko.nl/product/161840/
- Alternate (Netherlands) : http://www.alternate.nl/html/product/1149754
- Si Computers (Netherlands) : http://www.sicomputers.nl/raspberry-pi-type-b.html
- De Computerwinkel (Netherlands) : http://www.decomputerwinkel.nl/index.php?route=product/product&product_id=220197
- CDromland (Netherlands) : http://www.cdromland.nl/productinfo/161840/
- Informatique (Netherlands) : http://www.informatique.nl/534941/raspberry-pi-type-b.html
- MaxICT (Netherlands) : https://maxict.nl/product/3761350/raspberry-pi-type-b-512mb
- Companic (Netherlands) : https://www.companic.nl/product_info.php?products_id=5396604
- Centralpoint (Netherlands) : http://www.centralpoint.nl/niet-gecategoriseerd/raspberry-pi/model-b-512mb-art-raspberry-pi-type-b-num-2537662/
- MMC (Netherlands) : http://mmcshop.nl/p/165138/raspberry-pi-type-b
- Embeddedcomputer (Netherlands) : http://embeddedcomputer.nl/rasberrypi-raspberrypi-embedded.html
- MindKits (New Zealand) : http://www.mindkits.co.nz/store/development-platforms/raspberry-pi
- HiTech Store (Germany) : http://www.hitechstore.de/produkte/32/
- Watterott (Germany) : http://www.watterott.com/de/Raspberry-Pi
- Boxtec (Switzerland) : http://shop.boxtec.ch/raspberry-model-rev-p-41604.html
Single Board Computers - alternatives[edit | edit source]
- SolidRun Hummingboard (fits in RPI case)
- Banana Pi (RPI clone)
- BeagleBone Black
- Intel MinnowBoard Max
- Odroid-U3
- Udoo
- Radxa Rock
- CubieTruck
- PandaBoard
|