You are on page 1of 1

1.

Implementation of IOT with Raspberry Pi

Ans: Raspberry Pi is a device that comes in the size of equal to credit/debit card works like a mini
computer and has the capability of performing tasks of a desktop computer.

It is a low-cost device which can run on different versions of Linux.

The basic implementation of IOT includes usage of a host device, a Remote Controllable Device and
connectivity between them.

In this paper, the host device can be a computer or a mobile phone and the remote controllable
device is a Raspberry Pi, which executes the commands given by the master host.

The implementation mechanism can be understood by the following.

Raspberry Pi can support both Linux and Python for its implementation. It allows any python
program that can be executed on any machine.

To support this, it uses GPOI pins along with various types of sensors and actuators and its interfaces.

It utilizes the capabilities of GPIO pins to make it useful for IOT.

The input obtained from sensors can be processes tasks of further and different actions can be
performed on the input such as transferring data, sending an email etc.

There are various application for implementing of IOT with Raspberry Pi such as LED controlled with
Raspberry pi and interfacing light sensor.

You might also like