Learning Zone


1. Microcontroller and Microprocessor

The term microprocessor and microcontroller have always been confused with each other. Both of them have been designed for real time application. They share many common features and at the same time they have significant differences. Both the IC’s i.e., the microprocessor and microcontroller cannot be distinguished by looking at them.  

They are available in different versions starting from 6 pin to as high as 80 to 100 pins or even higher depending on the features.

Difference between microprocessor and microcontroller
Microprocessor is an IC which has only the CPU inside them i.e. only the processing powers such as Intel’s Pentium 1,2,3,4, core 2 duo, i3, i5 etc. These microprocessors don’t have RAM, ROM, and other peripheral on the chip. A system designer has to add them externally to make them functional.  Application of microprocessor includes Desktop PC’s, Laptops, notepads etc.

But this is not the case with Microcontrollers. Microcontroller has a CPU, in addition with a fixed amount of RAM, ROM and other peripherals all embedded on a single chip. At times it is also termed as a mini computer or a computer on a single chip. Today different manufacturers produce microcontrollers with a wide range of features available in different versions. Some manufacturers are ATMEL, Microchip, TI, Freescale, Philips, Motorola etc. 

Microcontrollers are designed to perform specific tasks. Specific means applications where the relationship of input and output is defined. Depending on the input, some processing needs to be done and output is delivered. For example, keyboards, mouse, washing machine, digicam, pendrive, remote, microwave, cars, bikes, telephone, mobiles, watches, etc. Since the applications are very specific, they need small resources like RAM, ROM, I/O ports etc and hence can be embedded on a single chip. This in turn reduces the size and the cost.

Microprocessor find applications where tasks are unspecific like developing software, games, websites, photo editing, creating documents etc. In such cases the relationship between input and output is not defined. They need high amount of resources like RAM, ROM, I/O ports etc. 
The clock speed of the Microprocessor is quite high as compared to the microcontroller. Whereas the microcontrollers operate from a few MHz to 30 to 50 MHz, today’s microprocessor operate above 1GHz as they perform  complex tasks.

Comparing microcontroller and microprocessor in terms of cost is not justified. Undoubtedly a microcontroller is far cheaper than a microprocessor. However microcontroller cannot be used in place of microprocessor and using a microprocessor is not advised in place of a microcontroller as it makes the application quite costly. Microprocessor cannot be used stand alone. They need other peripherals like RAM, ROM, buffer, I/O ports etc and hence a system designed around a microprocessor is quite costly.

2. Raspberry Pi

People were skeptical of the Raspberry Pi when it was first announced that a credit-card sized computer for $35 sounded like a fantasy. Which is why, when it started shipping, the Raspberry Pi created a sensation of excitement. The demands for the minicomputer was outperforming what the foundation had expected. So, what is about the Raspberry Pi that tests the patience of a hardware-enthusiast?

One can use this device to watch videos, surf the web, or to hack, learn and make an open source project with the board. The Raspberry Pi is a flexible platform with tremendous support for fun, utility and experimentation. Here are just a few different ways how a Raspberry Pi can be used.



General Purpose Computing
In fact, Raspberry Pi is itself a computer and you can use it as one, make the pi boot into a graphical desktop environment with a web browser, which is lot of what we use computers for these days. In addition, install variety of software like LibreOffice productivity suite for working with documentation and spreadsheets.
Learning to Program
Raspberry Pi is meant as an educational tool to encourage young generation to experiment with the computers. It comes pre-loaded with interpreters and compilers for Python and Scratch (graphical programming language from MIT).
But you are not limited to Python and Scratch, you can write programs for Raspberry Pi in many different programming languages like C, Ruby, Java and Perl.
Project Platform
The Raspberry Pi distinguishes itself from a regular computer not only in its price, size, processor and architecture, but also because it has the ability to integrate with electronic projects.
Media Center
The Raspberry Pi has both HDMI and composite video outputs, it's easy to connect to televisions. It has enough processing power to play full screen video in high definition. To enable a Raspberry Pi as a media center, XBMC (Xbox Media Center) have ported their project to the Raspberry Pi. XBMC can play many different media formats and its interface is designed extremely friendly with large buttons so that it can be easily controlled from the couch.
Raspberry Pi, a microcomputer is based on the ARM processors that uses a family of instruction set architectures based on a Reduced Instruction Set Computing (RISC) developed by a British company, ARM Holdings.
The term RISC abbreviates Reduced Instruction Set Computing. It is focused on a small set of instructions which simplifies the hardware design and improves the processor performance.
Where can you buy it from?

In the context of Nepal, Raspberry Pi can be purchased from Himalayan Solution Industry, Gyaneshwor (Contact: 9841827527).
Despite being a $35 microcomputer, it is a little expensive in Nepal. But, if you have contact with friends and family abroad, then shipping via online shopping stores like Amazon would be sensible and more economical.

Do you want to prepare your SD card for the Raspberry Pi? Visit here: Preparing SD Card for the Raspberry Pi

Source: Electronics Project Club Magazine (KEC) 

No comments:

Post a Comment

Featured Post

Line Following Robot With Manual Control

Line Following Robot With Manual Control: Line Following Robot Components Required: Arduino UNO A Chasis for your BOT ( Yo...