IJERT Paper Template
IJERT Paper Template
IJERT Paper Template
6LowPAN Technology
Nikhil PS
SELECT Dept, VIT University
Guided by : Dr.Prabhu KR, Praveen Hegde
AbstractInternet of things is the latest advancement
in the internet world which can connect millions of devices
to the network. This paper brings out 6LowPAN wireless
technology which enables energy efficient and long range
data transmission between motes and then connects to
internet through an edge router. The idea is to enable
internet connectivity to simple devices, using contiki os as
the operating system.
KeywordsInternet of things, 6LowPAN, Contiki OS
I.
INTRODUCTION
SYSTEM
AND
A. Overview
Figure 1
The system which we need to control and monitor
comprises of sensors and actuators. The devices like
washing machine, air conditioners, lighting systems can
be considered as the system mentioned here. The sensors
like light sensor, temperature sensor, accelerometer can
be connected to the internet to monitor the conditions.
The data acquired from the system is given to the input
section of the enabling hardware. The data get processed
in the controller and packed for transmission to remote
mote. The mote will act as a transmitter in the
monitoring section and as receiver in the controlling
section. The 6lowpan wireless data transfer is enabled by
the hardware which enables energy efficient and long
range transmission. The RPL (Routing protocol for low
power and lossy networks) routing protocol is
established by the device, with which this routers will
act as ipv6 routers.
Figure 2
The physical layer provides two services PHY data
service and PHY management service which includes
radio transmission of data. PHY consist of
synchronisation header, physical layer header and phy
payload. SHR encompasses preamble & SFID and PHR
encompasses frame length. The PHY payload should be
a maximum of 128 bytes
The MAC layer enables data transmission and
reception. MAC layer includes data frame for data
transfer, beacon frame for synchronization, command
frame for management entity and acknowledgement
frame for acknowledgement. These headers are shown in
the figure 2.
Figure 3
UDP client is the node where the sensors and
actuators are connected. UDP client mainly does two
Figure 6
A. Hardware required
Figure 4
UDP server will act as the gateway for transferring
the data from client to the network.The primary tasks of
the UDP servers are initializing the RPL DAG ( Directed
acyclic graph), sets up UDP connection, delays for the
reception of packet from the server and transfers to the
gateway.
Figure 5
3.IMPLEMENTATION
In order to test the proposed model we have chosed
the three colored leds in the board as the sensing and
actuating systems. The leds have been IOT enabled
using mobile app for monitoring and controlling.One
CC2538 EM will act as the client with the LEDs and the
other board acts as the gateway which is connected to
ethernet board ENCH28j60 and then to Wifi router
which is connected to internet . The prototpe of the
proposed system is shown in the figure.
[2]
[3]
[4]
[5]
Figure 7
[6]
Figure 8