SlideShare ist ein Scribd-Unternehmen logo
1 von 4
Downloaden Sie, um offline zu lesen
RTOS Based Electronics Industrial
Temperature and Humidity Monitoring using
ARM Processor
A. Prasath
PG Scholar
M.E - Embedded System Technologies
Nandha Engineering College
Erode, Tamilnadu, India
sivaprasath15@gmail.com
P. Dhakshinamoorthi
PG Scholar
M.E - Embedded System Technologies
Nandha Engineering College
Erode, Tamilnadu, India
dhakshinamoorthi08@gmail.com
Abstract--The main of this paper is to monitor the
temperature and humidity values in manufacturing electronic
plants and assembling environment. The temperature and
humidity are the key issues in manufacturing electronics plant
and it leads to loss in production. This paper aims to provide a
solution to this problem by remote monitoring of the temperature
and humidity levels of different area of the plant with the help of
the Wireless Senor Network Module and thesystem implemented
withARM processor with porting of Linux based real time
operating system. Here in addition, thebuzzerfacility is there
tointimationsoundswhen over limit and SD cardfor further
reference and to stores the data instantly and contiguous. These
things make the electronic industries to manufacture the device
ideal.
Keywords--ARM Processor,RTLinux, WSN,RTC(DS1307),
Communication Protocol, Gateway, SD card.
I. INTRODUCTION
Recently the electronics industries and others facing
major production fault due to temperature and humidity, thus
temperature cause more defects like improper soldering joints,
extra oxidation of boards and bridging, solder components.
Even though the environment, particularly some machines like
solder paste refrigerator and desiccators for storage of paste and
bare PCB respectively also have to control over these
parameters.
Also some factory looking to control their machine’s
temperature with certain level to improve the efficiency of the
particular machine, such a case some time lead unexpected
accident, low product quality and more.
Hence now the monitoring and control system
established with LabView tool and interfaces of
microcontroller. But the authors have coming to share their
ideas in this paper, to implement the monitoring and allotment
the temperature and humidity system with ARM with porting
of RTLinux.
The system which is implemented with RTOS is
having multitasking capability to monitor multiple tasks and
controlling it. Also the system can add more applications by
patching to kernel. So the system updates also possible when it
required.
The ARM Controller is latest one and it support
higher end applications now a days. In here we can choose the
ARM controller ported with real timeoperating
system(RTLinux).The system connected through the wireless
sensor network for monitoring remote area. RTLinux is a
preemptive, hard real-time deterministic multitasking kernel for
ARM Controller. RTLinux running with Linux command and
ANSI C source code for system and compilation.RTLinux can
runs on more number of tasks by patching as our requirement.
RTLinux performs inter-process communication (like
semaphores, message queuesand mailbox), timer management
and memory management. It supports for monitoring and
controlling the environment by getting information from sensed
value of electronics manufacturing industriesby guidance of the
Engineers.
The complete architecture of this paper has
beendivided into 3 parts: the system hardwaredetails, software
detail and finally the conclusion.
II. HARDWARE DETAILS
Real-Time Module includes support for USB storage
devices, such as thumb drives and external USB hard drives,
for RT targets that have onboard USB hardware refer Fig 1.
Fig 1.Block diagram of industrial monitoring system
INTERNATIONAL ASSOCIATION OF ENGINEERING & TECHNOLOGY
International Conference on Advancements in Engineering Research
ISBN NO : 378 - 26 - 138420 - 8
www.iaetsd.in
69
A.ARM PROCESSOR
ARM designs microprocessor technology that lies at
the heart of advanced digital products, from mobile phones and
digital cameras to games consoles and automotive systems, and
is leading intellectual property (IP) provider of high-
performance, low-cost, power-efficient RISC processors,
peripherals, and system-on-chip (SoC) designs through
involvement with organizations such as the Virtual Socket
Interface Alliance (VSIA) and Virtual Component Exchange
(VCX). ARM also offers design and software consulting
services.
ARM7 processor family continues to be used today
for simple 32-bit devices, newer digital designs are
increasingly making use of the newer, more powerful and
feature-rich ARM processors which offer significant technical
enhancements over the ARM7 family. System designers
wishing to upgrade from ARM7 benefit from a robust ARM
processor roadmap providing multiple upgrade options,
including the latest Cortex processors.In most cases migration
is straightforward, and brings significant benefits in PPA,
features and efficiency.
ARM's architecture is compatible with all four major
platform operating systems: Symbian OS, Palm OS, Windows
CE, and Linux. As for software, ARM also works closely with
its partners to provide optimized solutions for existing market
segments.
B. TEMPERATURE SENSOR
The LM35 series are precision integrated-circuit
temperature sensors, whose output voltage is linearly
proportional to the Celsius (Centigrade) temperature. The
LM35 has an advantage over linear temperature sensors
calibrated in Kelvin, as the user is not required to subtract a
large constant voltage from its output to obtain convenient
Centigrade scaling. The LM35 does not required any external
calibration or trimming to provide typical accuracies of ±¼°C
at room temperature and ±¾°cover a full -55 to +150°C
temperature range. Low cost is assured by trimming and
calibration at the wafer level
C. HUMIDITY SENSOR
Humidity is the presence of water in air. The amount
of water vapor in air can affect human comfort as well as many
manufacturing processes in industries. The presence of water
vapor alsoinfluences various physical, chemical, and biological
processes. Humidity measurement in industries is critical
because it may affect the business cost of the product and the
health and safety of the personnel. Hence, humidity sensing is
very important, especially in the control systems for industrial
processes and human comfort. Controlling or monitoring
humidity is of paramount importance in many industrial &
domestic applications. In semiconductor industry, humidity or
moisture levels needs to be properly controlled & monitored
during wafer processing
D. GATEWAY
The wireless gateways from Comcast provide the
functionality of a Wi-Fi router and voice modem in a single
device. The wireless gateway functions such as firewall, port
forwarding, port blocking, diagnostic tools and WI-FI
Protected Setup. It gives a secure wireless home network and
connects your computers, laptops, and other Wi-Fi electronic
products (such as game systems, tablets, or mobile phones).
The wireless gateway function in here is to receive the task
from sensors and pass the task to ARM Processor.
E.RTC (DS1307)
The DS1307 Serial Real time clock(RTC) counts
seconds, minutes, hours, day of the week, date, month and
year.The purpose of an RTC or a real time clock is to provide
precise time and date which can be used for various
applications. RTC is an electronic device in the form of an
Integrated Chip (IC) available in various packaging options. It
is powered by an internal lithium battery. As a result of which
even if the power of the system is turned off, the RTC clock
keeps running. It plays a very important role in the real time
systems like digital clock, attendance system, digital camera
etc. In applications where time stamp is needed, RTC is a good
option. Using RTC for designing such application has always
been a good designer’s choice although the beginning might
be a bit difficult.While designing any real time system which
deals with time, there are two ways of handling the time
factor. One is to generate the time internally which is done by
programming the timers of the controller and the other is to
use an RTC. The RTC is low power, 56 bytes of non-volatile
RAM for data storage, 2 serial interface wire in bi-directional
and 8 pin Dual Inline Package. The battery backup mode is
less than 500nA and it has automatic power switching to
battery when power fails at 2 5°C. The RTC operates in
industrial temperature range from 4 0 °C to +85°C. It is used
in TV, VCR and phonenumber recall. The DS1307 RTC is
connected to ARM controller using I²C bus with time counters
refer Table 1.
UNIT COUNTING
CYCLE
CARRY TO
NEXT UNIT
CONTENT OF
THE MONTH
COUNTER
Seconds 00 to 59 59 to 00 -
Minutes 00 to 59 59 to 99 -
Hours(24) 00 to 23 23 to 00 -
Hours(12) 12AM
01 AM to 11
AM
12PM
01 PM to 11 PM
-
-
-
11PM to 12AM
-
Date 01 to 31
01 to 30
01 to 29
01 to 28
31 to 01
30 to 01
29 to 01
28 to 01
1,3,5,7,8,10,12
4,6,9,11,
Months 01 to 12 12 to 01 -
Years 01 to 03 - -
Weekdays 0 to 6 6 to 0 -
Timer 00 to 99 No carry -
Table 1.Cycle length of the time counters, clock modes
F.SD Card
The SD-memory card is non-volatile flash memory,
portable device used in mobile, computer and other consumer
appliances. It gives high security, memory size can vary
depends on cost, used in audio and video recording.
The SD-memory card is a Secure Digital Input
Output (SDIO) card, it support data protection, avoid the
duplication sensed value in same timing and security systems
based on identification cards in International standard ISO-
7816. An embedded version of MMC is eMMC, according to
the JESD84-A43. The interfacing of SD card with ARM using
Serial Peripheral Interface (SPI) bus and operates in 3.3volts
in Table 2. It offers up to 8-bit wide interface and can be
applied in SD-memory card compatible hardware interfaces.
While the SD-memory card adds an advanced data storage
functions to an application and easily accessible.
INTERNATIONAL ASSOCIATION OF ENGINEERING & TECHNOLOGY
International Conference on Advancements in Engineering Research
ISBN NO : 378 - 26 - 138420 - 8
www.iaetsd.in
70
Table 2.SPI Interfacing pins for SD memory card
G. BUZZER
Buzzer is an audio signaling device and it is
mechanical, electromechanical or piezoelectric. It is used as
alarm device in timing manner and confirmation of user input
from personnel computer or other devices by making sound.
Buzzer is connected to ARM using one wire connecting wire.
H.LED
Light emitting diodes (LEDs) are semiconductor light
sources and it has two terminals. The light emitted from LEDs
varies from visible to infrared and ultraviolet regions. They
operate on low voltage and power. LEDs are one of the most
common electronic components and are mostly used as
indicators of circuit. LED display the monitoring value of
temperature and pressure in real time environment.
III. SOFTWARE DETAIL
It is a written description of a software product, that a
software designer writes in order to give a software
development team overall guidance to the architecture of the
software project. An SDD usually accompanies an architecture
diagram with pointers to detailed feature specifications of
smaller pieces of the design. Practically, a design document is
required to coordinate a large team under a single vision. A
design document needs to be a stable reference, outlining all
parts of the software and how they will work.
A. RTLinux
RTLinuxis open source hard real-time RTOS
microkernel.The function of the RTLinux is mostly depends
on kernel. The programming of RTLinux is written in Linux
command and C coding. It is portable, scalable, preemptive,
high-performance interrupt handling and multitasking kernel.
It is developed for commercial purpose by FSM Lab andWind
River System and it has connectivity with GUI and File
Systems. It is multi-environment real time kernel running in
core environment and supports multiple porting of devices. It
is easy to implement and highly secure real time system. It
supports processors and controllers embedded applications in
real time. RTLinux program coding supports compiler,
assembler and linker operation of embedded product in real
time in fig 2.
Fig 2.RTLinux Operating System
RTLinux design objective is that the system should
be transparent, modular, and extensible. Transparency means
that there are no unopenable black boxes and the cost of any
operation should be determinable. Modularity means that it is
possible to omit functionality and the expense of that
functionality if it is not needed. The base RTLinux system
supports high speed interrupt handling and no more. And
extensibility means that programmers should be able to add
modules and tailor the system to their requirements. It has
simple priority scheduler that can be easily replaced by
schedulers more suited to the needs of some specific
application. When developing RTLinux, it was designed to
maximize the advantage we get from having Linux and its
powerful capabilities available.
RTLinux functions schedule a priority scheduler that
supports both a "lite POSIX" interface described below and
the original V1 RTLinux API, which controls the processor
clocks and exports an abstract interface for connecting
handlers to clocks. It posix IO supports POSIX style
read/write/open interface to device drivers, FIFO connects RT
tasks and interrupt handlers to Linux processes through a
device layer so that Linux processes can read/write to RT
components. RTLinux is a semaphore contributed package by
Jerry Epplin which gives RT tasks blocking semaphores and
POSIX mutex support is planned to be available in the next
minor version update of RTLinux. RTLinuxMemorybuffer is a
contributed package written by Tomasz Motylewski for
providing shared memory between RT components and Linux
processes
And the other application supporting codes are can
develop with C and C++ language which are generally used
for development of usual general purpose and special purpose
system.
IV. COMMUNICATIONS PROTOCOL
All communications between devices require that the
devices agree on the format of the data. The set of rules
defining a format is called a protocol. Communication
protocols cover authentication, error detection and correction,
and signaling. They can also describe the syntax, semantics,
and synchronization of analog and digital communications..
There are thousands of communication protocols that are used
PIN
NUMBER
NAME TYPE DESCRIPTION
1 NCS I SPI card select (CS)
(negative logic)
2 DI I SPI serial data in
(MOSI)
3 VSS S Ground
4 VDD S Power
5 CLK I SPI serial clock
(SCLK)
6 VSS S Ground
7 DO O SPI serial data out
(MISO)
8 NC
nIRQ
O Unused
9 1 O Unused
INTERNATIONAL ASSOCIATION OF ENGINEERING & TECHNOLOGY
International Conference on Advancements in Engineering Research
ISBN NO : 378 - 26 - 138420 - 8
www.iaetsd.in
71
everywhere in analog and digital communications.It supports
both wired and wireless communication.
A. SPI BUS
SPI (Serial Peripheral Interface) bus is a low power,
full duplex, master-slave interfacing bus. It is solid role in
embedded systems whether it is system on chip processors,
both with higher end 32-bit processors such as those
using ARM, MIC or Power PC and with other
microcontrollers such as the AVR, PIC etc. These chips
usually include SPI controllers capable of running in either
master or slave mode. In-system programmable AVR
controllers can be programmed using an SPI interface. Chip
or FPGA based designs sometimes use SPI to communicate.
So, SPI is a common technology used nowadays for
communication with peripheral devices where we want to
transfer data speedily and within real time constraints. There
are many serial interfaces right from Morse code telegraphy,
RS232, USB, Fire wire, Ethernet and many more. Each serial
interface offers advantages or disadvantages for many designs,
depending on criteria such as needed data rate, space
availability, and noise considerations. It is simple 4 wire serial
communication bus and it operates on 10MH. In SPI data is
shifted in /out one at a time and transmit data from master
device to/from one or more slave devices over short distances.
It is high speed data transferring bus and no limit upto 8 bit
transfer.The SPI bus is straightforward and versatile, enabling
simple and fast communication with a variety of peripherals.
A high speed multi-IO mode host adapter and some invaluable
tool in debugging as well as adding SPI communication
capabilities to any test system.
B. I²C BUS
Two wires: serial data (SDA) and serial clock (SCL).
All I2C master and slave devices are connected with only
those two wires. Each device can be a transmitter, a receiver or
both. Some devices are masters – they generate bus clock and
initiate communication on the bus, other devices are slaves
and respond to the commands on the bus. In order to
communicate with specific device, each slave device must
have an address which is unique on the bus. I2C master
devices (usually microcontrollers) don’t need an address since
no other (slave) device sends commands to the master .It
supports both Multi-master and Multi-slave, so it can detect
the collision easily. It supports 7 and10-bit addressing and
each device connects to the bus using software with unique
address. The maximum speed of the I²C bus is 3.4Mbits/sec
and it varies depends on the modes of application. I²C bus is
simple and flexible used in many applications.I2C bus is
transferred in 8-bit packets (bytes). There is no limitation on
the number of bytes, however, each byte must be followed by
an Acknowledge bit. This bit signals whether the device is
ready to proceed with the next byte. For all data bits including
the Acknowledge bit, the master must generate clock pulses. If
the slave device does not acknowledge transfer this means that
there is no more data or the device is not ready for the transfer
yet. The master device must either generate Stop or Repeated
Start condition.
C. ONE WIRE BUS
One –wire bus is a makes connection to one master
and multiple slaves. 1-Wire technology is a serial protocol
using a single data line plus ground reference for
communication. A 1-Wire master initiates and controls the
communication with one or more 1-Wire slave devices on the
1-Wire bus. The 8-bit family code, a subset of the 64-bit ID,
identifies the device type and functionality.
Typically, 1-Wire slave devices operate over the
voltage range of 2.8V (min) to 5.25V (max). Most 1-Wire
devices have no pin for power supply; they take their energy
from the 1-Wire bus (parasitic supply). It is a unidirectional
bus and it is connects the LED display to ARM processor.
V. CONCLUSION
In this paper, the authors are develops the idea to
monitor the temperature and humidity value using wireless
sensor in Real time. In this paper the existing model has to
monitor the temperature and humidity value using
microcontroller. The result of this paper is more secure to keep
the monitoring data in real time RTLinux. In future, ability to
add some more tasks to monitor, such as employee
authentication checking, data logging of cctv camera and etc.
The values of the monitoring data in real time are displayed on
the LED and Buzzer for intimation of warning.
VI. REFERENCES
[1].Prasath.A,”PC based Data acquisition system with Interfacing of
I2
C RTC (DS1307) & SPI ADC (MCP3201) with 8051”, project
done at 2011.
[2].Kollam.M,”Zigbee Wireless Sensor Network for Better
Interactive Industrial Automation” published Year 2011.
[3].Agrawal,”Complete industrial solution for automation in
temperature and humidity monitoring using labview” published
on IEEE conference at year 2012.
[4].Tamilselvan.K,“SD card based Data Logging and Data Retrieval
for Microcontrollers to using μc/os- II” International Journal of
Engineering Research & Technology (IJERT) Vol.2 Issue 11,
November 2013.
[5].Prasath.A, Dineshbabu.N,”CompleteIndustrialSolution for
Automation in Temperature andHumidity Monitoring using
Microcontroller”presented at NCICC-2014,SNS College of
Technology at 2014.
[6].Tamilselvan.K, Dhakshinamoorthi.P,”An Efficient Data
Acquisition System for Microcontrollers with RTOS “presented at
PCID-2014, BannariammanInstitute of Technology.
INTERNATIONAL ASSOCIATION OF ENGINEERING & TECHNOLOGY
International Conference on Advancements in Engineering Research
ISBN NO : 378 - 26 - 138420 - 8
www.iaetsd.in
72

Weitere ähnliche Inhalte

Was ist angesagt?

IRJET- Items’ Filling System Prototype with Sorting System According to the C...
IRJET- Items’ Filling System Prototype with Sorting System According to the C...IRJET- Items’ Filling System Prototype with Sorting System According to the C...
IRJET- Items’ Filling System Prototype with Sorting System According to the C...IRJET Journal
 
Industrial monitoring and control systems using andriod application
Industrial monitoring and control systems using andriod applicationIndustrial monitoring and control systems using andriod application
Industrial monitoring and control systems using andriod applicationAvinash Vemula
 
Design & Implementation Of Fault Identification In Underground Cables Using IOT
Design & Implementation Of Fault Identification In Underground Cables Using IOTDesign & Implementation Of Fault Identification In Underground Cables Using IOT
Design & Implementation Of Fault Identification In Underground Cables Using IOTIRJET Journal
 
Senior_Project_Final_Report
Senior_Project_Final_ReportSenior_Project_Final_Report
Senior_Project_Final_ReportNathan Schaefer
 
IRJET- Measurement of Temperature and Humidity by using Arduino Tool and DHT11
IRJET- Measurement of Temperature and Humidity by using Arduino Tool and DHT11IRJET- Measurement of Temperature and Humidity by using Arduino Tool and DHT11
IRJET- Measurement of Temperature and Humidity by using Arduino Tool and DHT11IRJET Journal
 
Real-Time Monitoring and Control System for Industry
Real-Time Monitoring and Control System for IndustryReal-Time Monitoring and Control System for Industry
Real-Time Monitoring and Control System for Industryijsrd.com
 
Electrical Appliances Control using Wi-Fi and Laptop
Electrical Appliances Control using Wi-Fi and LaptopElectrical Appliances Control using Wi-Fi and Laptop
Electrical Appliances Control using Wi-Fi and LaptopIRJET Journal
 
Industrial automation using gsm (full paper)
Industrial automation using gsm (full paper)Industrial automation using gsm (full paper)
Industrial automation using gsm (full paper)Mahira Banu
 
IRJET- Water Quality Monitoring using TDS, Turbidity, Temperature & pH Se...
IRJET-  	  Water Quality Monitoring using TDS, Turbidity, Temperature & pH Se...IRJET-  	  Water Quality Monitoring using TDS, Turbidity, Temperature & pH Se...
IRJET- Water Quality Monitoring using TDS, Turbidity, Temperature & pH Se...IRJET Journal
 
IRJET- Internet of Things (IoT) based Warehouse Monitoring and Control Interf...
IRJET- Internet of Things (IoT) based Warehouse Monitoring and Control Interf...IRJET- Internet of Things (IoT) based Warehouse Monitoring and Control Interf...
IRJET- Internet of Things (IoT) based Warehouse Monitoring and Control Interf...IRJET Journal
 
Scada system for real time data monitoring and controlling in industries
Scada system for real time data monitoring and controlling in industriesScada system for real time data monitoring and controlling in industries
Scada system for real time data monitoring and controlling in industriesvishnu081
 
Webinar: Future Sensor Shield e Renesas Synergy, Perfeita Sinergia para IOT
Webinar: Future Sensor Shield e Renesas Synergy, Perfeita Sinergia para IOTWebinar: Future Sensor Shield e Renesas Synergy, Perfeita Sinergia para IOT
Webinar: Future Sensor Shield e Renesas Synergy, Perfeita Sinergia para IOTEmbarcados
 
Embedded systems- nanocdac
Embedded systems- nanocdacEmbedded systems- nanocdac
Embedded systems- nanocdacnanocdac
 
IRJET- Design and Implementation in Laboratory using Siemens PLC S7-200
IRJET- Design and Implementation in Laboratory using Siemens PLC S7-200IRJET- Design and Implementation in Laboratory using Siemens PLC S7-200
IRJET- Design and Implementation in Laboratory using Siemens PLC S7-200IRJET Journal
 

Was ist angesagt? (20)

IRJET- Items’ Filling System Prototype with Sorting System According to the C...
IRJET- Items’ Filling System Prototype with Sorting System According to the C...IRJET- Items’ Filling System Prototype with Sorting System According to the C...
IRJET- Items’ Filling System Prototype with Sorting System According to the C...
 
Industrial monitoring and control systems using andriod application
Industrial monitoring and control systems using andriod applicationIndustrial monitoring and control systems using andriod application
Industrial monitoring and control systems using andriod application
 
Design & Implementation Of Fault Identification In Underground Cables Using IOT
Design & Implementation Of Fault Identification In Underground Cables Using IOTDesign & Implementation Of Fault Identification In Underground Cables Using IOT
Design & Implementation Of Fault Identification In Underground Cables Using IOT
 
Senior_Project_Final_Report
Senior_Project_Final_ReportSenior_Project_Final_Report
Senior_Project_Final_Report
 
IRJET- Measurement of Temperature and Humidity by using Arduino Tool and DHT11
IRJET- Measurement of Temperature and Humidity by using Arduino Tool and DHT11IRJET- Measurement of Temperature and Humidity by using Arduino Tool and DHT11
IRJET- Measurement of Temperature and Humidity by using Arduino Tool and DHT11
 
PID Controllers from Precision Digital
PID Controllers from Precision DigitalPID Controllers from Precision Digital
PID Controllers from Precision Digital
 
Y4501143148
Y4501143148Y4501143148
Y4501143148
 
Intelligent Sensor Management From Ingold
Intelligent Sensor Management From IngoldIntelligent Sensor Management From Ingold
Intelligent Sensor Management From Ingold
 
Smart safety jacket
Smart safety jacketSmart safety jacket
Smart safety jacket
 
Real-Time Monitoring and Control System for Industry
Real-Time Monitoring and Control System for IndustryReal-Time Monitoring and Control System for Industry
Real-Time Monitoring and Control System for Industry
 
Electrical Appliances Control using Wi-Fi and Laptop
Electrical Appliances Control using Wi-Fi and LaptopElectrical Appliances Control using Wi-Fi and Laptop
Electrical Appliances Control using Wi-Fi and Laptop
 
Industrial automation using gsm (full paper)
Industrial automation using gsm (full paper)Industrial automation using gsm (full paper)
Industrial automation using gsm (full paper)
 
4. 8484 1-pb
4. 8484 1-pb4. 8484 1-pb
4. 8484 1-pb
 
IRJET- Water Quality Monitoring using TDS, Turbidity, Temperature & pH Se...
IRJET-  	  Water Quality Monitoring using TDS, Turbidity, Temperature & pH Se...IRJET-  	  Water Quality Monitoring using TDS, Turbidity, Temperature & pH Se...
IRJET- Water Quality Monitoring using TDS, Turbidity, Temperature & pH Se...
 
IRJET- Internet of Things (IoT) based Warehouse Monitoring and Control Interf...
IRJET- Internet of Things (IoT) based Warehouse Monitoring and Control Interf...IRJET- Internet of Things (IoT) based Warehouse Monitoring and Control Interf...
IRJET- Internet of Things (IoT) based Warehouse Monitoring and Control Interf...
 
[IJET-V1I2P11] Authors :Abdul Latif Saleem, Raja Sagar R, Sachin Datta N S, S...
[IJET-V1I2P11] Authors :Abdul Latif Saleem, Raja Sagar R, Sachin Datta N S, S...[IJET-V1I2P11] Authors :Abdul Latif Saleem, Raja Sagar R, Sachin Datta N S, S...
[IJET-V1I2P11] Authors :Abdul Latif Saleem, Raja Sagar R, Sachin Datta N S, S...
 
Scada system for real time data monitoring and controlling in industries
Scada system for real time data monitoring and controlling in industriesScada system for real time data monitoring and controlling in industries
Scada system for real time data monitoring and controlling in industries
 
Webinar: Future Sensor Shield e Renesas Synergy, Perfeita Sinergia para IOT
Webinar: Future Sensor Shield e Renesas Synergy, Perfeita Sinergia para IOTWebinar: Future Sensor Shield e Renesas Synergy, Perfeita Sinergia para IOT
Webinar: Future Sensor Shield e Renesas Synergy, Perfeita Sinergia para IOT
 
Embedded systems- nanocdac
Embedded systems- nanocdacEmbedded systems- nanocdac
Embedded systems- nanocdac
 
IRJET- Design and Implementation in Laboratory using Siemens PLC S7-200
IRJET- Design and Implementation in Laboratory using Siemens PLC S7-200IRJET- Design and Implementation in Laboratory using Siemens PLC S7-200
IRJET- Design and Implementation in Laboratory using Siemens PLC S7-200
 

Andere mochten auch

NOUS Gestão de conhecimento e colaboração em projetos - Simbiozi
NOUS Gestão de conhecimento e colaboração em projetos - SimbioziNOUS Gestão de conhecimento e colaboração em projetos - Simbiozi
NOUS Gestão de conhecimento e colaboração em projetos - SimbioziSimbiozi
 
A RelevâNcia Da Gerencia De Projetos
A RelevâNcia Da Gerencia De ProjetosA RelevâNcia Da Gerencia De Projetos
A RelevâNcia Da Gerencia De Projetoskilma lima
 
Estádio Goiás 2016
Estádio Goiás 2016Estádio Goiás 2016
Estádio Goiás 2016Marco Coghi
 
Processo criativo conceituação, mind map e análises subjetivas
Processo criativo   conceituação, mind map e análises subjetivasProcesso criativo   conceituação, mind map e análises subjetivas
Processo criativo conceituação, mind map e análises subjetivasBrav Design
 
Show me Your Board - AgileTrends 2016
Show me Your Board - AgileTrends 2016Show me Your Board - AgileTrends 2016
Show me Your Board - AgileTrends 2016Aldo Daquino
 
Roteiro projetos grupo unir 2016
Roteiro projetos grupo unir 2016Roteiro projetos grupo unir 2016
Roteiro projetos grupo unir 2016Simone Athayde
 
Introducao classe unir
Introducao classe unirIntroducao classe unir
Introducao classe unirSimone Athayde
 
Gerenciamento de projetos 2016
Gerenciamento de projetos 2016Gerenciamento de projetos 2016
Gerenciamento de projetos 2016Ricardo Mendes Jr
 
Webquest semana da arte moderna
Webquest semana da arte modernaWebquest semana da arte moderna
Webquest semana da arte modernaInstituto Crescer
 
Executive Lounge
Executive LoungeExecutive Lounge
Executive LoungeMarco Coghi
 
Referencial de Competências IPMA Brasil
Referencial de Competências IPMA BrasilReferencial de Competências IPMA Brasil
Referencial de Competências IPMA BrasilRaphael Albergarias
 
Seminário PERT\CPM
Seminário PERT\CPMSeminário PERT\CPM
Seminário PERT\CPMRenato Bafi
 
Curso de design thinking FIAP 2016 - MBA Gestão de Projetos
Curso de design thinking FIAP 2016 - MBA Gestão de ProjetosCurso de design thinking FIAP 2016 - MBA Gestão de Projetos
Curso de design thinking FIAP 2016 - MBA Gestão de ProjetosJulien Condamines
 
Gerenciamento de projeto
Gerenciamento de projetoGerenciamento de projeto
Gerenciamento de projetoAna Laura Gomes
 

Andere mochten auch (20)

O que é projeto (2015)
O que é projeto (2015)O que é projeto (2015)
O que é projeto (2015)
 
NOUS Gestão de conhecimento e colaboração em projetos - Simbiozi
NOUS Gestão de conhecimento e colaboração em projetos - SimbioziNOUS Gestão de conhecimento e colaboração em projetos - Simbiozi
NOUS Gestão de conhecimento e colaboração em projetos - Simbiozi
 
A RelevâNcia Da Gerencia De Projetos
A RelevâNcia Da Gerencia De ProjetosA RelevâNcia Da Gerencia De Projetos
A RelevâNcia Da Gerencia De Projetos
 
Estádio Goiás 2016
Estádio Goiás 2016Estádio Goiás 2016
Estádio Goiás 2016
 
Gerencia de projetos
Gerencia de projetosGerencia de projetos
Gerencia de projetos
 
Processo criativo conceituação, mind map e análises subjetivas
Processo criativo   conceituação, mind map e análises subjetivasProcesso criativo   conceituação, mind map e análises subjetivas
Processo criativo conceituação, mind map e análises subjetivas
 
Show me Your Board - AgileTrends 2016
Show me Your Board - AgileTrends 2016Show me Your Board - AgileTrends 2016
Show me Your Board - AgileTrends 2016
 
Roteiro projetos grupo unir 2016
Roteiro projetos grupo unir 2016Roteiro projetos grupo unir 2016
Roteiro projetos grupo unir 2016
 
Introducao classe unir
Introducao classe unirIntroducao classe unir
Introducao classe unir
 
Gerenciamento de projetos 2016
Gerenciamento de projetos 2016Gerenciamento de projetos 2016
Gerenciamento de projetos 2016
 
Webquest semana da arte moderna
Webquest semana da arte modernaWebquest semana da arte moderna
Webquest semana da arte moderna
 
web 2.0 / web 3.0
web 2.0 / web 3.0web 2.0 / web 3.0
web 2.0 / web 3.0
 
Executive Lounge
Executive LoungeExecutive Lounge
Executive Lounge
 
Referencial de Competências IPMA Brasil
Referencial de Competências IPMA BrasilReferencial de Competências IPMA Brasil
Referencial de Competências IPMA Brasil
 
Seminário PERT\CPM
Seminário PERT\CPMSeminário PERT\CPM
Seminário PERT\CPM
 
Ferramentas Case - fase de análise e projeto
Ferramentas Case - fase de análise e projetoFerramentas Case - fase de análise e projeto
Ferramentas Case - fase de análise e projeto
 
Redes de Pert
Redes de PertRedes de Pert
Redes de Pert
 
Curso de design thinking FIAP 2016 - MBA Gestão de Projetos
Curso de design thinking FIAP 2016 - MBA Gestão de ProjetosCurso de design thinking FIAP 2016 - MBA Gestão de Projetos
Curso de design thinking FIAP 2016 - MBA Gestão de Projetos
 
Analise Pert em Projetos
Analise Pert em ProjetosAnalise Pert em Projetos
Analise Pert em Projetos
 
Gerenciamento de projeto
Gerenciamento de projetoGerenciamento de projeto
Gerenciamento de projeto
 

Ähnlich wie Iaetsd rtos based electronics industrial

Development of Software for Estimation of Structural Dynamic Characteristics ...
Development of Software for Estimation of Structural Dynamic Characteristics ...Development of Software for Estimation of Structural Dynamic Characteristics ...
Development of Software for Estimation of Structural Dynamic Characteristics ...IRJET Journal
 
137.gsm, fprs ,keypad_based_atm_security_(doc)
137.gsm, fprs ,keypad_based_atm_security_(doc)137.gsm, fprs ,keypad_based_atm_security_(doc)
137.gsm, fprs ,keypad_based_atm_security_(doc)Karteek Irukulla
 
Embedded Web Server based Interactive data acquisition and Control System
Embedded Web Server based Interactive data acquisition and Control SystemEmbedded Web Server based Interactive data acquisition and Control System
Embedded Web Server based Interactive data acquisition and Control SystemIOSR Journals
 
Embedded Web Server based Interactive data acquisition and Control System
Embedded Web Server based Interactive data acquisition and Control SystemEmbedded Web Server based Interactive data acquisition and Control System
Embedded Web Server based Interactive data acquisition and Control SystemIOSR Journals
 
IRJET- Climate Monitoring System and Transmission of Data without Internet
IRJET- Climate Monitoring System and Transmission of Data without InternetIRJET- Climate Monitoring System and Transmission of Data without Internet
IRJET- Climate Monitoring System and Transmission of Data without InternetIRJET Journal
 
IRJET- Information Logging and Investigation of Control Framework Utilizing D...
IRJET- Information Logging and Investigation of Control Framework Utilizing D...IRJET- Information Logging and Investigation of Control Framework Utilizing D...
IRJET- Information Logging and Investigation of Control Framework Utilizing D...IRJET Journal
 
IoT and connected devices: an overview
IoT and connected devices: an overviewIoT and connected devices: an overview
IoT and connected devices: an overviewPascal Bodin
 
IRJET- Multiple Load Controller for Industry using ARM Cortex
IRJET-  	  Multiple Load Controller for Industry using ARM CortexIRJET-  	  Multiple Load Controller for Industry using ARM Cortex
IRJET- Multiple Load Controller for Industry using ARM CortexIRJET Journal
 
Practical Troubleshooting & Problem Solving of Industrial Data Communications
Practical Troubleshooting & Problem Solving of Industrial Data CommunicationsPractical Troubleshooting & Problem Solving of Industrial Data Communications
Practical Troubleshooting & Problem Solving of Industrial Data CommunicationsLiving Online
 
IoT based Industrial Gateway (IoT-SDK) built around Sitara™ AM437x processors...
IoT based Industrial Gateway (IoT-SDK) built around Sitara™ AM437x processors...IoT based Industrial Gateway (IoT-SDK) built around Sitara™ AM437x processors...
IoT based Industrial Gateway (IoT-SDK) built around Sitara™ AM437x processors...Mistral Solutions
 
Emb Sys Rev Ver1
Emb Sys   Rev Ver1Emb Sys   Rev Ver1
Emb Sys Rev Ver1ncct
 
Dharshan INTERNSHIP PPT-1.pptx
Dharshan INTERNSHIP PPT-1.pptxDharshan INTERNSHIP PPT-1.pptx
Dharshan INTERNSHIP PPT-1.pptxVinayakHiremath29
 
IR and Metal senosors Based Product Sorting.docx
IR and Metal senosors Based Product Sorting.docxIR and Metal senosors Based Product Sorting.docx
IR and Metal senosors Based Product Sorting.docxSaikiranBasuthkar
 
Report on Embedded Based Home security system
Report on Embedded Based Home security systemReport on Embedded Based Home security system
Report on Embedded Based Home security systemNIT srinagar
 
IRJET- Low Cost IoT based Remote Health Monitoring System
IRJET-  	  Low Cost IoT based Remote Health Monitoring SystemIRJET-  	  Low Cost IoT based Remote Health Monitoring System
IRJET- Low Cost IoT based Remote Health Monitoring SystemIRJET Journal
 
protection on lineman while working on transmission line report
 protection on lineman while working on transmission line report protection on lineman while working on transmission line report
protection on lineman while working on transmission line reportRavi Phadtare
 
Industrial Hazard Monitoring using IOT
Industrial Hazard Monitoring using IOTIndustrial Hazard Monitoring using IOT
Industrial Hazard Monitoring using IOTAyush Chhangani
 

Ähnlich wie Iaetsd rtos based electronics industrial (20)

Development of Software for Estimation of Structural Dynamic Characteristics ...
Development of Software for Estimation of Structural Dynamic Characteristics ...Development of Software for Estimation of Structural Dynamic Characteristics ...
Development of Software for Estimation of Structural Dynamic Characteristics ...
 
137.gsm, fprs ,keypad_based_atm_security_(doc)
137.gsm, fprs ,keypad_based_atm_security_(doc)137.gsm, fprs ,keypad_based_atm_security_(doc)
137.gsm, fprs ,keypad_based_atm_security_(doc)
 
Embedded Web Server based Interactive data acquisition and Control System
Embedded Web Server based Interactive data acquisition and Control SystemEmbedded Web Server based Interactive data acquisition and Control System
Embedded Web Server based Interactive data acquisition and Control System
 
Embedded Web Server based Interactive data acquisition and Control System
Embedded Web Server based Interactive data acquisition and Control SystemEmbedded Web Server based Interactive data acquisition and Control System
Embedded Web Server based Interactive data acquisition and Control System
 
embedded systems
embedded systemsembedded systems
embedded systems
 
IRJET- Climate Monitoring System and Transmission of Data without Internet
IRJET- Climate Monitoring System and Transmission of Data without InternetIRJET- Climate Monitoring System and Transmission of Data without Internet
IRJET- Climate Monitoring System and Transmission of Data without Internet
 
IRJET- Information Logging and Investigation of Control Framework Utilizing D...
IRJET- Information Logging and Investigation of Control Framework Utilizing D...IRJET- Information Logging and Investigation of Control Framework Utilizing D...
IRJET- Information Logging and Investigation of Control Framework Utilizing D...
 
IoT and connected devices: an overview
IoT and connected devices: an overviewIoT and connected devices: an overview
IoT and connected devices: an overview
 
Beagle board
Beagle boardBeagle board
Beagle board
 
IRJET- Multiple Load Controller for Industry using ARM Cortex
IRJET-  	  Multiple Load Controller for Industry using ARM CortexIRJET-  	  Multiple Load Controller for Industry using ARM Cortex
IRJET- Multiple Load Controller for Industry using ARM Cortex
 
Practical Troubleshooting & Problem Solving of Industrial Data Communications
Practical Troubleshooting & Problem Solving of Industrial Data CommunicationsPractical Troubleshooting & Problem Solving of Industrial Data Communications
Practical Troubleshooting & Problem Solving of Industrial Data Communications
 
IoT based Industrial Gateway (IoT-SDK) built around Sitara™ AM437x processors...
IoT based Industrial Gateway (IoT-SDK) built around Sitara™ AM437x processors...IoT based Industrial Gateway (IoT-SDK) built around Sitara™ AM437x processors...
IoT based Industrial Gateway (IoT-SDK) built around Sitara™ AM437x processors...
 
Training report on embedded sys_AVR
Training report on embedded sys_AVRTraining report on embedded sys_AVR
Training report on embedded sys_AVR
 
Emb Sys Rev Ver1
Emb Sys   Rev Ver1Emb Sys   Rev Ver1
Emb Sys Rev Ver1
 
Dharshan INTERNSHIP PPT-1.pptx
Dharshan INTERNSHIP PPT-1.pptxDharshan INTERNSHIP PPT-1.pptx
Dharshan INTERNSHIP PPT-1.pptx
 
IR and Metal senosors Based Product Sorting.docx
IR and Metal senosors Based Product Sorting.docxIR and Metal senosors Based Product Sorting.docx
IR and Metal senosors Based Product Sorting.docx
 
Report on Embedded Based Home security system
Report on Embedded Based Home security systemReport on Embedded Based Home security system
Report on Embedded Based Home security system
 
IRJET- Low Cost IoT based Remote Health Monitoring System
IRJET-  	  Low Cost IoT based Remote Health Monitoring SystemIRJET-  	  Low Cost IoT based Remote Health Monitoring System
IRJET- Low Cost IoT based Remote Health Monitoring System
 
protection on lineman while working on transmission line report
 protection on lineman while working on transmission line report protection on lineman while working on transmission line report
protection on lineman while working on transmission line report
 
Industrial Hazard Monitoring using IOT
Industrial Hazard Monitoring using IOTIndustrial Hazard Monitoring using IOT
Industrial Hazard Monitoring using IOT
 

Mehr von Iaetsd Iaetsd

iaetsd Survey on cooperative relay based data transmission
iaetsd Survey on cooperative relay based data transmissioniaetsd Survey on cooperative relay based data transmission
iaetsd Survey on cooperative relay based data transmissionIaetsd Iaetsd
 
iaetsd Software defined am transmitter using vhdl
iaetsd Software defined am transmitter using vhdliaetsd Software defined am transmitter using vhdl
iaetsd Software defined am transmitter using vhdlIaetsd Iaetsd
 
iaetsd Health monitoring system with wireless alarm
iaetsd Health monitoring system with wireless alarmiaetsd Health monitoring system with wireless alarm
iaetsd Health monitoring system with wireless alarmIaetsd Iaetsd
 
iaetsd Equalizing channel and power based on cognitive radio system over mult...
iaetsd Equalizing channel and power based on cognitive radio system over mult...iaetsd Equalizing channel and power based on cognitive radio system over mult...
iaetsd Equalizing channel and power based on cognitive radio system over mult...Iaetsd Iaetsd
 
iaetsd Economic analysis and re design of driver’s car seat
iaetsd Economic analysis and re design of driver’s car seatiaetsd Economic analysis and re design of driver’s car seat
iaetsd Economic analysis and re design of driver’s car seatIaetsd Iaetsd
 
iaetsd Design of slotted microstrip patch antenna for wlan application
iaetsd Design of slotted microstrip patch antenna for wlan applicationiaetsd Design of slotted microstrip patch antenna for wlan application
iaetsd Design of slotted microstrip patch antenna for wlan applicationIaetsd Iaetsd
 
REVIEW PAPER- ON ENHANCEMENT OF HEAT TRANSFER USING RIBS
REVIEW PAPER- ON ENHANCEMENT OF HEAT TRANSFER USING RIBSREVIEW PAPER- ON ENHANCEMENT OF HEAT TRANSFER USING RIBS
REVIEW PAPER- ON ENHANCEMENT OF HEAT TRANSFER USING RIBSIaetsd Iaetsd
 
A HYBRID AC/DC SOLAR POWERED STANDALONE SYSTEM WITHOUT INVERTER BASED ON LOAD...
A HYBRID AC/DC SOLAR POWERED STANDALONE SYSTEM WITHOUT INVERTER BASED ON LOAD...A HYBRID AC/DC SOLAR POWERED STANDALONE SYSTEM WITHOUT INVERTER BASED ON LOAD...
A HYBRID AC/DC SOLAR POWERED STANDALONE SYSTEM WITHOUT INVERTER BASED ON LOAD...Iaetsd Iaetsd
 
Fabrication of dual power bike
Fabrication of dual power bikeFabrication of dual power bike
Fabrication of dual power bikeIaetsd Iaetsd
 
Blue brain technology
Blue brain technologyBlue brain technology
Blue brain technologyIaetsd Iaetsd
 
iirdem The Livable Planet – A Revolutionary Concept through Innovative Street...
iirdem The Livable Planet – A Revolutionary Concept through Innovative Street...iirdem The Livable Planet – A Revolutionary Concept through Innovative Street...
iirdem The Livable Planet – A Revolutionary Concept through Innovative Street...Iaetsd Iaetsd
 
iirdem Surveillance aided robotic bird
iirdem Surveillance aided robotic birdiirdem Surveillance aided robotic bird
iirdem Surveillance aided robotic birdIaetsd Iaetsd
 
iirdem Growing India Time Monopoly – The Key to Initiate Long Term Rapid Growth
iirdem Growing India Time Monopoly – The Key to Initiate Long Term Rapid Growthiirdem Growing India Time Monopoly – The Key to Initiate Long Term Rapid Growth
iirdem Growing India Time Monopoly – The Key to Initiate Long Term Rapid GrowthIaetsd Iaetsd
 
iirdem Design of Efficient Solar Energy Collector using MPPT Algorithm
iirdem Design of Efficient Solar Energy Collector using MPPT Algorithmiirdem Design of Efficient Solar Energy Collector using MPPT Algorithm
iirdem Design of Efficient Solar Energy Collector using MPPT AlgorithmIaetsd Iaetsd
 
iirdem CRASH IMPACT ATTENUATOR (CIA) FOR AUTOMOBILES WITH THE ADVOCATION OF M...
iirdem CRASH IMPACT ATTENUATOR (CIA) FOR AUTOMOBILES WITH THE ADVOCATION OF M...iirdem CRASH IMPACT ATTENUATOR (CIA) FOR AUTOMOBILES WITH THE ADVOCATION OF M...
iirdem CRASH IMPACT ATTENUATOR (CIA) FOR AUTOMOBILES WITH THE ADVOCATION OF M...Iaetsd Iaetsd
 
iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...
iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...
iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...Iaetsd Iaetsd
 
iaetsd Shared authority based privacy preserving protocol
iaetsd Shared authority based privacy preserving protocoliaetsd Shared authority based privacy preserving protocol
iaetsd Shared authority based privacy preserving protocolIaetsd Iaetsd
 
iaetsd Secured multiple keyword ranked search over encrypted databases
iaetsd Secured multiple keyword ranked search over encrypted databasesiaetsd Secured multiple keyword ranked search over encrypted databases
iaetsd Secured multiple keyword ranked search over encrypted databasesIaetsd Iaetsd
 
iaetsd Robots in oil and gas refineries
iaetsd Robots in oil and gas refineriesiaetsd Robots in oil and gas refineries
iaetsd Robots in oil and gas refineriesIaetsd Iaetsd
 
iaetsd Modeling of solar steam engine system using parabolic
iaetsd Modeling of solar steam engine system using paraboliciaetsd Modeling of solar steam engine system using parabolic
iaetsd Modeling of solar steam engine system using parabolicIaetsd Iaetsd
 

Mehr von Iaetsd Iaetsd (20)

iaetsd Survey on cooperative relay based data transmission
iaetsd Survey on cooperative relay based data transmissioniaetsd Survey on cooperative relay based data transmission
iaetsd Survey on cooperative relay based data transmission
 
iaetsd Software defined am transmitter using vhdl
iaetsd Software defined am transmitter using vhdliaetsd Software defined am transmitter using vhdl
iaetsd Software defined am transmitter using vhdl
 
iaetsd Health monitoring system with wireless alarm
iaetsd Health monitoring system with wireless alarmiaetsd Health monitoring system with wireless alarm
iaetsd Health monitoring system with wireless alarm
 
iaetsd Equalizing channel and power based on cognitive radio system over mult...
iaetsd Equalizing channel and power based on cognitive radio system over mult...iaetsd Equalizing channel and power based on cognitive radio system over mult...
iaetsd Equalizing channel and power based on cognitive radio system over mult...
 
iaetsd Economic analysis and re design of driver’s car seat
iaetsd Economic analysis and re design of driver’s car seatiaetsd Economic analysis and re design of driver’s car seat
iaetsd Economic analysis and re design of driver’s car seat
 
iaetsd Design of slotted microstrip patch antenna for wlan application
iaetsd Design of slotted microstrip patch antenna for wlan applicationiaetsd Design of slotted microstrip patch antenna for wlan application
iaetsd Design of slotted microstrip patch antenna for wlan application
 
REVIEW PAPER- ON ENHANCEMENT OF HEAT TRANSFER USING RIBS
REVIEW PAPER- ON ENHANCEMENT OF HEAT TRANSFER USING RIBSREVIEW PAPER- ON ENHANCEMENT OF HEAT TRANSFER USING RIBS
REVIEW PAPER- ON ENHANCEMENT OF HEAT TRANSFER USING RIBS
 
A HYBRID AC/DC SOLAR POWERED STANDALONE SYSTEM WITHOUT INVERTER BASED ON LOAD...
A HYBRID AC/DC SOLAR POWERED STANDALONE SYSTEM WITHOUT INVERTER BASED ON LOAD...A HYBRID AC/DC SOLAR POWERED STANDALONE SYSTEM WITHOUT INVERTER BASED ON LOAD...
A HYBRID AC/DC SOLAR POWERED STANDALONE SYSTEM WITHOUT INVERTER BASED ON LOAD...
 
Fabrication of dual power bike
Fabrication of dual power bikeFabrication of dual power bike
Fabrication of dual power bike
 
Blue brain technology
Blue brain technologyBlue brain technology
Blue brain technology
 
iirdem The Livable Planet – A Revolutionary Concept through Innovative Street...
iirdem The Livable Planet – A Revolutionary Concept through Innovative Street...iirdem The Livable Planet – A Revolutionary Concept through Innovative Street...
iirdem The Livable Planet – A Revolutionary Concept through Innovative Street...
 
iirdem Surveillance aided robotic bird
iirdem Surveillance aided robotic birdiirdem Surveillance aided robotic bird
iirdem Surveillance aided robotic bird
 
iirdem Growing India Time Monopoly – The Key to Initiate Long Term Rapid Growth
iirdem Growing India Time Monopoly – The Key to Initiate Long Term Rapid Growthiirdem Growing India Time Monopoly – The Key to Initiate Long Term Rapid Growth
iirdem Growing India Time Monopoly – The Key to Initiate Long Term Rapid Growth
 
iirdem Design of Efficient Solar Energy Collector using MPPT Algorithm
iirdem Design of Efficient Solar Energy Collector using MPPT Algorithmiirdem Design of Efficient Solar Energy Collector using MPPT Algorithm
iirdem Design of Efficient Solar Energy Collector using MPPT Algorithm
 
iirdem CRASH IMPACT ATTENUATOR (CIA) FOR AUTOMOBILES WITH THE ADVOCATION OF M...
iirdem CRASH IMPACT ATTENUATOR (CIA) FOR AUTOMOBILES WITH THE ADVOCATION OF M...iirdem CRASH IMPACT ATTENUATOR (CIA) FOR AUTOMOBILES WITH THE ADVOCATION OF M...
iirdem CRASH IMPACT ATTENUATOR (CIA) FOR AUTOMOBILES WITH THE ADVOCATION OF M...
 
iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...
iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...
iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...
 
iaetsd Shared authority based privacy preserving protocol
iaetsd Shared authority based privacy preserving protocoliaetsd Shared authority based privacy preserving protocol
iaetsd Shared authority based privacy preserving protocol
 
iaetsd Secured multiple keyword ranked search over encrypted databases
iaetsd Secured multiple keyword ranked search over encrypted databasesiaetsd Secured multiple keyword ranked search over encrypted databases
iaetsd Secured multiple keyword ranked search over encrypted databases
 
iaetsd Robots in oil and gas refineries
iaetsd Robots in oil and gas refineriesiaetsd Robots in oil and gas refineries
iaetsd Robots in oil and gas refineries
 
iaetsd Modeling of solar steam engine system using parabolic
iaetsd Modeling of solar steam engine system using paraboliciaetsd Modeling of solar steam engine system using parabolic
iaetsd Modeling of solar steam engine system using parabolic
 

Kürzlich hochgeladen

Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)simmis5
 
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGSIVASHANKAR N
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 

Kürzlich hochgeladen (20)

Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 

Iaetsd rtos based electronics industrial

  • 1. RTOS Based Electronics Industrial Temperature and Humidity Monitoring using ARM Processor A. Prasath PG Scholar M.E - Embedded System Technologies Nandha Engineering College Erode, Tamilnadu, India sivaprasath15@gmail.com P. Dhakshinamoorthi PG Scholar M.E - Embedded System Technologies Nandha Engineering College Erode, Tamilnadu, India dhakshinamoorthi08@gmail.com Abstract--The main of this paper is to monitor the temperature and humidity values in manufacturing electronic plants and assembling environment. The temperature and humidity are the key issues in manufacturing electronics plant and it leads to loss in production. This paper aims to provide a solution to this problem by remote monitoring of the temperature and humidity levels of different area of the plant with the help of the Wireless Senor Network Module and thesystem implemented withARM processor with porting of Linux based real time operating system. Here in addition, thebuzzerfacility is there tointimationsoundswhen over limit and SD cardfor further reference and to stores the data instantly and contiguous. These things make the electronic industries to manufacture the device ideal. Keywords--ARM Processor,RTLinux, WSN,RTC(DS1307), Communication Protocol, Gateway, SD card. I. INTRODUCTION Recently the electronics industries and others facing major production fault due to temperature and humidity, thus temperature cause more defects like improper soldering joints, extra oxidation of boards and bridging, solder components. Even though the environment, particularly some machines like solder paste refrigerator and desiccators for storage of paste and bare PCB respectively also have to control over these parameters. Also some factory looking to control their machine’s temperature with certain level to improve the efficiency of the particular machine, such a case some time lead unexpected accident, low product quality and more. Hence now the monitoring and control system established with LabView tool and interfaces of microcontroller. But the authors have coming to share their ideas in this paper, to implement the monitoring and allotment the temperature and humidity system with ARM with porting of RTLinux. The system which is implemented with RTOS is having multitasking capability to monitor multiple tasks and controlling it. Also the system can add more applications by patching to kernel. So the system updates also possible when it required. The ARM Controller is latest one and it support higher end applications now a days. In here we can choose the ARM controller ported with real timeoperating system(RTLinux).The system connected through the wireless sensor network for monitoring remote area. RTLinux is a preemptive, hard real-time deterministic multitasking kernel for ARM Controller. RTLinux running with Linux command and ANSI C source code for system and compilation.RTLinux can runs on more number of tasks by patching as our requirement. RTLinux performs inter-process communication (like semaphores, message queuesand mailbox), timer management and memory management. It supports for monitoring and controlling the environment by getting information from sensed value of electronics manufacturing industriesby guidance of the Engineers. The complete architecture of this paper has beendivided into 3 parts: the system hardwaredetails, software detail and finally the conclusion. II. HARDWARE DETAILS Real-Time Module includes support for USB storage devices, such as thumb drives and external USB hard drives, for RT targets that have onboard USB hardware refer Fig 1. Fig 1.Block diagram of industrial monitoring system INTERNATIONAL ASSOCIATION OF ENGINEERING & TECHNOLOGY International Conference on Advancements in Engineering Research ISBN NO : 378 - 26 - 138420 - 8 www.iaetsd.in 69
  • 2. A.ARM PROCESSOR ARM designs microprocessor technology that lies at the heart of advanced digital products, from mobile phones and digital cameras to games consoles and automotive systems, and is leading intellectual property (IP) provider of high- performance, low-cost, power-efficient RISC processors, peripherals, and system-on-chip (SoC) designs through involvement with organizations such as the Virtual Socket Interface Alliance (VSIA) and Virtual Component Exchange (VCX). ARM also offers design and software consulting services. ARM7 processor family continues to be used today for simple 32-bit devices, newer digital designs are increasingly making use of the newer, more powerful and feature-rich ARM processors which offer significant technical enhancements over the ARM7 family. System designers wishing to upgrade from ARM7 benefit from a robust ARM processor roadmap providing multiple upgrade options, including the latest Cortex processors.In most cases migration is straightforward, and brings significant benefits in PPA, features and efficiency. ARM's architecture is compatible with all four major platform operating systems: Symbian OS, Palm OS, Windows CE, and Linux. As for software, ARM also works closely with its partners to provide optimized solutions for existing market segments. B. TEMPERATURE SENSOR The LM35 series are precision integrated-circuit temperature sensors, whose output voltage is linearly proportional to the Celsius (Centigrade) temperature. The LM35 has an advantage over linear temperature sensors calibrated in Kelvin, as the user is not required to subtract a large constant voltage from its output to obtain convenient Centigrade scaling. The LM35 does not required any external calibration or trimming to provide typical accuracies of ±¼°C at room temperature and ±¾°cover a full -55 to +150°C temperature range. Low cost is assured by trimming and calibration at the wafer level C. HUMIDITY SENSOR Humidity is the presence of water in air. The amount of water vapor in air can affect human comfort as well as many manufacturing processes in industries. The presence of water vapor alsoinfluences various physical, chemical, and biological processes. Humidity measurement in industries is critical because it may affect the business cost of the product and the health and safety of the personnel. Hence, humidity sensing is very important, especially in the control systems for industrial processes and human comfort. Controlling or monitoring humidity is of paramount importance in many industrial & domestic applications. In semiconductor industry, humidity or moisture levels needs to be properly controlled & monitored during wafer processing D. GATEWAY The wireless gateways from Comcast provide the functionality of a Wi-Fi router and voice modem in a single device. The wireless gateway functions such as firewall, port forwarding, port blocking, diagnostic tools and WI-FI Protected Setup. It gives a secure wireless home network and connects your computers, laptops, and other Wi-Fi electronic products (such as game systems, tablets, or mobile phones). The wireless gateway function in here is to receive the task from sensors and pass the task to ARM Processor. E.RTC (DS1307) The DS1307 Serial Real time clock(RTC) counts seconds, minutes, hours, day of the week, date, month and year.The purpose of an RTC or a real time clock is to provide precise time and date which can be used for various applications. RTC is an electronic device in the form of an Integrated Chip (IC) available in various packaging options. It is powered by an internal lithium battery. As a result of which even if the power of the system is turned off, the RTC clock keeps running. It plays a very important role in the real time systems like digital clock, attendance system, digital camera etc. In applications where time stamp is needed, RTC is a good option. Using RTC for designing such application has always been a good designer’s choice although the beginning might be a bit difficult.While designing any real time system which deals with time, there are two ways of handling the time factor. One is to generate the time internally which is done by programming the timers of the controller and the other is to use an RTC. The RTC is low power, 56 bytes of non-volatile RAM for data storage, 2 serial interface wire in bi-directional and 8 pin Dual Inline Package. The battery backup mode is less than 500nA and it has automatic power switching to battery when power fails at 2 5°C. The RTC operates in industrial temperature range from 4 0 °C to +85°C. It is used in TV, VCR and phonenumber recall. The DS1307 RTC is connected to ARM controller using I²C bus with time counters refer Table 1. UNIT COUNTING CYCLE CARRY TO NEXT UNIT CONTENT OF THE MONTH COUNTER Seconds 00 to 59 59 to 00 - Minutes 00 to 59 59 to 99 - Hours(24) 00 to 23 23 to 00 - Hours(12) 12AM 01 AM to 11 AM 12PM 01 PM to 11 PM - - - 11PM to 12AM - Date 01 to 31 01 to 30 01 to 29 01 to 28 31 to 01 30 to 01 29 to 01 28 to 01 1,3,5,7,8,10,12 4,6,9,11, Months 01 to 12 12 to 01 - Years 01 to 03 - - Weekdays 0 to 6 6 to 0 - Timer 00 to 99 No carry - Table 1.Cycle length of the time counters, clock modes F.SD Card The SD-memory card is non-volatile flash memory, portable device used in mobile, computer and other consumer appliances. It gives high security, memory size can vary depends on cost, used in audio and video recording. The SD-memory card is a Secure Digital Input Output (SDIO) card, it support data protection, avoid the duplication sensed value in same timing and security systems based on identification cards in International standard ISO- 7816. An embedded version of MMC is eMMC, according to the JESD84-A43. The interfacing of SD card with ARM using Serial Peripheral Interface (SPI) bus and operates in 3.3volts in Table 2. It offers up to 8-bit wide interface and can be applied in SD-memory card compatible hardware interfaces. While the SD-memory card adds an advanced data storage functions to an application and easily accessible. INTERNATIONAL ASSOCIATION OF ENGINEERING & TECHNOLOGY International Conference on Advancements in Engineering Research ISBN NO : 378 - 26 - 138420 - 8 www.iaetsd.in 70
  • 3. Table 2.SPI Interfacing pins for SD memory card G. BUZZER Buzzer is an audio signaling device and it is mechanical, electromechanical or piezoelectric. It is used as alarm device in timing manner and confirmation of user input from personnel computer or other devices by making sound. Buzzer is connected to ARM using one wire connecting wire. H.LED Light emitting diodes (LEDs) are semiconductor light sources and it has two terminals. The light emitted from LEDs varies from visible to infrared and ultraviolet regions. They operate on low voltage and power. LEDs are one of the most common electronic components and are mostly used as indicators of circuit. LED display the monitoring value of temperature and pressure in real time environment. III. SOFTWARE DETAIL It is a written description of a software product, that a software designer writes in order to give a software development team overall guidance to the architecture of the software project. An SDD usually accompanies an architecture diagram with pointers to detailed feature specifications of smaller pieces of the design. Practically, a design document is required to coordinate a large team under a single vision. A design document needs to be a stable reference, outlining all parts of the software and how they will work. A. RTLinux RTLinuxis open source hard real-time RTOS microkernel.The function of the RTLinux is mostly depends on kernel. The programming of RTLinux is written in Linux command and C coding. It is portable, scalable, preemptive, high-performance interrupt handling and multitasking kernel. It is developed for commercial purpose by FSM Lab andWind River System and it has connectivity with GUI and File Systems. It is multi-environment real time kernel running in core environment and supports multiple porting of devices. It is easy to implement and highly secure real time system. It supports processors and controllers embedded applications in real time. RTLinux program coding supports compiler, assembler and linker operation of embedded product in real time in fig 2. Fig 2.RTLinux Operating System RTLinux design objective is that the system should be transparent, modular, and extensible. Transparency means that there are no unopenable black boxes and the cost of any operation should be determinable. Modularity means that it is possible to omit functionality and the expense of that functionality if it is not needed. The base RTLinux system supports high speed interrupt handling and no more. And extensibility means that programmers should be able to add modules and tailor the system to their requirements. It has simple priority scheduler that can be easily replaced by schedulers more suited to the needs of some specific application. When developing RTLinux, it was designed to maximize the advantage we get from having Linux and its powerful capabilities available. RTLinux functions schedule a priority scheduler that supports both a "lite POSIX" interface described below and the original V1 RTLinux API, which controls the processor clocks and exports an abstract interface for connecting handlers to clocks. It posix IO supports POSIX style read/write/open interface to device drivers, FIFO connects RT tasks and interrupt handlers to Linux processes through a device layer so that Linux processes can read/write to RT components. RTLinux is a semaphore contributed package by Jerry Epplin which gives RT tasks blocking semaphores and POSIX mutex support is planned to be available in the next minor version update of RTLinux. RTLinuxMemorybuffer is a contributed package written by Tomasz Motylewski for providing shared memory between RT components and Linux processes And the other application supporting codes are can develop with C and C++ language which are generally used for development of usual general purpose and special purpose system. IV. COMMUNICATIONS PROTOCOL All communications between devices require that the devices agree on the format of the data. The set of rules defining a format is called a protocol. Communication protocols cover authentication, error detection and correction, and signaling. They can also describe the syntax, semantics, and synchronization of analog and digital communications.. There are thousands of communication protocols that are used PIN NUMBER NAME TYPE DESCRIPTION 1 NCS I SPI card select (CS) (negative logic) 2 DI I SPI serial data in (MOSI) 3 VSS S Ground 4 VDD S Power 5 CLK I SPI serial clock (SCLK) 6 VSS S Ground 7 DO O SPI serial data out (MISO) 8 NC nIRQ O Unused 9 1 O Unused INTERNATIONAL ASSOCIATION OF ENGINEERING & TECHNOLOGY International Conference on Advancements in Engineering Research ISBN NO : 378 - 26 - 138420 - 8 www.iaetsd.in 71
  • 4. everywhere in analog and digital communications.It supports both wired and wireless communication. A. SPI BUS SPI (Serial Peripheral Interface) bus is a low power, full duplex, master-slave interfacing bus. It is solid role in embedded systems whether it is system on chip processors, both with higher end 32-bit processors such as those using ARM, MIC or Power PC and with other microcontrollers such as the AVR, PIC etc. These chips usually include SPI controllers capable of running in either master or slave mode. In-system programmable AVR controllers can be programmed using an SPI interface. Chip or FPGA based designs sometimes use SPI to communicate. So, SPI is a common technology used nowadays for communication with peripheral devices where we want to transfer data speedily and within real time constraints. There are many serial interfaces right from Morse code telegraphy, RS232, USB, Fire wire, Ethernet and many more. Each serial interface offers advantages or disadvantages for many designs, depending on criteria such as needed data rate, space availability, and noise considerations. It is simple 4 wire serial communication bus and it operates on 10MH. In SPI data is shifted in /out one at a time and transmit data from master device to/from one or more slave devices over short distances. It is high speed data transferring bus and no limit upto 8 bit transfer.The SPI bus is straightforward and versatile, enabling simple and fast communication with a variety of peripherals. A high speed multi-IO mode host adapter and some invaluable tool in debugging as well as adding SPI communication capabilities to any test system. B. I²C BUS Two wires: serial data (SDA) and serial clock (SCL). All I2C master and slave devices are connected with only those two wires. Each device can be a transmitter, a receiver or both. Some devices are masters – they generate bus clock and initiate communication on the bus, other devices are slaves and respond to the commands on the bus. In order to communicate with specific device, each slave device must have an address which is unique on the bus. I2C master devices (usually microcontrollers) don’t need an address since no other (slave) device sends commands to the master .It supports both Multi-master and Multi-slave, so it can detect the collision easily. It supports 7 and10-bit addressing and each device connects to the bus using software with unique address. The maximum speed of the I²C bus is 3.4Mbits/sec and it varies depends on the modes of application. I²C bus is simple and flexible used in many applications.I2C bus is transferred in 8-bit packets (bytes). There is no limitation on the number of bytes, however, each byte must be followed by an Acknowledge bit. This bit signals whether the device is ready to proceed with the next byte. For all data bits including the Acknowledge bit, the master must generate clock pulses. If the slave device does not acknowledge transfer this means that there is no more data or the device is not ready for the transfer yet. The master device must either generate Stop or Repeated Start condition. C. ONE WIRE BUS One –wire bus is a makes connection to one master and multiple slaves. 1-Wire technology is a serial protocol using a single data line plus ground reference for communication. A 1-Wire master initiates and controls the communication with one or more 1-Wire slave devices on the 1-Wire bus. The 8-bit family code, a subset of the 64-bit ID, identifies the device type and functionality. Typically, 1-Wire slave devices operate over the voltage range of 2.8V (min) to 5.25V (max). Most 1-Wire devices have no pin for power supply; they take their energy from the 1-Wire bus (parasitic supply). It is a unidirectional bus and it is connects the LED display to ARM processor. V. CONCLUSION In this paper, the authors are develops the idea to monitor the temperature and humidity value using wireless sensor in Real time. In this paper the existing model has to monitor the temperature and humidity value using microcontroller. The result of this paper is more secure to keep the monitoring data in real time RTLinux. In future, ability to add some more tasks to monitor, such as employee authentication checking, data logging of cctv camera and etc. The values of the monitoring data in real time are displayed on the LED and Buzzer for intimation of warning. VI. REFERENCES [1].Prasath.A,”PC based Data acquisition system with Interfacing of I2 C RTC (DS1307) & SPI ADC (MCP3201) with 8051”, project done at 2011. [2].Kollam.M,”Zigbee Wireless Sensor Network for Better Interactive Industrial Automation” published Year 2011. [3].Agrawal,”Complete industrial solution for automation in temperature and humidity monitoring using labview” published on IEEE conference at year 2012. [4].Tamilselvan.K,“SD card based Data Logging and Data Retrieval for Microcontrollers to using μc/os- II” International Journal of Engineering Research & Technology (IJERT) Vol.2 Issue 11, November 2013. [5].Prasath.A, Dineshbabu.N,”CompleteIndustrialSolution for Automation in Temperature andHumidity Monitoring using Microcontroller”presented at NCICC-2014,SNS College of Technology at 2014. [6].Tamilselvan.K, Dhakshinamoorthi.P,”An Efficient Data Acquisition System for Microcontrollers with RTOS “presented at PCID-2014, BannariammanInstitute of Technology. INTERNATIONAL ASSOCIATION OF ENGINEERING & TECHNOLOGY International Conference on Advancements in Engineering Research ISBN NO : 378 - 26 - 138420 - 8 www.iaetsd.in 72