IOT Raspberry

Getting Started with Raspberry Pi – It’s not a fruit.

In this article, lets start looking into the Raspberry Pi

The first question that comes to our mind is what exactly is Raspberry Pi? – Yes it not a fruit that’s sure… read below to know more and you would be hooked up to it…

Hello!!! Raspberry Pi

The Raspberry Pi is a tiny computer (size of a credit card) designed and developed in the UK. This tiny computer enables everyone (big or small) to learn physical computing, explore basic electronics and learn how to program (programming).  The main reason behind developing Raspberry Pi was to teach children’s about physical computing, make them understand how computers work and make them interested in programming.

It’s a computer – you can do almost anything with a Raspberry Pi, as you would with a normal computer. You can play music, browse the Internet, run applications, write programs using languages like Scratch, Python or C# etc.  The Raspberry Pi is capable of running a full Operating System. There are different OS (Windows, MAC, Linux version) that can be installed and run on a Raspberry Pi, the recommended OS is a Linux flavor OS called Raspbian (by Raspberry foundation maker of Raspberry).

Note: Click here – Installing OS (Raspbian) on a SD card. ( video)

As mentioned above the size of Raspberry Pi is of a credit card, it a single board that has a Broadcom processor (SOC – system on chip) made by ARM, it’s similar to the processors that is found on mobile phone. The ARM processor is fast and light weight. The Raspberry pi does not have its own Hard Disk, keyboard, Mouse and Monitor.

Hard Disk – Raspberry Pi does not has its own hard disk, you will need to use micro SD cards in place of the Hard disk, and the OS will be installed on these micro SD cards. (Minimum 2 GB micro SD cards is recommended for installing the OS and running normal functionality on the Raspberry Pi). The benefit of using micro SD card is you can easily swap this computer (Raspberry pi) with different OS’s on different SD cards. There is a micro SD card slot at the underside / bottom of the Pi board

For Monitor, Key board and Mouse – You can connect the Raspberry Pi via the HDMI port to a monitor ( you may need an HDMI to VGA connector to connect to the monitor ) and connect the keyboard and the mouse using the USB ports on it. The Raspberry is powered up using a micro USB connection and a power adapter of 5 volt output (adapter used in mobile phones and tablets). It also has built in Ethernet connection to connect to connect to the Internet. ( Note: It is recommended to use a powered USB hub to power all the USB devices like keyboard and mouse etc. because powering (connecting) these devices directly to the Raspberry Pi would leave the Pi underpowered, leading to shorter component life and even non functioning Pi.)

The Raspberry Pi is also has bunch of GPIO ( General Purpose Input Output) pins that are open / exposed, so that we can use it to build circuits using sensors. The GPIO pins are easy to configure and control and you can write program to read the sensor data coming from the GPIO pins and send back data to the GPIOs pins after processing.

Currently there are Six different boards of Raspberry pi available in the Market of which 4 are available for purchase in the open market.

You can purchase these boards as an individual or you can purchase it as part of Startup kits (recommended for beginners). Startup Kits –  contain the Pi board with a preinstalled OS SD card and other  most essential items – sensors and connectors, capacitor, register, jumper cable, sensors etc.. These startup kits are best way to start doing some popular projects  with IOT.

Note: Click here for –  Unboxing the Microsoft IOT Startup kit.

 Below are the four raspberry boards for reference.

  1. Raspberry Pi Zero

pi zero

  • Dimensions : 65mm x 30mm x 5mm
  • Weight : 9g
  • Price: less than $10

The Pi Zero has a Broadcom BCM2835, 1GHz ARM11 core CPU and 512 MB RAM, making it powerful enough to handle small tech projects. It has all the functionality that most Pi’s have to offer. The Pi Zero board is much smaller compared to the new version boards (Model A and Model B devices). The Pi Zero board is featured with a micro SD card slot, a mini HDMI socket for video, a micro USB socket for data and power and an unpopulated 40 pins GPIO header( similar to Model  A+/B+/2B).

     2. Raspberry pi 1 Model A+

Raspberry Pi Model A+_small

  • Dimension: 65mm x 56mm
  • Weight: 23g
  • Prices: $20

The Raspberry Pi Model A+ was released by the Raspberry foundation in the Year 2014. It has a Broadcom BCM2835, 700MHz Core CPU and 256 MB RAM. The Pi A+ board is featured with a micro SD card slot, a 4 pole Stereo output and Composite video port, full size HDMI socket, CSI camera port (Raspberry Pi camera module), DSI display port (Raspberry Pi touch screen display), Micro USB power connector for power, 4 mounting holes and an 40 pins extended GPIO header

    3. Raspberry Pi 2 Model B

raspberry_pi_2_model_b_small

  • Dimension  85.60mm × 56.5mm
  • Weight: 45g (1.6 oz)
  • Prices: $35

The Raspberry Pi 2 Model B was released by the Raspberry Pi foundation in 2015, it was a replacement for Model B+ released in Feb 2014. The major changes were the processor and the RAM. It has the Broadcom BCM2836 SoC (CPU, GPU, DSP, SD RAM), 900MHz quad-core ARM Cortex-A7 CPU and 1 GB RAM. The Pi 2 Model B board is featured with a MicroSD card slot, Video / audio HDMI 1.3 and 1.4, HD 1080p video output, Composite video output (PAL / NTSC), Stereo audio output, Ethernet port 10/100 Base T RJ45, 4 USB 2.0 ports, 15-pin MPI CSI-2 connector for Raspberry Pi HD Video Camera, 15-pin serial display interface connector, Power supply: +5 V @ 2 A via micro USB jack, 40-pin connector for GPIO and serial buses

4. Raspberry Pi 3 Model B

raspberry_pi_3_small

  • Dimension  85.60mm × 56.5mm
  • Weight: 45g (1.6 oz)
  • Prices: $35 ( This price hasn’t changed)

The Raspberry Pi 3 Model B is the latest of the Raspberry Pi boards and was released by the Raspberry Pi foundation in March 2016. I has the improved performance, connectivity, and power management with a 64- bit CPU and onboard Wi-Fi and Bluetooth. It has size similar to the B+ and Pi 2. The Pi 3 Model B board is featured with a MicroSD card slot, It has the Quad core 1.2GHz Broadcom BCM2837 CPU (64-bit ARM Cortex A53) and 1 GB RAM, It has the BCM43143 WiFi (802.11n), Bluetooth Low Energy (BLE), 40-pin connector for GPIO, , 4 USB 2.0 ports, CSI camera port,  DSI display port, MicroSD card slot, HDMI, 4 pole stereo and composite video port, Upgraded Switched power source up to 2.4A. The performance of the Pi 3 is roughly 50-60% faster than the Pi 2 which means it is ten times faster than the original Pi.

 

Hope the above article gives a good idea about Raspberry Pi, it capabilities and its various boards.

In the Next article we would go up  close to a Raspberry Pi 3 Model B board and know all its components.

Leave a Reply