SlideShare a Scribd company logo
1 of 8
Download to read offline
International Journal of Computer Science & Information Technology (IJCSIT) Vol 9, No 5, October 2017
DOI:10.5121/ijcsit.2017.9508 97
RASPBERRY PI AND ARDUINO UNO WORKING
TOGETHER AS A BASIC METEOROLOGICAL STATION
José Rafael Cortés León1
and Ricardo Francisco Martínez-González2
,
AnilĂş Miranda Medinay3
and Luis Alberto Peralta-Pelaez3
1
Department of Electric-Electronic Engineering, Instituto Tecnologico de Veracruz
(TecNM), Veracruz, Mexico
2
Department of Electric-Electronic Engineering, Instituto Tecnologico de Veracruz
(TecNM), Veracruz, Mexico
3
Department of Chemistry-Biochemistry Engineering, Instituto Tecnologico de
Veracruz (TecNM), Veracruz, Mexico
ABSTRACT
The present paper describes a novel Raspberry Pi and Arduino UNO architecture used as a meteorological
station. One of the advantages of the proposed architecture is the huge quantity of sensors developed for its
usage; practically one can find them for any application, and weather sensing is not an exception. The
principle followed is to configure Raspberry as a collector for measures obtained from Arduino,
transmitting occurs via USB; meanwhile, Raspberry broadcasts them via a web page. For such activity is
possible thanks to Raspbian, a Linux-based operating system. It has a lot of libraries and resources
available, among them Apache Web Server, that gives the possibility to host a web-page. On it, the user can
observe temperature, humidity, solar radiance, and wind speed and direction. Information on the web-page
is refreshed each five minute; however, measurements arrive at Raspberry every ten seconds. This low
refreshment rate was determined because weather variables normally do not abruptly change. As an
additional feature, system stores all information on the log file, this gives the possibility for future analysis
and processing.
KEYWORDS
Raspberry Pi, Arduino UNO, Meteorological station, Novel architecture.
I. INTRODUCTION
In Instituto Tecnologico de Veracruz, some professors have put their efforts together to produce
energy by cleaner ways than fossil fuel combustion. Most common options are solar panels and
wind turbines [1], both options have a strong dependency of weather emplacement conditions.
The current project arises as a need to determine parameters during local studies for renewable
energy production. And to give it solution, an embedded system was developed.
An embedded system is a computational system dedicated for a specific purpose [2][3][4].
Customers usually are in touch with them and do not notice them; almost every “smart” is a
regular product with an embedded system, which possibilities internet connection, memory,
interoperability or simply upgrades human interaction [5][6].
Often in order to reduce costs or energy consumption, embedded system hardware are specifically
designed [7]; despite its design, they are often based on a microcontroller (µC) or microprocessor
International Journal of Computer Science & Information Technology (IJCSIT) Vol 9, No 5, October 2017
98
(µP). Where a µC is a single chip with µP, memory and peripherals included [8]; so, in one way
or another, a microprocessor is always part of embedded systems.
An interesting fact of embedded systems is their variety, some of them just execute simple
instructions; meanwhile, others support operating system (OS). No matter which hardware a
developer uses, it usually can be programmed using C language or any other high-level language,
allowing developers to select correct hardware and to get focus on system clocks as it.
There is an extended quantity of available hardware embedded systems for developers; on the
current project, two were chosen: Raspberry Pi and Arduino UNO.
1.1 RASPBERRY PI
Eben Upton, Rob Mullins, Jack Lang and Alan Mycroft, at the United Kingdom, developed
Raspberry Pi. It was created for promoting computer science teachings into elementary school
students [9]. The Raspberry Pi is based on a Broadcom system-on-chip device; which had a 700
MHz processor, a graphics processor unit and 512 megabytes of random access memory (RAM)
[10].
Nowadays, there are various models of Raspberry Pi but project works on model B. It has eight
general-purpose input/outputs, two USB ports, a high definition media interface (HDMI) output,
and other non-relevant features for this project. Additionally, Raspberry Pi needs an operating
system which is stored on a secure digital (SD) card. Operating system selection was not easy,
because of the good quantity of them; the more relevant one are Raspbian, Pidora, and RISC OS.
Raspbian was selected for current project for the wide diversity of tutorials and info available
online. Raspbian is a free-license Linux operating system based on Debian and optimized for its
usage with Raspberry Pi hardware [11].
Raspberry plays as the central recollecting unit and it is good enough because of its advanced and
sophisticated features; however, for sensing and working as collecting satellite unit it is oversized,
so a smaller device is required. There are many options, but for the current project, the choice is
Arduino UNO [12].
1.2 ARDUINO UNO
Arduino is an open-source physical computing platform based on a simple microcontroller board
and a development environment for writing software for such board. Arduino started in 2005 as a
project for students at the Interaction Design Institute Ivrea [13]. Today, Arduino platform has
several configurations, however, according to the number of bits they use, they can be classified
in two; the based on 8-bit Atmel AVR microcontrollers, and other ones that use 32-bit Atmel
ARM processors [14]. Whatever the platform, it provides a set of digital and analog input/output
pins that allows interacting with various extension boards.
There is an increasing number of Arduino boards; the vendor exposes that their selling finances
project. The boards are designed to cover, practically, any application. For the current project,
Arduino UNO was selected.
Once the hardware was selected, for programming, Arduino web-page released an integrated
development environment (IDE). It is based on C and C++ programming languages, and probably
its ace up the sleeve for Arduino, a software library is called “Wiring”, and it makes simpler the
communication with extension boards. Once hardware for the satellite units was defined,
meteorological stations will be discussed in next section.
International Journal of Computer Science & Information Technology (IJCSIT) Vol 9, No 5, October 2017
99
1.3 METEOROLOGICAL STATION
From ancient times, humankind has required knowing climate conditions. Knowledge gives the
opportunity to prognosticate future conditions and elaborate forecasts. Using prognosticate,
farmers could anticipate meteors; taking right decisions and saving crops and cattle [15]. In most
recent times owing to global warming, forecasting has increased its importance, not just for crops
but energy production; let us recoil, renewable energy has a high dependency of weather [16][17].
Before the digital era, weather stations were facilities with atmospheric measuring equipment; it
used to be large, voluminous and manually operated. Nonetheless, everything changes and after
digital era, such facilities have evolved, decreased their size, and obtained autonomy. Nowadays
is possible to have the same sensibility from old fashion facilities in small and automatic boxes,
not bigger than a little container for shoes.
1.4 LOCAL CONDITIONS
The project will work for determining specific weather conditions surrounding Veracruz city.
According to the National Oceanic and Atmospheric Administration, Veracruz has a tropical
coast climate. From June to October is wet and rainy, exceeding 25ÂşC. The dry season spans from
November to May, with cooler temperatures and few precipitations. The average yearly
precipitation is 1564 mm, being July the wettest month. June and August are the hottest months,
and January is the coolest [18].
On next section, the parts of hardware system will be described, as well as its physical
interconnection. The software is divided on two, one for Arduino routine and another for
Raspberry configuration and programming, and they are in section three. The obtained results and
its discussion appear on section four; meanwhile, conclusions are in section five.
2. HARDWARE SYSTEM DESCRIPTION
The system is formed by a Raspberry Pi Model B, it does not have enough USB ports for connect
a keyboard, mouse, Wi-Fi dongle, and connect Arduino; therefore, an expansion board was
utilized. Expansion board gives 2 additional USB ports, it eliminates the need for a HDMI to
VGA converter cable due to it has a converter included and a VGA output. It also has a real-time
clock and supplies power to model B.
As it was mentioned a Wi-Fi dongle is used, it possibilities connection to wireless local area
networks (WLAN) and internet access. The Wi-Fi dongle model is TP-LINK TL-WN722N, this
dongle is approved by Raspberry Pi community for its compatibility with Raspbian.
For installing and user usage, a keyboard and mouse are needed, they are regular USB ones. A
flat-screen monitor allows watching OS graphical interface. To connect Arduino UNO, a USB
type A to B cable is used; Arduino oversees sensors management, complete configuration appears
in Figure 1.
Raspberry connections are in blue and red ones are Arduino connections. Arduino relates to
sensors, according to needs; solar luminescence, humidity, wind speed, and temperature. Once
architecture was built up, next step is operating system loading for Raspberry Pi.
International Journal of Computer Science & Information Technology (IJCSIT) Vol 9, No 5, October 2017
3. PROGRAMMING
After Raspbian was loaded, Arduino IDE for Linux is next; because of Raspbian are based on
Linux, this is possible. Having the complete system, it works as one
easier architecture debugging process.
Programming was divided into three parts: the program for Arduino UNO, another for Raspberry
Pi and web-page creation.
Figure 1. Planned hardware configuration for meteorological
3.1 PROGRAM FOR ARDUINO
For Arduino programming, its platform utilizes a language like C. Program firstly defines which
pin is used for what sensor. In a second place, it configures serial communication, and finally, it
asks sensors for their measurements. Flow diagram for the program is depicted in Figure 2.
Figure 2. Flow diagram for Arduino program
International Journal of Computer Science & Information Technology (IJCSIT) Vol 9, No 5, October 2017
After Raspbian was loaded, Arduino IDE for Linux is next; because of Raspbian are based on
Linux, this is possible. Having the complete system, it works as one from the beginning, getting
easier architecture debugging process.
Programming was divided into three parts: the program for Arduino UNO, another for Raspberry
. Planned hardware configuration for meteorological station
UNO
For Arduino programming, its platform utilizes a language like C. Program firstly defines which
pin is used for what sensor. In a second place, it configures serial communication, and finally, it
measurements. Flow diagram for the program is depicted in Figure 2.
Figure 2. Flow diagram for Arduino program
International Journal of Computer Science & Information Technology (IJCSIT) Vol 9, No 5, October 2017
100
After Raspbian was loaded, Arduino IDE for Linux is next; because of Raspbian are based on
from the beginning, getting
Programming was divided into three parts: the program for Arduino UNO, another for Raspberry
For Arduino programming, its platform utilizes a language like C. Program firstly defines which
pin is used for what sensor. In a second place, it configures serial communication, and finally, it
measurements. Flow diagram for the program is depicted in Figure 2.
International Journal of Computer Science & Information Technology (IJCSIT) Vol 9, No 5, October 2017
101
A good aspect for Arduino is its interoperability; if for any reason another Arduino is used, the
program still works with no change.
3.2 PYTHON PROGRAM FOR RASPBERRY PI
Some persons affirm that Pi from Raspberry Pi comes after Python. As it was explained at first
section; Raspberry was created for teaching, and as Python is a simple language, makes it ideal
for such purpose.
The program for Raspberry Pi starts firstly defining serial connection speed; for a second, it asks
Arduino for measures. The final step is to print them on screen and in a log file; complete flow
diagram for the program is in Figure 3.
Figure 3. Flow diagram for Raspberry Pi program
Both programs enable communication between Raspberry Pi and Arduino; however, spread
measurements, for it a web-page is used.
3.3 WEB SERVER AND WEBPAGE CREATION
Linux has a web server available named Apache, it is the most widely-used web server software
in the world. It also requires PHP complements for web-page creation and PostgreSQL for
database management.
Another Python program collects data measurements from the log file and modifies HTML code
contented in web-page; after it, the user must refresh browser for displaying new measurement.
4. RESULTS AND DISCUSSION
At first, the communication inter-system was set to maximum baud rate, around 1 megabaud per
second, but transmission had some errors, in consequence, lower baud rate was determined. The
fact does not represent a problem for system efficiency since weather changes are typically slow.
Another advantage of reducing baud rate is energy consumption decrement, even though such
expenditure was not quantified. 9600 baud rate was the selected one, it guarantees a free-error
transmission; although, in real scenarios, transmission rate can be reduced more
International Journal of Computer Science & Information Technology (IJCSIT) Vol 9, No 5, October 2017
102
During Arduino and Raspberry tests, measurements were displayed on the console; the update
times were four-five seconds, mostly because response time for sensors. Another characteristic
was low change rate, the prototype was tested under a controlled environment, thus sensors do not
experiment abrupt measures.
Web-page was a complete success, maybe it is simple but it works, and it is loaded on Raspberry
Pi. This fact possibilities later updates and modifications. The web-page is shown in Figure 4.
Figure 4. Meteorological station web-page
Raspberry Pi and Arduino UNO architecture, shown in Figure 5, was a keystone for web server
creation. At supporting an operating system, a wide variety of options were available. The
architecture also measures weather variable; its small size makes portability possible. And finally,
using generic programs it is upgradeable. If better boards are released; the web server, python
programs, and even Arduino programs can be reloaded at new ones.
Figure 5. Raspberry Pi and Arduino UNO architecture
International Journal of Computer Science & Information Technology (IJCSIT) Vol 9, No 5, October 2017
103
5. CONCLUSIONS
Some developing boards are so powerful that they can be loaded with an operating system. OS
empowers several options, like a web-page or database support. The Raspberry Pi was developed
for teachings, but its good design and support have increased its limits beyond its designers
thought.
Using Arduino was simpler than we expected, there are libraries for almost everything. Libraries
reduce programming troubles, increasing the time for other project activities. In recent times, the
number of sensor boards designed for Arduino has grown up in unthinkable ways; there are
practically sensors for anything, and more important making new ones is relatively easy.
Finally, architecture exceeds our initial expectations. It was designed as a meteorological station,
and it measures weather variables and shows them on a web-page, which is hosted on same
Raspberry, and refreshed every five minutes. It is also capable to save information into log files
for post-processing. With no hesitations is possible to conclude that project was satisfying
developed, thanks for the widely available information and resources for both devices integrated
on proposed architecture.
6. FUTURE WORK
This was a basic station, we think to expand the number of measuring stations; in other words, to
have a good number of Arduino board taking measures and wirelessly transmitting them to a base
station, where a Raspberry Pi uploads them.
In addition, basic sensors were used; now that architecture was approved, to buy or to make more
responsive and precise sensors is necessary. Although architecture was probed and approved, it
can be upgraded. There is another more powerful Arduino, it supports an operating system and it
has all classic Arduino features. If it works, we could save a Raspberry Pi board, installing a web
server on this Arduino and taking measures on very same board.
And finally, web-page needs some improvements; create a more useful web-page, use graphs for
weather data, have control access, elaborate a file with measurements, enable remote control
station, and acquire a public domain.
ACKNOWLEDGMENTS
Thanks for the financial support provided by TecnolĂłgico Nacional de Mexicothrough the
project: “Evaluación de la Generación de Bio-Electricidad, Depuración de Agua y Disminución
de GEI como Servicios Ecositémicos que Proporcionan Humedales Artificiales”, with number:
9hh5h1 (1980).
International Journal of Computer Science & Information Technology (IJCSIT) Vol 9, No 5, October 2017
104
REFERENCES
[1] Manzano-Agugliaro, F., et al. Scientific production of renewable energies worldwide: an overview.
Renewable and Sustainable Energy Reviews, 2013, vol. 18, p. 134-143.
[2] Hong-Yan, K. A. N. G. Design and realization of internet of things based on embedded system used in
intelligent campus. IJACT: International Journal of Advancements in Computing Technology, 2011,
vol. 3, no 11, p. 291-298
[3] Gheorghita, Stefan Valentin; Basten, Twan; Corporaal, Henk. Application scenarios in streaming-
oriented embedded-system design. IEEE Design & Test of Computers, 2008, vol. 25, no 6.
[4] Malinowski, Aleksander; Yu, Hao. Comparison of embedded system design for industrial
applications. IEEE transactions on industrial informatics, 2011, vol. 7, no 2, p. 244-254.
[5] Langheinrich, Marc, et al. First steps towards an event-based infrastructure for smart things. In
Ubiquitous Computing Workshop (PACT 2000). 2000. p. 34.
[6] Jin, Jiong, et al. An information framework for creating a smart city through internet of things. IEEE
Internet of Things Journal, 2014, vol. 1, no 2, p. 112-121.
[7] Macii, Alberto. Low-power embedded systems. Journal of Embedded Computing, 2005, vol. 1, no 3,
p. 303-304.
[8] Reza, Sm Khaled; Tariq, Shah Ahsanuzzaman Md; Reza, Sm Mohsin. Microcontroller based
automated water level sensing and controlling: design and implementation issue. En Proceedings of
the World Congress on Engineering and Computer Science. 2010. p. 20-22.
[9] Vujovic, Vladimir; Maksimovic, Mirjana. Raspberry Pi as a Sensor Web node for home automation.
Computers & Electrical Engineering, 2015, vol. 44, p. 153-171.
[10] Raspberry Pi: Raspberry pi. Raspberry Pi 1 HDMI 13 Secure Digital 34 Universal Serial Bus 56
Python (programming language), vol. 84, p. 1 (2013)
[11] Kasim, Mohammad; Khan, Firoz. Home Automation using Raspberry Pi-3.
[12] Junior, Luiz A., et al. A low-cost and simple arduino-based educational robotics kit. Cyber Journals:
Multidisciplinary Journals in Science and Technology, Journal of Selected Areas in Robotics and
Control (JSRC), December edition, 2013, vol. 3, no 12, p. 1-7.
[13] Pan, Tianhong; Zhu, Yi. Designing Embedded Systems with Arduino.
[14] Banzi, Massimo; Shiloh, Michael. Getting started with Arduino: the open source electronics
prototyping platform. Maker Media, Inc., 2014
[15] Irmak, S., et al. Standardized ASCE Penman-Monteith: Impact of sum-of-hourly vs. 24-hour timestep
computations at reference weather station sites. Transactions of the ASAE, 2005, vol. 48, no 3, p.
1063-1077.
[16] Chemisana, D.; Lamnatou, Chr. Photovoltaic-green roofs: An experimental evaluation of system
performance. Applied Energy, 2014, vol. 119, p. 246-256.
[17] Cadenas, Erasmo; Rivera, Wilfrido. Wind speed forecasting in three different regions of Mexico,
using a hybrid ARIMA–ANN model. Renewable Energy, 2010, vol. 35, no 12, p. 2732-2738.
[18] Instituto Nacional de EstadĂ­stica y GeografĂ­a, Conociendo Veracruz de Ignacio de la Llave (Trans.
Meeting Veracruz de Ignacio de la Llave), 2013, p.10.

More Related Content

Similar to Raspberry PI and Arduino UNO Working Together as a Basic Meteorological Station

A smart switch to connect and disconnect electrical devices at home by using ...
A smart switch to connect and disconnect electrical devices at home by using ...A smart switch to connect and disconnect electrical devices at home by using ...
A smart switch to connect and disconnect electrical devices at home by using ...Mounika G
 
Automatic_Plant_Watering_System_using_Arduino_UNO_.pptx
Automatic_Plant_Watering_System_using_Arduino_UNO_.pptxAutomatic_Plant_Watering_System_using_Arduino_UNO_.pptx
Automatic_Plant_Watering_System_using_Arduino_UNO_.pptxSyeda Nasiha
 
Decibel meter using IoT with notice board
Decibel meter using IoT with notice boardDecibel meter using IoT with notice board
Decibel meter using IoT with notice boardIRJET Journal
 
Mobile Radiation Measuring System using Small Linux box and GPS sensor
Mobile Radiation Measuring System using Small Linux box and GPS sensorMobile Radiation Measuring System using Small Linux box and GPS sensor
Mobile Radiation Measuring System using Small Linux box and GPS sensorIJMER
 
Reduce course notes class xi
Reduce course notes class xiReduce course notes class xi
Reduce course notes class xiSyed Zaid Irshad
 
Design of a usb based data acquisition system
Design of a usb based data acquisition systemDesign of a usb based data acquisition system
Design of a usb based data acquisition systemeSAT Publishing House
 
Design of a usb based data acquisition system
Design of a usb based data acquisition systemDesign of a usb based data acquisition system
Design of a usb based data acquisition systemeSAT Journals
 
IRJET - Hand Gesture Recognition and Voice Conversion System using IoT
IRJET -  	  Hand Gesture Recognition and Voice Conversion System using IoTIRJET -  	  Hand Gesture Recognition and Voice Conversion System using IoT
IRJET - Hand Gesture Recognition and Voice Conversion System using IoTIRJET Journal
 
Iirdem design and implementation of finger writing in air by using open cv (c...
Iirdem design and implementation of finger writing in air by using open cv (c...Iirdem design and implementation of finger writing in air by using open cv (c...
Iirdem design and implementation of finger writing in air by using open cv (c...Iaetsd Iaetsd
 
Design and implementation home security system and monitoring by using wirele...
Design and implementation home security system and monitoring by using wirele...Design and implementation home security system and monitoring by using wirele...
Design and implementation home security system and monitoring by using wirele...IJECEIAES
 
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
 
Intel Compute stick documentation
Intel Compute stick documentationIntel Compute stick documentation
Intel Compute stick documentationGeorgekutty Francis
 
IRJET- Real Time Monitoring of Air Pollution
IRJET-  	  Real Time Monitoring of Air PollutionIRJET-  	  Real Time Monitoring of Air Pollution
IRJET- Real Time Monitoring of Air PollutionIRJET Journal
 
Automatic Plant Watering System using Arduino UNO for University Park
Automatic Plant Watering System using Arduino UNO for University ParkAutomatic Plant Watering System using Arduino UNO for University Park
Automatic Plant Watering System using Arduino UNO for University Parkijtsrd
 
IRJET- Multi Plug Control using Internet of Things
IRJET- Multi Plug Control using Internet of ThingsIRJET- Multi Plug Control using Internet of Things
IRJET- Multi Plug Control using Internet of ThingsIRJET Journal
 
IRJET- Smart Drive
IRJET-  	  Smart DriveIRJET-  	  Smart Drive
IRJET- Smart DriveIRJET Journal
 
An improved electricity efficiency method based on microcontroller and IoT wi...
An improved electricity efficiency method based on microcontroller and IoT wi...An improved electricity efficiency method based on microcontroller and IoT wi...
An improved electricity efficiency method based on microcontroller and IoT wi...TELKOMNIKA JOURNAL
 
IRJET- IoT based Smart Helmet for Coal Mining Tracking
IRJET- IoT based Smart Helmet for Coal Mining TrackingIRJET- IoT based Smart Helmet for Coal Mining Tracking
IRJET- IoT based Smart Helmet for Coal Mining TrackingIRJET Journal
 
Abstract of raspberry pi
Abstract of raspberry piAbstract of raspberry pi
Abstract of raspberry pimeghaagarwal1994
 

Similar to Raspberry PI and Arduino UNO Working Together as a Basic Meteorological Station (20)

P21_1274
P21_1274P21_1274
P21_1274
 
A smart switch to connect and disconnect electrical devices at home by using ...
A smart switch to connect and disconnect electrical devices at home by using ...A smart switch to connect and disconnect electrical devices at home by using ...
A smart switch to connect and disconnect electrical devices at home by using ...
 
Automatic_Plant_Watering_System_using_Arduino_UNO_.pptx
Automatic_Plant_Watering_System_using_Arduino_UNO_.pptxAutomatic_Plant_Watering_System_using_Arduino_UNO_.pptx
Automatic_Plant_Watering_System_using_Arduino_UNO_.pptx
 
Decibel meter using IoT with notice board
Decibel meter using IoT with notice boardDecibel meter using IoT with notice board
Decibel meter using IoT with notice board
 
Mobile Radiation Measuring System using Small Linux box and GPS sensor
Mobile Radiation Measuring System using Small Linux box and GPS sensorMobile Radiation Measuring System using Small Linux box and GPS sensor
Mobile Radiation Measuring System using Small Linux box and GPS sensor
 
Reduce course notes class xi
Reduce course notes class xiReduce course notes class xi
Reduce course notes class xi
 
Design of a usb based data acquisition system
Design of a usb based data acquisition systemDesign of a usb based data acquisition system
Design of a usb based data acquisition system
 
Design of a usb based data acquisition system
Design of a usb based data acquisition systemDesign of a usb based data acquisition system
Design of a usb based data acquisition system
 
IRJET - Hand Gesture Recognition and Voice Conversion System using IoT
IRJET -  	  Hand Gesture Recognition and Voice Conversion System using IoTIRJET -  	  Hand Gesture Recognition and Voice Conversion System using IoT
IRJET - Hand Gesture Recognition and Voice Conversion System using IoT
 
Iirdem design and implementation of finger writing in air by using open cv (c...
Iirdem design and implementation of finger writing in air by using open cv (c...Iirdem design and implementation of finger writing in air by using open cv (c...
Iirdem design and implementation of finger writing in air by using open cv (c...
 
Design and implementation home security system and monitoring by using wirele...
Design and implementation home security system and monitoring by using wirele...Design and implementation home security system and monitoring by using wirele...
Design and implementation home security system and monitoring by using wirele...
 
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...
 
Intel Compute stick documentation
Intel Compute stick documentationIntel Compute stick documentation
Intel Compute stick documentation
 
IRJET- Real Time Monitoring of Air Pollution
IRJET-  	  Real Time Monitoring of Air PollutionIRJET-  	  Real Time Monitoring of Air Pollution
IRJET- Real Time Monitoring of Air Pollution
 
Automatic Plant Watering System using Arduino UNO for University Park
Automatic Plant Watering System using Arduino UNO for University ParkAutomatic Plant Watering System using Arduino UNO for University Park
Automatic Plant Watering System using Arduino UNO for University Park
 
IRJET- Multi Plug Control using Internet of Things
IRJET- Multi Plug Control using Internet of ThingsIRJET- Multi Plug Control using Internet of Things
IRJET- Multi Plug Control using Internet of Things
 
IRJET- Smart Drive
IRJET-  	  Smart DriveIRJET-  	  Smart Drive
IRJET- Smart Drive
 
An improved electricity efficiency method based on microcontroller and IoT wi...
An improved electricity efficiency method based on microcontroller and IoT wi...An improved electricity efficiency method based on microcontroller and IoT wi...
An improved electricity efficiency method based on microcontroller and IoT wi...
 
IRJET- IoT based Smart Helmet for Coal Mining Tracking
IRJET- IoT based Smart Helmet for Coal Mining TrackingIRJET- IoT based Smart Helmet for Coal Mining Tracking
IRJET- IoT based Smart Helmet for Coal Mining Tracking
 
Abstract of raspberry pi
Abstract of raspberry piAbstract of raspberry pi
Abstract of raspberry pi
 

More from AIRCC Publishing Corporation

Call for Papers - International Journal of Computer Science & Information Tec...
Call for Papers - International Journal of Computer Science & Information Tec...Call for Papers - International Journal of Computer Science & Information Tec...
Call for Papers - International Journal of Computer Science & Information Tec...AIRCC Publishing Corporation
 
The Smart Parking Management System - IJCSIT
The Smart Parking Management System  - IJCSITThe Smart Parking Management System  - IJCSIT
The Smart Parking Management System - IJCSITAIRCC Publishing Corporation
 
Discover Cutting-Edge Research in Computer Science and Information Technology!
Discover Cutting-Edge Research in Computer Science and Information Technology!Discover Cutting-Edge Research in Computer Science and Information Technology!
Discover Cutting-Edge Research in Computer Science and Information Technology!AIRCC Publishing Corporation
 
Constraint-based and Fuzzy Logic Student Modeling for Arabic Grammar
Constraint-based and Fuzzy Logic Student Modeling for Arabic GrammarConstraint-based and Fuzzy Logic Student Modeling for Arabic Grammar
Constraint-based and Fuzzy Logic Student Modeling for Arabic GrammarAIRCC Publishing Corporation
 
From Clicks to Security: Investigating Continuous Authentication via Mouse Dy...
From Clicks to Security: Investigating Continuous Authentication via Mouse Dy...From Clicks to Security: Investigating Continuous Authentication via Mouse Dy...
From Clicks to Security: Investigating Continuous Authentication via Mouse Dy...AIRCC Publishing Corporation
 
Call for Articles - International Journal of Computer Science & Information T...
Call for Articles - International Journal of Computer Science & Information T...Call for Articles - International Journal of Computer Science & Information T...
Call for Articles - International Journal of Computer Science & Information T...AIRCC Publishing Corporation
 
Image Segmentation and Classification using Neural Network
Image Segmentation and Classification using Neural NetworkImage Segmentation and Classification using Neural Network
Image Segmentation and Classification using Neural NetworkAIRCC Publishing Corporation
 
International Journal of Computer Science & Information Technology (IJCSIT)
International Journal of Computer Science & Information Technology (IJCSIT)International Journal of Computer Science & Information Technology (IJCSIT)
International Journal of Computer Science & Information Technology (IJCSIT)AIRCC Publishing Corporation
 
Your Device May Know You Better Than You Know Yourself-Continuous Authenticat...
Your Device May Know You Better Than You Know Yourself-Continuous Authenticat...Your Device May Know You Better Than You Know Yourself-Continuous Authenticat...
Your Device May Know You Better Than You Know Yourself-Continuous Authenticat...AIRCC Publishing Corporation
 
A Comparative Study of Text Comprehension in IELTS Reading Exam using GPT-3
A Comparative Study of Text Comprehension in IELTS Reading Exam using GPT-3A Comparative Study of Text Comprehension in IELTS Reading Exam using GPT-3
A Comparative Study of Text Comprehension in IELTS Reading Exam using GPT-3AIRCC Publishing Corporation
 
From Clicks to Security: Investigating Continuous Authentication via Mouse Dy...
From Clicks to Security: Investigating Continuous Authentication via Mouse Dy...From Clicks to Security: Investigating Continuous Authentication via Mouse Dy...
From Clicks to Security: Investigating Continuous Authentication via Mouse Dy...AIRCC Publishing Corporation
 
Image Segmentation and Classification using Neural Network
Image Segmentation and Classification using Neural NetworkImage Segmentation and Classification using Neural Network
Image Segmentation and Classification using Neural NetworkAIRCC Publishing Corporation
 
Use of Neuronal Networks and Fuzzy Logic to Modelling the Foot Sizes
Use of Neuronal Networks and Fuzzy Logic to Modelling the Foot SizesUse of Neuronal Networks and Fuzzy Logic to Modelling the Foot Sizes
Use of Neuronal Networks and Fuzzy Logic to Modelling the Foot SizesAIRCC Publishing Corporation
 
Exploring the EV Charging Ecosystem and Performing an Experimental Assessment...
Exploring the EV Charging Ecosystem and Performing an Experimental Assessment...Exploring the EV Charging Ecosystem and Performing an Experimental Assessment...
Exploring the EV Charging Ecosystem and Performing an Experimental Assessment...AIRCC Publishing Corporation
 
Call for Papers - International Journal of Computer Science & Information Tec...
Call for Papers - International Journal of Computer Science & Information Tec...Call for Papers - International Journal of Computer Science & Information Tec...
Call for Papers - International Journal of Computer Science & Information Tec...AIRCC Publishing Corporation
 
Current Issue - February 2024, Volume 16, Number 1 - International Journal o...
Current Issue - February 2024, Volume 16, Number 1  - International Journal o...Current Issue - February 2024, Volume 16, Number 1  - International Journal o...
Current Issue - February 2024, Volume 16, Number 1 - International Journal o...AIRCC Publishing Corporation
 
Variations in Outcome for the Same Map Reduce Transitive Closure Algorithm Im...
Variations in Outcome for the Same Map Reduce Transitive Closure Algorithm Im...Variations in Outcome for the Same Map Reduce Transitive Closure Algorithm Im...
Variations in Outcome for the Same Map Reduce Transitive Closure Algorithm Im...AIRCC Publishing Corporation
 
Call for Articles - International Journal of Computer Science & Information T...
Call for Articles - International Journal of Computer Science & Information T...Call for Articles - International Journal of Computer Science & Information T...
Call for Articles - International Journal of Computer Science & Information T...AIRCC Publishing Corporation
 
February 2024-: Top Read Articles in Computer Science & Information Technology
February 2024-: Top Read Articles in Computer Science & Information TechnologyFebruary 2024-: Top Read Articles in Computer Science & Information Technology
February 2024-: Top Read Articles in Computer Science & Information TechnologyAIRCC Publishing Corporation
 
Call for Articles- International Journal of Computer Science & Information T...
Call for Articles-  International Journal of Computer Science & Information T...Call for Articles-  International Journal of Computer Science & Information T...
Call for Articles- International Journal of Computer Science & Information T...AIRCC Publishing Corporation
 

More from AIRCC Publishing Corporation (20)

Call for Papers - International Journal of Computer Science & Information Tec...
Call for Papers - International Journal of Computer Science & Information Tec...Call for Papers - International Journal of Computer Science & Information Tec...
Call for Papers - International Journal of Computer Science & Information Tec...
 
The Smart Parking Management System - IJCSIT
The Smart Parking Management System  - IJCSITThe Smart Parking Management System  - IJCSIT
The Smart Parking Management System - IJCSIT
 
Discover Cutting-Edge Research in Computer Science and Information Technology!
Discover Cutting-Edge Research in Computer Science and Information Technology!Discover Cutting-Edge Research in Computer Science and Information Technology!
Discover Cutting-Edge Research in Computer Science and Information Technology!
 
Constraint-based and Fuzzy Logic Student Modeling for Arabic Grammar
Constraint-based and Fuzzy Logic Student Modeling for Arabic GrammarConstraint-based and Fuzzy Logic Student Modeling for Arabic Grammar
Constraint-based and Fuzzy Logic Student Modeling for Arabic Grammar
 
From Clicks to Security: Investigating Continuous Authentication via Mouse Dy...
From Clicks to Security: Investigating Continuous Authentication via Mouse Dy...From Clicks to Security: Investigating Continuous Authentication via Mouse Dy...
From Clicks to Security: Investigating Continuous Authentication via Mouse Dy...
 
Call for Articles - International Journal of Computer Science & Information T...
Call for Articles - International Journal of Computer Science & Information T...Call for Articles - International Journal of Computer Science & Information T...
Call for Articles - International Journal of Computer Science & Information T...
 
Image Segmentation and Classification using Neural Network
Image Segmentation and Classification using Neural NetworkImage Segmentation and Classification using Neural Network
Image Segmentation and Classification using Neural Network
 
International Journal of Computer Science & Information Technology (IJCSIT)
International Journal of Computer Science & Information Technology (IJCSIT)International Journal of Computer Science & Information Technology (IJCSIT)
International Journal of Computer Science & Information Technology (IJCSIT)
 
Your Device May Know You Better Than You Know Yourself-Continuous Authenticat...
Your Device May Know You Better Than You Know Yourself-Continuous Authenticat...Your Device May Know You Better Than You Know Yourself-Continuous Authenticat...
Your Device May Know You Better Than You Know Yourself-Continuous Authenticat...
 
A Comparative Study of Text Comprehension in IELTS Reading Exam using GPT-3
A Comparative Study of Text Comprehension in IELTS Reading Exam using GPT-3A Comparative Study of Text Comprehension in IELTS Reading Exam using GPT-3
A Comparative Study of Text Comprehension in IELTS Reading Exam using GPT-3
 
From Clicks to Security: Investigating Continuous Authentication via Mouse Dy...
From Clicks to Security: Investigating Continuous Authentication via Mouse Dy...From Clicks to Security: Investigating Continuous Authentication via Mouse Dy...
From Clicks to Security: Investigating Continuous Authentication via Mouse Dy...
 
Image Segmentation and Classification using Neural Network
Image Segmentation and Classification using Neural NetworkImage Segmentation and Classification using Neural Network
Image Segmentation and Classification using Neural Network
 
Use of Neuronal Networks and Fuzzy Logic to Modelling the Foot Sizes
Use of Neuronal Networks and Fuzzy Logic to Modelling the Foot SizesUse of Neuronal Networks and Fuzzy Logic to Modelling the Foot Sizes
Use of Neuronal Networks and Fuzzy Logic to Modelling the Foot Sizes
 
Exploring the EV Charging Ecosystem and Performing an Experimental Assessment...
Exploring the EV Charging Ecosystem and Performing an Experimental Assessment...Exploring the EV Charging Ecosystem and Performing an Experimental Assessment...
Exploring the EV Charging Ecosystem and Performing an Experimental Assessment...
 
Call for Papers - International Journal of Computer Science & Information Tec...
Call for Papers - International Journal of Computer Science & Information Tec...Call for Papers - International Journal of Computer Science & Information Tec...
Call for Papers - International Journal of Computer Science & Information Tec...
 
Current Issue - February 2024, Volume 16, Number 1 - International Journal o...
Current Issue - February 2024, Volume 16, Number 1  - International Journal o...Current Issue - February 2024, Volume 16, Number 1  - International Journal o...
Current Issue - February 2024, Volume 16, Number 1 - International Journal o...
 
Variations in Outcome for the Same Map Reduce Transitive Closure Algorithm Im...
Variations in Outcome for the Same Map Reduce Transitive Closure Algorithm Im...Variations in Outcome for the Same Map Reduce Transitive Closure Algorithm Im...
Variations in Outcome for the Same Map Reduce Transitive Closure Algorithm Im...
 
Call for Articles - International Journal of Computer Science & Information T...
Call for Articles - International Journal of Computer Science & Information T...Call for Articles - International Journal of Computer Science & Information T...
Call for Articles - International Journal of Computer Science & Information T...
 
February 2024-: Top Read Articles in Computer Science & Information Technology
February 2024-: Top Read Articles in Computer Science & Information TechnologyFebruary 2024-: Top Read Articles in Computer Science & Information Technology
February 2024-: Top Read Articles in Computer Science & Information Technology
 
Call for Articles- International Journal of Computer Science & Information T...
Call for Articles-  International Journal of Computer Science & Information T...Call for Articles-  International Journal of Computer Science & Information T...
Call for Articles- International Journal of Computer Science & Information T...
 

Recently uploaded

Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfROCENODodongVILLACER
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 
DATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage exampleDATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage examplePragyanshuParadkar1
 
EduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AIEduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AIkoyaldeepu123
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .Satyam Kumar
 
pipeline in computer architecture design
pipeline in computer architecture  designpipeline in computer architecture  design
pipeline in computer architecture designssuser87fa0c1
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfAsst.prof M.Gokilavani
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHC Sai Kiran
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 

Recently uploaded (20)

Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdf
 
Design and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdfDesign and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdf
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
DATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage exampleDATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage example
 
EduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AIEduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AI
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .
 
pipeline in computer architecture design
pipeline in computer architecture  designpipeline in computer architecture  design
pipeline in computer architecture design
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECH
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 

Raspberry PI and Arduino UNO Working Together as a Basic Meteorological Station

  • 1. International Journal of Computer Science & Information Technology (IJCSIT) Vol 9, No 5, October 2017 DOI:10.5121/ijcsit.2017.9508 97 RASPBERRY PI AND ARDUINO UNO WORKING TOGETHER AS A BASIC METEOROLOGICAL STATION JosĂ© Rafael CortĂ©s LeĂłn1 and Ricardo Francisco MartĂ­nez-González2 , AnilĂş Miranda Medinay3 and Luis Alberto Peralta-Pelaez3 1 Department of Electric-Electronic Engineering, Instituto Tecnologico de Veracruz (TecNM), Veracruz, Mexico 2 Department of Electric-Electronic Engineering, Instituto Tecnologico de Veracruz (TecNM), Veracruz, Mexico 3 Department of Chemistry-Biochemistry Engineering, Instituto Tecnologico de Veracruz (TecNM), Veracruz, Mexico ABSTRACT The present paper describes a novel Raspberry Pi and Arduino UNO architecture used as a meteorological station. One of the advantages of the proposed architecture is the huge quantity of sensors developed for its usage; practically one can find them for any application, and weather sensing is not an exception. The principle followed is to configure Raspberry as a collector for measures obtained from Arduino, transmitting occurs via USB; meanwhile, Raspberry broadcasts them via a web page. For such activity is possible thanks to Raspbian, a Linux-based operating system. It has a lot of libraries and resources available, among them Apache Web Server, that gives the possibility to host a web-page. On it, the user can observe temperature, humidity, solar radiance, and wind speed and direction. Information on the web-page is refreshed each five minute; however, measurements arrive at Raspberry every ten seconds. This low refreshment rate was determined because weather variables normally do not abruptly change. As an additional feature, system stores all information on the log file, this gives the possibility for future analysis and processing. KEYWORDS Raspberry Pi, Arduino UNO, Meteorological station, Novel architecture. I. INTRODUCTION In Instituto Tecnologico de Veracruz, some professors have put their efforts together to produce energy by cleaner ways than fossil fuel combustion. Most common options are solar panels and wind turbines [1], both options have a strong dependency of weather emplacement conditions. The current project arises as a need to determine parameters during local studies for renewable energy production. And to give it solution, an embedded system was developed. An embedded system is a computational system dedicated for a specific purpose [2][3][4]. Customers usually are in touch with them and do not notice them; almost every “smart” is a regular product with an embedded system, which possibilities internet connection, memory, interoperability or simply upgrades human interaction [5][6]. Often in order to reduce costs or energy consumption, embedded system hardware are specifically designed [7]; despite its design, they are often based on a microcontroller (µC) or microprocessor
  • 2. International Journal of Computer Science & Information Technology (IJCSIT) Vol 9, No 5, October 2017 98 (µP). Where a µC is a single chip with µP, memory and peripherals included [8]; so, in one way or another, a microprocessor is always part of embedded systems. An interesting fact of embedded systems is their variety, some of them just execute simple instructions; meanwhile, others support operating system (OS). No matter which hardware a developer uses, it usually can be programmed using C language or any other high-level language, allowing developers to select correct hardware and to get focus on system clocks as it. There is an extended quantity of available hardware embedded systems for developers; on the current project, two were chosen: Raspberry Pi and Arduino UNO. 1.1 RASPBERRY PI Eben Upton, Rob Mullins, Jack Lang and Alan Mycroft, at the United Kingdom, developed Raspberry Pi. It was created for promoting computer science teachings into elementary school students [9]. The Raspberry Pi is based on a Broadcom system-on-chip device; which had a 700 MHz processor, a graphics processor unit and 512 megabytes of random access memory (RAM) [10]. Nowadays, there are various models of Raspberry Pi but project works on model B. It has eight general-purpose input/outputs, two USB ports, a high definition media interface (HDMI) output, and other non-relevant features for this project. Additionally, Raspberry Pi needs an operating system which is stored on a secure digital (SD) card. Operating system selection was not easy, because of the good quantity of them; the more relevant one are Raspbian, Pidora, and RISC OS. Raspbian was selected for current project for the wide diversity of tutorials and info available online. Raspbian is a free-license Linux operating system based on Debian and optimized for its usage with Raspberry Pi hardware [11]. Raspberry plays as the central recollecting unit and it is good enough because of its advanced and sophisticated features; however, for sensing and working as collecting satellite unit it is oversized, so a smaller device is required. There are many options, but for the current project, the choice is Arduino UNO [12]. 1.2 ARDUINO UNO Arduino is an open-source physical computing platform based on a simple microcontroller board and a development environment for writing software for such board. Arduino started in 2005 as a project for students at the Interaction Design Institute Ivrea [13]. Today, Arduino platform has several configurations, however, according to the number of bits they use, they can be classified in two; the based on 8-bit Atmel AVR microcontrollers, and other ones that use 32-bit Atmel ARM processors [14]. Whatever the platform, it provides a set of digital and analog input/output pins that allows interacting with various extension boards. There is an increasing number of Arduino boards; the vendor exposes that their selling finances project. The boards are designed to cover, practically, any application. For the current project, Arduino UNO was selected. Once the hardware was selected, for programming, Arduino web-page released an integrated development environment (IDE). It is based on C and C++ programming languages, and probably its ace up the sleeve for Arduino, a software library is called “Wiring”, and it makes simpler the communication with extension boards. Once hardware for the satellite units was defined, meteorological stations will be discussed in next section.
  • 3. International Journal of Computer Science & Information Technology (IJCSIT) Vol 9, No 5, October 2017 99 1.3 METEOROLOGICAL STATION From ancient times, humankind has required knowing climate conditions. Knowledge gives the opportunity to prognosticate future conditions and elaborate forecasts. Using prognosticate, farmers could anticipate meteors; taking right decisions and saving crops and cattle [15]. In most recent times owing to global warming, forecasting has increased its importance, not just for crops but energy production; let us recoil, renewable energy has a high dependency of weather [16][17]. Before the digital era, weather stations were facilities with atmospheric measuring equipment; it used to be large, voluminous and manually operated. Nonetheless, everything changes and after digital era, such facilities have evolved, decreased their size, and obtained autonomy. Nowadays is possible to have the same sensibility from old fashion facilities in small and automatic boxes, not bigger than a little container for shoes. 1.4 LOCAL CONDITIONS The project will work for determining specific weather conditions surrounding Veracruz city. According to the National Oceanic and Atmospheric Administration, Veracruz has a tropical coast climate. From June to October is wet and rainy, exceeding 25ÂşC. The dry season spans from November to May, with cooler temperatures and few precipitations. The average yearly precipitation is 1564 mm, being July the wettest month. June and August are the hottest months, and January is the coolest [18]. On next section, the parts of hardware system will be described, as well as its physical interconnection. The software is divided on two, one for Arduino routine and another for Raspberry configuration and programming, and they are in section three. The obtained results and its discussion appear on section four; meanwhile, conclusions are in section five. 2. HARDWARE SYSTEM DESCRIPTION The system is formed by a Raspberry Pi Model B, it does not have enough USB ports for connect a keyboard, mouse, Wi-Fi dongle, and connect Arduino; therefore, an expansion board was utilized. Expansion board gives 2 additional USB ports, it eliminates the need for a HDMI to VGA converter cable due to it has a converter included and a VGA output. It also has a real-time clock and supplies power to model B. As it was mentioned a Wi-Fi dongle is used, it possibilities connection to wireless local area networks (WLAN) and internet access. The Wi-Fi dongle model is TP-LINK TL-WN722N, this dongle is approved by Raspberry Pi community for its compatibility with Raspbian. For installing and user usage, a keyboard and mouse are needed, they are regular USB ones. A flat-screen monitor allows watching OS graphical interface. To connect Arduino UNO, a USB type A to B cable is used; Arduino oversees sensors management, complete configuration appears in Figure 1. Raspberry connections are in blue and red ones are Arduino connections. Arduino relates to sensors, according to needs; solar luminescence, humidity, wind speed, and temperature. Once architecture was built up, next step is operating system loading for Raspberry Pi.
  • 4. International Journal of Computer Science & Information Technology (IJCSIT) Vol 9, No 5, October 2017 3. PROGRAMMING After Raspbian was loaded, Arduino IDE for Linux is next; because of Raspbian are based on Linux, this is possible. Having the complete system, it works as one easier architecture debugging process. Programming was divided into three parts: the program for Arduino UNO, another for Raspberry Pi and web-page creation. Figure 1. Planned hardware configuration for meteorological 3.1 PROGRAM FOR ARDUINO For Arduino programming, its platform utilizes a language like C. Program firstly defines which pin is used for what sensor. In a second place, it configures serial communication, and finally, it asks sensors for their measurements. Flow diagram for the program is depicted in Figure 2. Figure 2. Flow diagram for Arduino program International Journal of Computer Science & Information Technology (IJCSIT) Vol 9, No 5, October 2017 After Raspbian was loaded, Arduino IDE for Linux is next; because of Raspbian are based on Linux, this is possible. Having the complete system, it works as one from the beginning, getting easier architecture debugging process. Programming was divided into three parts: the program for Arduino UNO, another for Raspberry . Planned hardware configuration for meteorological station UNO For Arduino programming, its platform utilizes a language like C. Program firstly defines which pin is used for what sensor. In a second place, it configures serial communication, and finally, it measurements. Flow diagram for the program is depicted in Figure 2. Figure 2. Flow diagram for Arduino program International Journal of Computer Science & Information Technology (IJCSIT) Vol 9, No 5, October 2017 100 After Raspbian was loaded, Arduino IDE for Linux is next; because of Raspbian are based on from the beginning, getting Programming was divided into three parts: the program for Arduino UNO, another for Raspberry For Arduino programming, its platform utilizes a language like C. Program firstly defines which pin is used for what sensor. In a second place, it configures serial communication, and finally, it measurements. Flow diagram for the program is depicted in Figure 2.
  • 5. International Journal of Computer Science & Information Technology (IJCSIT) Vol 9, No 5, October 2017 101 A good aspect for Arduino is its interoperability; if for any reason another Arduino is used, the program still works with no change. 3.2 PYTHON PROGRAM FOR RASPBERRY PI Some persons affirm that Pi from Raspberry Pi comes after Python. As it was explained at first section; Raspberry was created for teaching, and as Python is a simple language, makes it ideal for such purpose. The program for Raspberry Pi starts firstly defining serial connection speed; for a second, it asks Arduino for measures. The final step is to print them on screen and in a log file; complete flow diagram for the program is in Figure 3. Figure 3. Flow diagram for Raspberry Pi program Both programs enable communication between Raspberry Pi and Arduino; however, spread measurements, for it a web-page is used. 3.3 WEB SERVER AND WEBPAGE CREATION Linux has a web server available named Apache, it is the most widely-used web server software in the world. It also requires PHP complements for web-page creation and PostgreSQL for database management. Another Python program collects data measurements from the log file and modifies HTML code contented in web-page; after it, the user must refresh browser for displaying new measurement. 4. RESULTS AND DISCUSSION At first, the communication inter-system was set to maximum baud rate, around 1 megabaud per second, but transmission had some errors, in consequence, lower baud rate was determined. The fact does not represent a problem for system efficiency since weather changes are typically slow. Another advantage of reducing baud rate is energy consumption decrement, even though such expenditure was not quantified. 9600 baud rate was the selected one, it guarantees a free-error transmission; although, in real scenarios, transmission rate can be reduced more
  • 6. International Journal of Computer Science & Information Technology (IJCSIT) Vol 9, No 5, October 2017 102 During Arduino and Raspberry tests, measurements were displayed on the console; the update times were four-five seconds, mostly because response time for sensors. Another characteristic was low change rate, the prototype was tested under a controlled environment, thus sensors do not experiment abrupt measures. Web-page was a complete success, maybe it is simple but it works, and it is loaded on Raspberry Pi. This fact possibilities later updates and modifications. The web-page is shown in Figure 4. Figure 4. Meteorological station web-page Raspberry Pi and Arduino UNO architecture, shown in Figure 5, was a keystone for web server creation. At supporting an operating system, a wide variety of options were available. The architecture also measures weather variable; its small size makes portability possible. And finally, using generic programs it is upgradeable. If better boards are released; the web server, python programs, and even Arduino programs can be reloaded at new ones. Figure 5. Raspberry Pi and Arduino UNO architecture
  • 7. International Journal of Computer Science & Information Technology (IJCSIT) Vol 9, No 5, October 2017 103 5. CONCLUSIONS Some developing boards are so powerful that they can be loaded with an operating system. OS empowers several options, like a web-page or database support. The Raspberry Pi was developed for teachings, but its good design and support have increased its limits beyond its designers thought. Using Arduino was simpler than we expected, there are libraries for almost everything. Libraries reduce programming troubles, increasing the time for other project activities. In recent times, the number of sensor boards designed for Arduino has grown up in unthinkable ways; there are practically sensors for anything, and more important making new ones is relatively easy. Finally, architecture exceeds our initial expectations. It was designed as a meteorological station, and it measures weather variables and shows them on a web-page, which is hosted on same Raspberry, and refreshed every five minutes. It is also capable to save information into log files for post-processing. With no hesitations is possible to conclude that project was satisfying developed, thanks for the widely available information and resources for both devices integrated on proposed architecture. 6. FUTURE WORK This was a basic station, we think to expand the number of measuring stations; in other words, to have a good number of Arduino board taking measures and wirelessly transmitting them to a base station, where a Raspberry Pi uploads them. In addition, basic sensors were used; now that architecture was approved, to buy or to make more responsive and precise sensors is necessary. Although architecture was probed and approved, it can be upgraded. There is another more powerful Arduino, it supports an operating system and it has all classic Arduino features. If it works, we could save a Raspberry Pi board, installing a web server on this Arduino and taking measures on very same board. And finally, web-page needs some improvements; create a more useful web-page, use graphs for weather data, have control access, elaborate a file with measurements, enable remote control station, and acquire a public domain. ACKNOWLEDGMENTS Thanks for the financial support provided by TecnolĂłgico Nacional de Mexicothrough the project: “EvaluaciĂłn de la GeneraciĂłn de Bio-Electricidad, DepuraciĂłn de Agua y DisminuciĂłn de GEI como Servicios EcositĂ©micos que Proporcionan Humedales Artificiales”, with number: 9hh5h1 (1980).
  • 8. International Journal of Computer Science & Information Technology (IJCSIT) Vol 9, No 5, October 2017 104 REFERENCES [1] Manzano-Agugliaro, F., et al. Scientific production of renewable energies worldwide: an overview. Renewable and Sustainable Energy Reviews, 2013, vol. 18, p. 134-143. [2] Hong-Yan, K. A. N. G. Design and realization of internet of things based on embedded system used in intelligent campus. IJACT: International Journal of Advancements in Computing Technology, 2011, vol. 3, no 11, p. 291-298 [3] Gheorghita, Stefan Valentin; Basten, Twan; Corporaal, Henk. Application scenarios in streaming- oriented embedded-system design. IEEE Design & Test of Computers, 2008, vol. 25, no 6. [4] Malinowski, Aleksander; Yu, Hao. Comparison of embedded system design for industrial applications. IEEE transactions on industrial informatics, 2011, vol. 7, no 2, p. 244-254. [5] Langheinrich, Marc, et al. First steps towards an event-based infrastructure for smart things. In Ubiquitous Computing Workshop (PACT 2000). 2000. p. 34. [6] Jin, Jiong, et al. An information framework for creating a smart city through internet of things. IEEE Internet of Things Journal, 2014, vol. 1, no 2, p. 112-121. [7] Macii, Alberto. Low-power embedded systems. Journal of Embedded Computing, 2005, vol. 1, no 3, p. 303-304. [8] Reza, Sm Khaled; Tariq, Shah Ahsanuzzaman Md; Reza, Sm Mohsin. Microcontroller based automated water level sensing and controlling: design and implementation issue. En Proceedings of the World Congress on Engineering and Computer Science. 2010. p. 20-22. [9] Vujovic, Vladimir; Maksimovic, Mirjana. Raspberry Pi as a Sensor Web node for home automation. Computers & Electrical Engineering, 2015, vol. 44, p. 153-171. [10] Raspberry Pi: Raspberry pi. Raspberry Pi 1 HDMI 13 Secure Digital 34 Universal Serial Bus 56 Python (programming language), vol. 84, p. 1 (2013) [11] Kasim, Mohammad; Khan, Firoz. Home Automation using Raspberry Pi-3. [12] Junior, Luiz A., et al. A low-cost and simple arduino-based educational robotics kit. Cyber Journals: Multidisciplinary Journals in Science and Technology, Journal of Selected Areas in Robotics and Control (JSRC), December edition, 2013, vol. 3, no 12, p. 1-7. [13] Pan, Tianhong; Zhu, Yi. Designing Embedded Systems with Arduino. [14] Banzi, Massimo; Shiloh, Michael. Getting started with Arduino: the open source electronics prototyping platform. Maker Media, Inc., 2014 [15] Irmak, S., et al. Standardized ASCE Penman-Monteith: Impact of sum-of-hourly vs. 24-hour timestep computations at reference weather station sites. Transactions of the ASAE, 2005, vol. 48, no 3, p. 1063-1077. [16] Chemisana, D.; Lamnatou, Chr. Photovoltaic-green roofs: An experimental evaluation of system performance. Applied Energy, 2014, vol. 119, p. 246-256. [17] Cadenas, Erasmo; Rivera, Wilfrido. Wind speed forecasting in three different regions of Mexico, using a hybrid ARIMA–ANN model. Renewable Energy, 2010, vol. 35, no 12, p. 2732-2738. [18] Instituto Nacional de EstadĂ­stica y GeografĂ­a, Conociendo Veracruz de Ignacio de la Llave (Trans. Meeting Veracruz de Ignacio de la Llave), 2013, p.10.