SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 08 | Aug 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 72
Solar-Powered IoT-Enabled Weather Monitoring System with AJAX-
Based Webserver for Data Visualization
Lopa Mishra Jana1, Debasis Parida2
1 Chief Operating Officer, Electropreneur Park-Bhubaneswar, AIC STPINEXT Initiatives
2 Technical Officer, Electropreneur Park-Bhubaneswar, AIC STPINEXT Initiatives
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract – Internet of Things (IoT) devices are being very
popular nowadays in various application areas in multiple
industry sectors. The web application to interact with these
IoT enabled devices is primarily done through web
applications that run on mobile and PCs. Thewebapplications
must provide real-time dynamic information and interacts
with sensors and environment to get the request or data. AJAX
technology enables dynamic data loading in the IoT web
applications with auto-updation of sensor information.
This paper presents an innovative approach for developing a
Solar powered intelligent weather stationbasedonInternet of
Things (IoT) using AJAX-based web server technology. The
proposed system leverages the asynchronous communication
capabilities of AJAX to enable real-timedataupdates, dynamic
content loading, and interactive user interfaces, providing a
seamless and responsive user experience. The system utilizes
AJAX Technology to create a web-based interface that allows
users to access and monitor weather data including
Temperature, Humidity & Rain fromthe sensors. Theproposed
solution has been implemented and the prototypeofthesmart
weather station is tested, demonstrating the real-time sensor
data visualization, real-time data updation, solar based
battery charging and IoT based sensor integration. ESP8266
based webserver is being used in the proposed solution along
with the sensors to sense the weather parameters. The results
show the web application with real-time sensor data
displayed; Real-time AJAX based data updation etc.
Key Words: Internet of Things (IoT), AJAX, Sensor,
ESP8266
1. INTRODUCTION
Internet of Things (IoT) encompasses a network of
interconnecteddevicesintegratedwithsensorsandsoftware,
enabling them to gather, exchange, and analyze data. These
devices can include everyday objects like household
appliances, wearable devices, machines, healthcare devices,
and more. In the recent years, the significance of IoT has
surged as it holds the potential to revolutionize industriesby
digitizing processes and enhancing productivity and
efficiency.
A Smart weather station basedontheInternetofThings(IoT)
and solar energy can be used to sense various weather
parameters and send it to IOT based server for real-time
monitoring. Furthermore, to enable real-time data updates,
asynchronous data retrieval, and an interactive user
experience, AJAX technology is integrated with the
webserver.
1.1 AJAX Technology
AJAX (Asynchronous JavaScript and XML) is a web
development technology that allows for asynchronous
communication between a web browser and a web server
without the webpage refreshing. It enables web experiences
by allowing web applications to update parts of a webpage
without fully refreshing the entire page. With AJAX,
innovators can build web applications that can send and
receive data from a server in the background without
interrupting the user's interaction with the webpage. This
asynchronous communication allows for faster and more
interactive web experiences, as only the updated portions of
the page need to be refreshed, reducing the amount of data
transfer and processing required.[4]
AJAX is widely used in modernwebdevelopmentforavariety
of purposes, including dynamic content loading, form
submissions, real-time data updates, and interactive user
interfaces. It has become a popular technology in building
richandinteractivewebapplications,providingasmoothand
responsive user experience. It has several advantages,
including improved user experience, increasedperformance,
reduced server load, and the ability to build complex web
applications with dynamic content.
The benefits of using AJAX technology are mentioned below:
1. Efficient Data Retrieval: The smart weather station
uses AJAX Technology to asynchronously retrieve
weather data from various sensors. When a user
requests any information,AJAX can send a requesttothe
server to fetch the latest data without reloading the
entire page. This allows for efficient and asynchronous
data retrieval, ensuring that the system remains
responsive and doesn't block the user interface.
2. Real-time Data Updates: The use of AJAX Technologies
enables real-time data updates without refreshing the
complete webpage. This can provide users with up-to-
dateandrelevantweatherinformationwithoutrequiring
them to manually refresh the page.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 08 | Aug 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 73
3. Data Visualization: AJAX can be used to dynamically
updateweatherdatavisualizations,suchascharts,maps,
or graphs. AJAX can also be used to update weather
charts or graphs to provide users with visual
representations of weather trends.
4. User Interaction: AJAX can enable user interaction in
the system. For example, users can customize their
weather preferences, set upweather alerts etc. by giving
inputs through forms, text fields etc.
5. Performance Optimization: AJAX optimizes the
performance of the weather station. By asynchronously
retrieving data andupdatingtheuserinterface,AJAXalso
reduces the amount of data transfer and processing
required, resulting in a more efficient and responsive
system.
1.2 Features of Smart Weather Station
Here are some key reasons why IoT is considered important
nowadays:
1. Connectivity: IoT enables devices to connect and
communicate with each other, allowing seamless data
exchange. This data can be further processed for better
decision-making, process optimization, and improved
outcomes.
2. Efficiency: IoT can automate tasks, processes, reducing
human interventionandminimizingerrors.Thiscanlead
to increased efficiency, cost savings, and improved
productivity in industries.
3. Enhanced User Experience: IoT enables the
development of innovative products that can provide
personalized user experiences.Forexample,smarthome
devices, wearable devices, connected cars etc.
4. Security: IoT can enhance security through real-time
monitoring, predictive analytics, and automation of
safety protocols. For example, smart surveillance
systems, smart home security etc.
5. Environmental Sustainability: IoT can contribute to
environmental sustainability by enabling efficient
management of resources, such as energy, water, and
waste. For example,smartgrids,smartagriculture,smart
city solutions etc.
2. IMPLEMENTATION
2.1 Hardware Development:
2.1.1 Introduction to ESP8266:
The Wi-Fi module known as the ESP8266 is frequently used
in embedded applications, particularly Internet of Things
(IoT) applications. It is a low-cost, low-power, and highly
integrated module that combines a microcontroller unit
(MCU) with built-in Wi-Fi connectivity. As a result, it is ideal
foradding wirelesscommunicationcapabilitiestoavarietyof
Internet of Things devices [1].
Key Features:
 Clock Speed: 80 MHz
 Flash Memory: 4 MB / 64 KB
 Digital I/O Pins: 11
 ADC Pins: 1
 ADC Range: 0-3.3V DC
 UART/SPI/I2C: 1
 Wi-Fi built in: 802.11 b/g/n
 USB to Serial Interface: CP2102
One of the critical highlights of the ESP8266 module is its
capacity to run custom firmware, which takes into
consideration programming and customization of its
usefulness. Smart home automation, remote sensing, data
logging, wireless sensor networks, weather stations, and
numerous other IoT products all make use of the ESP8266
module.
2.1.2 BMP280 barometric pressure sensor
The BMP280,anabsolutebarometricpressuresensor,isideal
for mobile and other measurement applications due to its
compact dimensionsandlowpowerconsumption.Itiswidely
utilized in mobiles, smart watches, weather stations, and
other devices.Bosch'sprovenPiezo-resistivepressuresensor
technologyformsthefoundationoftheBMP280,offeringhigh
accuracy, linearity, and long-term stability [1].
Features of BMP280:
 Pressure Range: 300-1100 hPa
 Temperature Range: -40-85°C
 Average typical current consumption:3.4 μA @ 1 Hz
 Interface: I2C and SPI
 Operating voltage: 1.71 V – 3.6 V
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 08 | Aug 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 74
2.1.3 DHT11 Sensor:
The DHT11 sensor is designed for measuring the
temperature and humidity of the surrounding environment.
It consists of a capacitive humidity sensing element to
measure humidity and an NTC thermistor to sense
temperature. The capacitive element for humidity
measurement contains two electrodes with a moisture-
holding substrate acting as a dielectric between them. As
humidity levels change, the capacitance value also changes
accordingly. The circuit's integrated circuit (IC) then
measures and processes these resistance values, converting
them into a measurable digital signal.
Features:
 Operating Voltage: 3.3V-5.5V
 Temperature Range: 0-50 °C
 Temperature Accuracy: ±2% °C
 Humidity Range: 20-90% RH
 Humidity Accuracy: ±5% RH
2.1.4 Rain sensor:
The rain sensor is utilized to detect rainfall and finds
applications inautomaticwipers,weatherstations,andmore.
It operates on the principle of variable resistance, where the
two resistance coils are distant and the resistance is high
when the surface is dry. Conversely, during rainy conditions,
the resistance decreases. To process this variable resistance,
a voltage divider network converts it into a variable voltage,
which is then passed to the LM393 Voltage comparator to
transform it into a digital signal [2].
Circuit Diagram:
Fig -1: Circuit Diagram of Functional Prototype
2.2 Software Implementation:
2.2.1 ESP8266 Webserver:
A web server that can serve web pages, receive and process
HTTP requests, and send HTTP responses can be built with
the ESP8266 module. This empowers the module to
collaboratewithinternetbrowsersanddifferentgadgetsover
a nearby organization or the web, making it ideal for making
IoT applications that require electronic connection points.
The following is an overview of how to construct a web
server based on the ESP8266 [1][2]:
 Configure Wi-Fi connectivity settings: The
ESP8266 module needs to be configured with
appropriateWi-Fisettings,includingtheSSID(name
of the Wi-Fi network) and password, in order to
connect to a local Wi-Fi network.
 Create a web server: Creating a web server
involves in setting up a listening socket on a specific
port and handling incoming HTTP requests.
 Handle HTTP requests: Themoduleneedstoparse
the HTTP request sent by a web browser to the
ESP8266 web server, extract pertinent information
like the URL, HTTP method,andrequestparameters,
and process the request accordingly.
 Send HTTP responses: Post processing the HTTP
request, the ESP8266 web server needs to generate
an HTTP response, which typically includes an
HTML page, images etc. The response is sent backto
the client (e.g., web browser) in the form of an HTTP
response message.
 Implement desired functionality: The web server
running on the ESP8266 module can be altered to
execute the ideal usefulness for the IoT application.
Thiscan incorporatecontrolling associatedgadgets,
gathering sensor information, communicating with
data sets, and performing different undertakings in
view of the prerequisites of the application.
2.2.2 Implement AJAX in ESP8266 Webserver:
Implementing AJAX in an ESP8266 webserverinvolvesusing
the ESP8266 module to handle incoming HTTP requests and
sendasynchronousresponsestoclient-sidescriptsrunningin
a web browser. The overview forsetting up AJAX inESP8266
webserver is mentioned below:[4]
1. Set up the ESP8266 web server: Make use of
appropriatelibraries like ESP8266WebServertoset
up the ESP8266 module as a web server. This
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 08 | Aug 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 75
involvesconfiguringHTTPhandlerstohandleclient-
side incoming requests.
2. Handle AJAX requests: In the web server code
running on the ESP8266 module, implement
handlers for AJAX requests. These handlers should
extract relevant information from the HTTP
requests, such as the URL, HTTP method, and
request parameters, and process the request
accordingly.
3. Send asynchronous responses: The ESP8266web
server can generate data based on the request and
send it back as an asynchronous response in a
specific format such as JSON or XML instead of
sending a complete HTML page in response to AJAX
requests.
2.2.3 Programming the ESP8266:
Fig -2: Programming the ESP8266
2.3 Prototype Testing
Fig -3: Prototype Testing Hardware Setup
2.4 Results
Fig -4: Results on the HTML Webpage
3. CONCLUSIONS
In conclusion, this journal paperpresentsthedevelopmentof
a solar-based weather station capableofmonitoringmultiple
environmental parameters such as humidity, temperature,
pressure, and rainfall. The key innovation lies in its ability to
operatewithoutanyexternalpowersupply,theintegrationof
a solar panel that harnesses solar energy used for charging
the lithium-ion battery. TheuseofAJAXtechnologyfacilitates
real-time monitoring and data visualization on a web-based
IoT platform. This solar-powered weather station offers a
sustainable and efficient solution for collecting crucial
environmental data, making it a suitable device for various
applications, including weather monitoring, research, and
infrastructure management. The successful implementation
of this project showcases the potential of renewable energy
sources and IoT technologies in creating practical and eco-
friendly monitoring systems. As climate change becomes an
increasingly pressing global concern, the insights and
findings from this research contribute to the advancementof
environmentally conscious technologies, empowering us to
make informed decisions for a sustainable future.
REFERENCES
[1] S. Chakraborty, T. Joshi and S. Agarwal, "Internet of
Things (IoT) Based Cost Effective Weather Monitoring
Station," 2023 International Conference on Device
Intelligence, Computing and Communication
Technologies, (DICCT), Dehradun, India, 2023, pp. 7-11,
doi: 10.1109/DICCT56244.2023.10110037.
[2] A. S. Bin Shahadat, S. Islam Ayon and M. R. Khatun,
"Efficient IoT based Weather Station," 2020 IEEE
InternationalWomeninEngineering(WIE)Conferenceon
Electrical and Computer Engineering (WIECON-ECE),
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 08 | Aug 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 76
Bhubaneswar, India, 2020, pp. 227-230, doi:
10.1109/WIECON-ECE52138.2020.9398041.
[3] Jin Yuping, "Research and applicationofAjaxtechnology
in Web development," 2014 IEEE Workshop on
Electronics, Computer and Applications, Ottawa, ON,
Canada, 2014, pp. 256-260, doi:
10.1109/IWECA.2014.6845605.
[4] W. Han, K. -l. Fang, X. -h. Li and L. Zhang, "Ajax Appliedin
Environment Monitoring System Based on WSN," 2008
International Symposium on Computer Science and
Computational Technology, Shanghai, China, 2008, pp.
608-611, doi: 10.1109/ISCSCT.2008.327.
[5] Iswanto and H. Muhammad, “Wheater Montoring
System with Remote Radio Frequency Wireless
Communication,” International Journal of Embedded
System and Application, vol. 2, no. 3, 2012.
[6] M. Patil, S.R. Pachpande, J.P. Chaudari, and K.P. Rane,
“Study of Literature on Wheater Monitoring System,”
International Journal of Computer Application, vol. 153,
no. 3, 2016.
[7] L. Soe, K. Lwin, and H. Tun, “Implementation of
Microcontroller Based Sensing Unit in Transmitter for
Wireless Weather Station,” International Journal of
Science, Engineering and Technology Research, vol. 3,
issue 6, 2014.
BIOGRAPHIES
Ms. Lopa Mishra Jana presently
serving as the COO of Electropreneur
Park, Bhubaneswar, STPINEXT. She
has more than 17 years across various
sectors and organizations on both
national and international realm.With
Graduate and Post Graduate degrees
in Engineering and Business
Management, she has established
herself as a proficient initiator and
sustainer of entrepreneurial ventures.
Mr. Debasis Parida is an experienced
professional in the fieldsof embedded
Systems, IoT, and product
development. Currently working as
the Technical Officer at
Electropreneur Park, Bhubaneswar,
STPINEXT. He plays a pivotal role in
guiding startups throughout their
product development process.

More Related Content

Similar to Solar-Powered IoT-Enabled Weather Monitoring System with AJAX- Based Webserver for Data Visualization

IRJET- Implementation of IoT in Agriculture with Real Time Environmental, Soi...
IRJET- Implementation of IoT in Agriculture with Real Time Environmental, Soi...IRJET- Implementation of IoT in Agriculture with Real Time Environmental, Soi...
IRJET- Implementation of IoT in Agriculture with Real Time Environmental, Soi...
IRJET Journal
 
IRJET- Solar Power Monitoring System using IoT
IRJET-  	  Solar Power Monitoring System using IoTIRJET-  	  Solar Power Monitoring System using IoT
IRJET- Solar Power Monitoring System using IoT
IRJET Journal
 
Green House Automation using IoT
Green House Automation using IoT Green House Automation using IoT
Green House Automation using IoT
IRJET Journal
 
RICE INDUSTRY AUTOMATION TECHNIQUE USING IoT WITH RASPBERRY PI AND PHYTON LAN...
RICE INDUSTRY AUTOMATION TECHNIQUE USING IoT WITH RASPBERRY PI AND PHYTON LAN...RICE INDUSTRY AUTOMATION TECHNIQUE USING IoT WITH RASPBERRY PI AND PHYTON LAN...
RICE INDUSTRY AUTOMATION TECHNIQUE USING IoT WITH RASPBERRY PI AND PHYTON LAN...
IRJET Journal
 
IRJET- Smart Weather Monitoring and Real Time Alert System using IoT
IRJET- Smart Weather Monitoring and Real Time Alert System using IoTIRJET- Smart Weather Monitoring and Real Time Alert System using IoT
IRJET- Smart Weather Monitoring and Real Time Alert System using IoT
IRJET Journal
 
IRJET- Machine Learning for Weather Prediction and Forecasting for Local Weat...
IRJET- Machine Learning for Weather Prediction and Forecasting for Local Weat...IRJET- Machine Learning for Weather Prediction and Forecasting for Local Weat...
IRJET- Machine Learning for Weather Prediction and Forecasting for Local Weat...
IRJET Journal
 
IRJET- Home Automation using IoT: Review
IRJET- Home Automation using IoT: ReviewIRJET- Home Automation using IoT: Review
IRJET- Home Automation using IoT: Review
IRJET Journal
 
IRJET- Exploring the Nuances of Internet of Things in Health Care Assisting S...
IRJET- Exploring the Nuances of Internet of Things in Health Care Assisting S...IRJET- Exploring the Nuances of Internet of Things in Health Care Assisting S...
IRJET- Exploring the Nuances of Internet of Things in Health Care Assisting S...
IRJET Journal
 
IOT Personal Weather Station
IOT Personal Weather StationIOT Personal Weather Station
IOT Personal Weather Station
IRJET Journal
 
Wind Turbine Monitoring System Using IoT
Wind Turbine Monitoring System Using IoTWind Turbine Monitoring System Using IoT
Wind Turbine Monitoring System Using IoT
IRJET Journal
 
Iot Based Society Automation Using GTBS Protocol
Iot Based Society Automation Using GTBS ProtocolIot Based Society Automation Using GTBS Protocol
Iot Based Society Automation Using GTBS Protocol
IRJET Journal
 
IRJET- Sensors implementation in AGV & IoT based data visualization over clie...
IRJET- Sensors implementation in AGV & IoT based data visualization over clie...IRJET- Sensors implementation in AGV & IoT based data visualization over clie...
IRJET- Sensors implementation in AGV & IoT based data visualization over clie...
IRJET Journal
 
IRJET - IoT based Smart City and Air Quality Monitor
IRJET -  	  IoT based Smart City and Air Quality MonitorIRJET -  	  IoT based Smart City and Air Quality Monitor
IRJET - IoT based Smart City and Air Quality Monitor
IRJET Journal
 
IRJET - Speed Control of DC Motor by using IoT
IRJET -  	  Speed Control of DC Motor by using IoTIRJET -  	  Speed Control of DC Motor by using IoT
IRJET - Speed Control of DC Motor by using IoT
IRJET Journal
 
IRJET - Smart Home with Power Consumed Statistics using Android Application
IRJET - Smart Home with Power Consumed Statistics using Android ApplicationIRJET - Smart Home with Power Consumed Statistics using Android Application
IRJET - Smart Home with Power Consumed Statistics using Android Application
IRJET Journal
 
IRJET - IoT-based Monitoring of Induction Motor Performance
IRJET - IoT-based Monitoring of Induction Motor PerformanceIRJET - IoT-based Monitoring of Induction Motor Performance
IRJET - IoT-based Monitoring of Induction Motor Performance
IRJET Journal
 
IRJET- Wireless Sensor Network(WSN) Implementation in IoT based Smart City
IRJET- Wireless Sensor Network(WSN) Implementation in IoT based Smart CityIRJET- Wireless Sensor Network(WSN) Implementation in IoT based Smart City
IRJET- Wireless Sensor Network(WSN) Implementation in IoT based Smart City
IRJET Journal
 
IRJET- Water Management System using IoT with WSN
IRJET- Water Management System using IoT with WSNIRJET- Water Management System using IoT with WSN
IRJET- Water Management System using IoT with WSN
IRJET Journal
 
On-line IDACS for Embedded Real Time Application
On-line IDACS for Embedded Real Time ApplicationOn-line IDACS for Embedded Real Time Application
On-line IDACS for Embedded Real Time Application
AM Publications
 
On-line IDACS for Embedded Real Time Application
On-line IDACS for Embedded Real Time ApplicationOn-line IDACS for Embedded Real Time Application
On-line IDACS for Embedded Real Time Application
AM Publications
 

Similar to Solar-Powered IoT-Enabled Weather Monitoring System with AJAX- Based Webserver for Data Visualization (20)

IRJET- Implementation of IoT in Agriculture with Real Time Environmental, Soi...
IRJET- Implementation of IoT in Agriculture with Real Time Environmental, Soi...IRJET- Implementation of IoT in Agriculture with Real Time Environmental, Soi...
IRJET- Implementation of IoT in Agriculture with Real Time Environmental, Soi...
 
IRJET- Solar Power Monitoring System using IoT
IRJET-  	  Solar Power Monitoring System using IoTIRJET-  	  Solar Power Monitoring System using IoT
IRJET- Solar Power Monitoring System using IoT
 
Green House Automation using IoT
Green House Automation using IoT Green House Automation using IoT
Green House Automation using IoT
 
RICE INDUSTRY AUTOMATION TECHNIQUE USING IoT WITH RASPBERRY PI AND PHYTON LAN...
RICE INDUSTRY AUTOMATION TECHNIQUE USING IoT WITH RASPBERRY PI AND PHYTON LAN...RICE INDUSTRY AUTOMATION TECHNIQUE USING IoT WITH RASPBERRY PI AND PHYTON LAN...
RICE INDUSTRY AUTOMATION TECHNIQUE USING IoT WITH RASPBERRY PI AND PHYTON LAN...
 
IRJET- Smart Weather Monitoring and Real Time Alert System using IoT
IRJET- Smart Weather Monitoring and Real Time Alert System using IoTIRJET- Smart Weather Monitoring and Real Time Alert System using IoT
IRJET- Smart Weather Monitoring and Real Time Alert System using IoT
 
IRJET- Machine Learning for Weather Prediction and Forecasting for Local Weat...
IRJET- Machine Learning for Weather Prediction and Forecasting for Local Weat...IRJET- Machine Learning for Weather Prediction and Forecasting for Local Weat...
IRJET- Machine Learning for Weather Prediction and Forecasting for Local Weat...
 
IRJET- Home Automation using IoT: Review
IRJET- Home Automation using IoT: ReviewIRJET- Home Automation using IoT: Review
IRJET- Home Automation using IoT: Review
 
IRJET- Exploring the Nuances of Internet of Things in Health Care Assisting S...
IRJET- Exploring the Nuances of Internet of Things in Health Care Assisting S...IRJET- Exploring the Nuances of Internet of Things in Health Care Assisting S...
IRJET- Exploring the Nuances of Internet of Things in Health Care Assisting S...
 
IOT Personal Weather Station
IOT Personal Weather StationIOT Personal Weather Station
IOT Personal Weather Station
 
Wind Turbine Monitoring System Using IoT
Wind Turbine Monitoring System Using IoTWind Turbine Monitoring System Using IoT
Wind Turbine Monitoring System Using IoT
 
Iot Based Society Automation Using GTBS Protocol
Iot Based Society Automation Using GTBS ProtocolIot Based Society Automation Using GTBS Protocol
Iot Based Society Automation Using GTBS Protocol
 
IRJET- Sensors implementation in AGV & IoT based data visualization over clie...
IRJET- Sensors implementation in AGV & IoT based data visualization over clie...IRJET- Sensors implementation in AGV & IoT based data visualization over clie...
IRJET- Sensors implementation in AGV & IoT based data visualization over clie...
 
IRJET - IoT based Smart City and Air Quality Monitor
IRJET -  	  IoT based Smart City and Air Quality MonitorIRJET -  	  IoT based Smart City and Air Quality Monitor
IRJET - IoT based Smart City and Air Quality Monitor
 
IRJET - Speed Control of DC Motor by using IoT
IRJET -  	  Speed Control of DC Motor by using IoTIRJET -  	  Speed Control of DC Motor by using IoT
IRJET - Speed Control of DC Motor by using IoT
 
IRJET - Smart Home with Power Consumed Statistics using Android Application
IRJET - Smart Home with Power Consumed Statistics using Android ApplicationIRJET - Smart Home with Power Consumed Statistics using Android Application
IRJET - Smart Home with Power Consumed Statistics using Android Application
 
IRJET - IoT-based Monitoring of Induction Motor Performance
IRJET - IoT-based Monitoring of Induction Motor PerformanceIRJET - IoT-based Monitoring of Induction Motor Performance
IRJET - IoT-based Monitoring of Induction Motor Performance
 
IRJET- Wireless Sensor Network(WSN) Implementation in IoT based Smart City
IRJET- Wireless Sensor Network(WSN) Implementation in IoT based Smart CityIRJET- Wireless Sensor Network(WSN) Implementation in IoT based Smart City
IRJET- Wireless Sensor Network(WSN) Implementation in IoT based Smart City
 
IRJET- Water Management System using IoT with WSN
IRJET- Water Management System using IoT with WSNIRJET- Water Management System using IoT with WSN
IRJET- Water Management System using IoT with WSN
 
On-line IDACS for Embedded Real Time Application
On-line IDACS for Embedded Real Time ApplicationOn-line IDACS for Embedded Real Time Application
On-line IDACS for Embedded Real Time Application
 
On-line IDACS for Embedded Real Time Application
On-line IDACS for Embedded Real Time ApplicationOn-line IDACS for Embedded Real Time Application
On-line IDACS for Embedded Real Time Application
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
IRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
IRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
IRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
IRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
IRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
IRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
IRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
IRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Applications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdfApplications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdf
Atif Razi
 
Null Bangalore | Pentesters Approach to AWS IAM
Null Bangalore | Pentesters Approach to AWS IAMNull Bangalore | Pentesters Approach to AWS IAM
Null Bangalore | Pentesters Approach to AWS IAM
Divyanshu
 
integral complex analysis chapter 06 .pdf
integral complex analysis chapter 06 .pdfintegral complex analysis chapter 06 .pdf
integral complex analysis chapter 06 .pdf
gaafergoudaay7aga
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
Madan Karki
 
Computational Engineering IITH Presentation
Computational Engineering IITH PresentationComputational Engineering IITH Presentation
Computational Engineering IITH Presentation
co23btech11018
 
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
171ticu
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
MDSABBIROJJAMANPAYEL
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
IJECEIAES
 
Software Engineering and Project Management - Introduction, Modeling Concepts...
Software Engineering and Project Management - Introduction, Modeling Concepts...Software Engineering and Project Management - Introduction, Modeling Concepts...
Software Engineering and Project Management - Introduction, Modeling Concepts...
Prakhyath Rai
 
ITSM Integration with MuleSoft.pptx
ITSM  Integration with MuleSoft.pptxITSM  Integration with MuleSoft.pptx
ITSM Integration with MuleSoft.pptx
VANDANAMOHANGOUDA
 
Curve Fitting in Numerical Methods Regression
Curve Fitting in Numerical Methods RegressionCurve Fitting in Numerical Methods Regression
Curve Fitting in Numerical Methods Regression
Nada Hikmah
 
CEC 352 - SATELLITE COMMUNICATION UNIT 1
CEC 352 - SATELLITE COMMUNICATION UNIT 1CEC 352 - SATELLITE COMMUNICATION UNIT 1
CEC 352 - SATELLITE COMMUNICATION UNIT 1
PKavitha10
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
IJECEIAES
 
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
shadow0702a
 
Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...
bijceesjournal
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
IJECEIAES
 
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
ecqow
 
An Introduction to the Compiler Designss
An Introduction to the Compiler DesignssAn Introduction to the Compiler Designss
An Introduction to the Compiler Designss
ElakkiaU
 
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Sinan KOZAK
 
Design and optimization of ion propulsion drone
Design and optimization of ion propulsion droneDesign and optimization of ion propulsion drone
Design and optimization of ion propulsion drone
bjmsejournal
 

Recently uploaded (20)

Applications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdfApplications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdf
 
Null Bangalore | Pentesters Approach to AWS IAM
Null Bangalore | Pentesters Approach to AWS IAMNull Bangalore | Pentesters Approach to AWS IAM
Null Bangalore | Pentesters Approach to AWS IAM
 
integral complex analysis chapter 06 .pdf
integral complex analysis chapter 06 .pdfintegral complex analysis chapter 06 .pdf
integral complex analysis chapter 06 .pdf
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
 
Computational Engineering IITH Presentation
Computational Engineering IITH PresentationComputational Engineering IITH Presentation
Computational Engineering IITH Presentation
 
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
 
Software Engineering and Project Management - Introduction, Modeling Concepts...
Software Engineering and Project Management - Introduction, Modeling Concepts...Software Engineering and Project Management - Introduction, Modeling Concepts...
Software Engineering and Project Management - Introduction, Modeling Concepts...
 
ITSM Integration with MuleSoft.pptx
ITSM  Integration with MuleSoft.pptxITSM  Integration with MuleSoft.pptx
ITSM Integration with MuleSoft.pptx
 
Curve Fitting in Numerical Methods Regression
Curve Fitting in Numerical Methods RegressionCurve Fitting in Numerical Methods Regression
Curve Fitting in Numerical Methods Regression
 
CEC 352 - SATELLITE COMMUNICATION UNIT 1
CEC 352 - SATELLITE COMMUNICATION UNIT 1CEC 352 - SATELLITE COMMUNICATION UNIT 1
CEC 352 - SATELLITE COMMUNICATION UNIT 1
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
 
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
 
Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
 
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
 
An Introduction to the Compiler Designss
An Introduction to the Compiler DesignssAn Introduction to the Compiler Designss
An Introduction to the Compiler Designss
 
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
 
Design and optimization of ion propulsion drone
Design and optimization of ion propulsion droneDesign and optimization of ion propulsion drone
Design and optimization of ion propulsion drone
 

Solar-Powered IoT-Enabled Weather Monitoring System with AJAX- Based Webserver for Data Visualization

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 08 | Aug 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 72 Solar-Powered IoT-Enabled Weather Monitoring System with AJAX- Based Webserver for Data Visualization Lopa Mishra Jana1, Debasis Parida2 1 Chief Operating Officer, Electropreneur Park-Bhubaneswar, AIC STPINEXT Initiatives 2 Technical Officer, Electropreneur Park-Bhubaneswar, AIC STPINEXT Initiatives ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract – Internet of Things (IoT) devices are being very popular nowadays in various application areas in multiple industry sectors. The web application to interact with these IoT enabled devices is primarily done through web applications that run on mobile and PCs. Thewebapplications must provide real-time dynamic information and interacts with sensors and environment to get the request or data. AJAX technology enables dynamic data loading in the IoT web applications with auto-updation of sensor information. This paper presents an innovative approach for developing a Solar powered intelligent weather stationbasedonInternet of Things (IoT) using AJAX-based web server technology. The proposed system leverages the asynchronous communication capabilities of AJAX to enable real-timedataupdates, dynamic content loading, and interactive user interfaces, providing a seamless and responsive user experience. The system utilizes AJAX Technology to create a web-based interface that allows users to access and monitor weather data including Temperature, Humidity & Rain fromthe sensors. Theproposed solution has been implemented and the prototypeofthesmart weather station is tested, demonstrating the real-time sensor data visualization, real-time data updation, solar based battery charging and IoT based sensor integration. ESP8266 based webserver is being used in the proposed solution along with the sensors to sense the weather parameters. The results show the web application with real-time sensor data displayed; Real-time AJAX based data updation etc. Key Words: Internet of Things (IoT), AJAX, Sensor, ESP8266 1. INTRODUCTION Internet of Things (IoT) encompasses a network of interconnecteddevicesintegratedwithsensorsandsoftware, enabling them to gather, exchange, and analyze data. These devices can include everyday objects like household appliances, wearable devices, machines, healthcare devices, and more. In the recent years, the significance of IoT has surged as it holds the potential to revolutionize industriesby digitizing processes and enhancing productivity and efficiency. A Smart weather station basedontheInternetofThings(IoT) and solar energy can be used to sense various weather parameters and send it to IOT based server for real-time monitoring. Furthermore, to enable real-time data updates, asynchronous data retrieval, and an interactive user experience, AJAX technology is integrated with the webserver. 1.1 AJAX Technology AJAX (Asynchronous JavaScript and XML) is a web development technology that allows for asynchronous communication between a web browser and a web server without the webpage refreshing. It enables web experiences by allowing web applications to update parts of a webpage without fully refreshing the entire page. With AJAX, innovators can build web applications that can send and receive data from a server in the background without interrupting the user's interaction with the webpage. This asynchronous communication allows for faster and more interactive web experiences, as only the updated portions of the page need to be refreshed, reducing the amount of data transfer and processing required.[4] AJAX is widely used in modernwebdevelopmentforavariety of purposes, including dynamic content loading, form submissions, real-time data updates, and interactive user interfaces. It has become a popular technology in building richandinteractivewebapplications,providingasmoothand responsive user experience. It has several advantages, including improved user experience, increasedperformance, reduced server load, and the ability to build complex web applications with dynamic content. The benefits of using AJAX technology are mentioned below: 1. Efficient Data Retrieval: The smart weather station uses AJAX Technology to asynchronously retrieve weather data from various sensors. When a user requests any information,AJAX can send a requesttothe server to fetch the latest data without reloading the entire page. This allows for efficient and asynchronous data retrieval, ensuring that the system remains responsive and doesn't block the user interface. 2. Real-time Data Updates: The use of AJAX Technologies enables real-time data updates without refreshing the complete webpage. This can provide users with up-to- dateandrelevantweatherinformationwithoutrequiring them to manually refresh the page.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 08 | Aug 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 73 3. Data Visualization: AJAX can be used to dynamically updateweatherdatavisualizations,suchascharts,maps, or graphs. AJAX can also be used to update weather charts or graphs to provide users with visual representations of weather trends. 4. User Interaction: AJAX can enable user interaction in the system. For example, users can customize their weather preferences, set upweather alerts etc. by giving inputs through forms, text fields etc. 5. Performance Optimization: AJAX optimizes the performance of the weather station. By asynchronously retrieving data andupdatingtheuserinterface,AJAXalso reduces the amount of data transfer and processing required, resulting in a more efficient and responsive system. 1.2 Features of Smart Weather Station Here are some key reasons why IoT is considered important nowadays: 1. Connectivity: IoT enables devices to connect and communicate with each other, allowing seamless data exchange. This data can be further processed for better decision-making, process optimization, and improved outcomes. 2. Efficiency: IoT can automate tasks, processes, reducing human interventionandminimizingerrors.Thiscanlead to increased efficiency, cost savings, and improved productivity in industries. 3. Enhanced User Experience: IoT enables the development of innovative products that can provide personalized user experiences.Forexample,smarthome devices, wearable devices, connected cars etc. 4. Security: IoT can enhance security through real-time monitoring, predictive analytics, and automation of safety protocols. For example, smart surveillance systems, smart home security etc. 5. Environmental Sustainability: IoT can contribute to environmental sustainability by enabling efficient management of resources, such as energy, water, and waste. For example,smartgrids,smartagriculture,smart city solutions etc. 2. IMPLEMENTATION 2.1 Hardware Development: 2.1.1 Introduction to ESP8266: The Wi-Fi module known as the ESP8266 is frequently used in embedded applications, particularly Internet of Things (IoT) applications. It is a low-cost, low-power, and highly integrated module that combines a microcontroller unit (MCU) with built-in Wi-Fi connectivity. As a result, it is ideal foradding wirelesscommunicationcapabilitiestoavarietyof Internet of Things devices [1]. Key Features:  Clock Speed: 80 MHz  Flash Memory: 4 MB / 64 KB  Digital I/O Pins: 11  ADC Pins: 1  ADC Range: 0-3.3V DC  UART/SPI/I2C: 1  Wi-Fi built in: 802.11 b/g/n  USB to Serial Interface: CP2102 One of the critical highlights of the ESP8266 module is its capacity to run custom firmware, which takes into consideration programming and customization of its usefulness. Smart home automation, remote sensing, data logging, wireless sensor networks, weather stations, and numerous other IoT products all make use of the ESP8266 module. 2.1.2 BMP280 barometric pressure sensor The BMP280,anabsolutebarometricpressuresensor,isideal for mobile and other measurement applications due to its compact dimensionsandlowpowerconsumption.Itiswidely utilized in mobiles, smart watches, weather stations, and other devices.Bosch'sprovenPiezo-resistivepressuresensor technologyformsthefoundationoftheBMP280,offeringhigh accuracy, linearity, and long-term stability [1]. Features of BMP280:  Pressure Range: 300-1100 hPa  Temperature Range: -40-85°C  Average typical current consumption:3.4 μA @ 1 Hz  Interface: I2C and SPI  Operating voltage: 1.71 V – 3.6 V
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 08 | Aug 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 74 2.1.3 DHT11 Sensor: The DHT11 sensor is designed for measuring the temperature and humidity of the surrounding environment. It consists of a capacitive humidity sensing element to measure humidity and an NTC thermistor to sense temperature. The capacitive element for humidity measurement contains two electrodes with a moisture- holding substrate acting as a dielectric between them. As humidity levels change, the capacitance value also changes accordingly. The circuit's integrated circuit (IC) then measures and processes these resistance values, converting them into a measurable digital signal. Features:  Operating Voltage: 3.3V-5.5V  Temperature Range: 0-50 °C  Temperature Accuracy: ±2% °C  Humidity Range: 20-90% RH  Humidity Accuracy: ±5% RH 2.1.4 Rain sensor: The rain sensor is utilized to detect rainfall and finds applications inautomaticwipers,weatherstations,andmore. It operates on the principle of variable resistance, where the two resistance coils are distant and the resistance is high when the surface is dry. Conversely, during rainy conditions, the resistance decreases. To process this variable resistance, a voltage divider network converts it into a variable voltage, which is then passed to the LM393 Voltage comparator to transform it into a digital signal [2]. Circuit Diagram: Fig -1: Circuit Diagram of Functional Prototype 2.2 Software Implementation: 2.2.1 ESP8266 Webserver: A web server that can serve web pages, receive and process HTTP requests, and send HTTP responses can be built with the ESP8266 module. This empowers the module to collaboratewithinternetbrowsersanddifferentgadgetsover a nearby organization or the web, making it ideal for making IoT applications that require electronic connection points. The following is an overview of how to construct a web server based on the ESP8266 [1][2]:  Configure Wi-Fi connectivity settings: The ESP8266 module needs to be configured with appropriateWi-Fisettings,includingtheSSID(name of the Wi-Fi network) and password, in order to connect to a local Wi-Fi network.  Create a web server: Creating a web server involves in setting up a listening socket on a specific port and handling incoming HTTP requests.  Handle HTTP requests: Themoduleneedstoparse the HTTP request sent by a web browser to the ESP8266 web server, extract pertinent information like the URL, HTTP method,andrequestparameters, and process the request accordingly.  Send HTTP responses: Post processing the HTTP request, the ESP8266 web server needs to generate an HTTP response, which typically includes an HTML page, images etc. The response is sent backto the client (e.g., web browser) in the form of an HTTP response message.  Implement desired functionality: The web server running on the ESP8266 module can be altered to execute the ideal usefulness for the IoT application. Thiscan incorporatecontrolling associatedgadgets, gathering sensor information, communicating with data sets, and performing different undertakings in view of the prerequisites of the application. 2.2.2 Implement AJAX in ESP8266 Webserver: Implementing AJAX in an ESP8266 webserverinvolvesusing the ESP8266 module to handle incoming HTTP requests and sendasynchronousresponsestoclient-sidescriptsrunningin a web browser. The overview forsetting up AJAX inESP8266 webserver is mentioned below:[4] 1. Set up the ESP8266 web server: Make use of appropriatelibraries like ESP8266WebServertoset up the ESP8266 module as a web server. This
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 08 | Aug 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 75 involvesconfiguringHTTPhandlerstohandleclient- side incoming requests. 2. Handle AJAX requests: In the web server code running on the ESP8266 module, implement handlers for AJAX requests. These handlers should extract relevant information from the HTTP requests, such as the URL, HTTP method, and request parameters, and process the request accordingly. 3. Send asynchronous responses: The ESP8266web server can generate data based on the request and send it back as an asynchronous response in a specific format such as JSON or XML instead of sending a complete HTML page in response to AJAX requests. 2.2.3 Programming the ESP8266: Fig -2: Programming the ESP8266 2.3 Prototype Testing Fig -3: Prototype Testing Hardware Setup 2.4 Results Fig -4: Results on the HTML Webpage 3. CONCLUSIONS In conclusion, this journal paperpresentsthedevelopmentof a solar-based weather station capableofmonitoringmultiple environmental parameters such as humidity, temperature, pressure, and rainfall. The key innovation lies in its ability to operatewithoutanyexternalpowersupply,theintegrationof a solar panel that harnesses solar energy used for charging the lithium-ion battery. TheuseofAJAXtechnologyfacilitates real-time monitoring and data visualization on a web-based IoT platform. This solar-powered weather station offers a sustainable and efficient solution for collecting crucial environmental data, making it a suitable device for various applications, including weather monitoring, research, and infrastructure management. The successful implementation of this project showcases the potential of renewable energy sources and IoT technologies in creating practical and eco- friendly monitoring systems. As climate change becomes an increasingly pressing global concern, the insights and findings from this research contribute to the advancementof environmentally conscious technologies, empowering us to make informed decisions for a sustainable future. REFERENCES [1] S. Chakraborty, T. Joshi and S. Agarwal, "Internet of Things (IoT) Based Cost Effective Weather Monitoring Station," 2023 International Conference on Device Intelligence, Computing and Communication Technologies, (DICCT), Dehradun, India, 2023, pp. 7-11, doi: 10.1109/DICCT56244.2023.10110037. [2] A. S. Bin Shahadat, S. Islam Ayon and M. R. Khatun, "Efficient IoT based Weather Station," 2020 IEEE InternationalWomeninEngineering(WIE)Conferenceon Electrical and Computer Engineering (WIECON-ECE),
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 08 | Aug 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 76 Bhubaneswar, India, 2020, pp. 227-230, doi: 10.1109/WIECON-ECE52138.2020.9398041. [3] Jin Yuping, "Research and applicationofAjaxtechnology in Web development," 2014 IEEE Workshop on Electronics, Computer and Applications, Ottawa, ON, Canada, 2014, pp. 256-260, doi: 10.1109/IWECA.2014.6845605. [4] W. Han, K. -l. Fang, X. -h. Li and L. Zhang, "Ajax Appliedin Environment Monitoring System Based on WSN," 2008 International Symposium on Computer Science and Computational Technology, Shanghai, China, 2008, pp. 608-611, doi: 10.1109/ISCSCT.2008.327. [5] Iswanto and H. Muhammad, “Wheater Montoring System with Remote Radio Frequency Wireless Communication,” International Journal of Embedded System and Application, vol. 2, no. 3, 2012. [6] M. Patil, S.R. Pachpande, J.P. Chaudari, and K.P. Rane, “Study of Literature on Wheater Monitoring System,” International Journal of Computer Application, vol. 153, no. 3, 2016. [7] L. Soe, K. Lwin, and H. Tun, “Implementation of Microcontroller Based Sensing Unit in Transmitter for Wireless Weather Station,” International Journal of Science, Engineering and Technology Research, vol. 3, issue 6, 2014. BIOGRAPHIES Ms. Lopa Mishra Jana presently serving as the COO of Electropreneur Park, Bhubaneswar, STPINEXT. She has more than 17 years across various sectors and organizations on both national and international realm.With Graduate and Post Graduate degrees in Engineering and Business Management, she has established herself as a proficient initiator and sustainer of entrepreneurial ventures. Mr. Debasis Parida is an experienced professional in the fieldsof embedded Systems, IoT, and product development. Currently working as the Technical Officer at Electropreneur Park, Bhubaneswar, STPINEXT. He plays a pivotal role in guiding startups throughout their product development process.