|[{Image src='attach/RaspberryPi/RaspberryPi3B%2B.jpg' width='300' caption='Raspberry Pi 4'}] | [{Image src='attach/RaspberryPi/RaspberryPi4.png' width='300' caption='Raspberry Pi 3 B+'}] | [{Image src='attach/RaspberryPi/RaspberryPiA%2B.jpg' width='300' caption='Raspberry Pi A+'}] | [{Image src='attach/RaspberryPi/RaspberryPiZeroW.jpg' width='300' caption='Raspberry Pi Zero W'}]

From the [Raspberry Pi|https://en.wikipedia.org/wiki/Raspberry_Pi] page on Wikipedia:
%%blockquote
The __Raspberry Pi__   is a series of small single-board computers developed in the United Kingdom by the  Raspberry Pi Foundation to promote teaching of basic computer science in schools and in developing countries. The original model became far more popular than anticipated, selling outside its target market for uses such as  robotics. It now is widely used even in research projects, such as for weather monitoring because of its low cost and portability. It does not include peripherals (such as keyboards and mice or cases.  However, some accessories have been included in several official and unofficial bundles.
%%

The Raspberry Pi and Arduino both contain ''microprocessors'', the actual ''Central Processing Unit'' (CPU) integrated circuit chips that perform the execution of software code. The Raspberry Pi is a ''microcomputer'', whereas the [Arduino] is a ''microcontroller'' (%%(font-size:small) AKA%% ''Microcontroller Unit'' or MCU). The Raspberry Pi microcomputer has a full Linux-like operating system (OS); the Arduino generally runs a single program. 

The distinctions between microprocessors and microcontrollers can get a bit blurry, since in practice they can often perform similar tasks. But you can think of a Raspberry Pi as almost the same as a desktop computer, without the peripherals. Indeed, [some people|https://magpi.raspberrypi.org/issues/85] have outfitted their Pis with keyboards, mice, large screen monitors, and use them for everyday computing tasks.

The Raspberry Pi has several interfaces, the 40 pin [GPIO], the 2 pin [I2C] and the [SPI] serial interfaces.

Here's a [recipe] for __[how to blink an LED|HowToBlinkAnLED]__ on the [Raspberry Pi].

The [KR01] robot uses a Raspberry Pi 3 B+, the [KRZ01] robot uses a Raspberry Pi Zero W.


!! Links

* [Raspberry Pi|https://en.wikipedia.org/wiki/Raspberry_Pi] on Wikipedia
* From __raspberrypi.org__:
** [Raspberry Pi home page|https://www.raspberrypi.org/] 
** [Frequently-Asked Questions|https://www.raspberrypi.org/documentation/faqs/] 
** [Documentation|https://www.raspberrypi.org/documentation/]
** [Raspian|https://www.raspberrypi.org/documentation/raspbian/] (the version of [Linux|https://en.wikipedia.org/wiki/Linux] ported to the Pi)

!! Pages Tagged "Raspberry Pi"

[{HasTagOf RaspberryPi}]

----

[{Tag RaspberryPi}]