0% found this document useful (0 votes)
37 views

Test 1 LaTeX

The document is a list of abbreviations for a dissertation submitted by Tarek Benmiloud to fulfill the requirements for a Bachelor's degree in electrical engineering at the University of Ziane Achour in Djelfa, Algeria. It includes acknowledgments thanking those who contributed to the completion of the dissertation. The abstract summarizes that the study aimed to design and fabricate a system to measure temperature and humidity using an Arduino board interfaced with sensors and an LCD. Keywords included Arduino Uno, temperature and humidity sensor, LCD, and I2C module.

Uploaded by

Benmiloud Marcus
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
37 views

Test 1 LaTeX

The document is a list of abbreviations for a dissertation submitted by Tarek Benmiloud to fulfill the requirements for a Bachelor's degree in electrical engineering at the University of Ziane Achour in Djelfa, Algeria. It includes acknowledgments thanking those who contributed to the completion of the dissertation. The abstract summarizes that the study aimed to design and fabricate a system to measure temperature and humidity using an Arduino board interfaced with sensors and an LCD. Keywords included Arduino Uno, temperature and humidity sensor, LCD, and I2C module.

Uploaded by

Benmiloud Marcus
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 9

List of Abbreviations

PEOPLE’S DEMOCRATIC REPUBLIC OF ALGERIA

MINISTRY OF HIGHER EDUCATION AND SCIENTIFIC RESEARCH

UNIVERSITY ZIANE ACHOUR OF DJELFA

Faculty of Sciences and Technology


Department of Electrical Engineering
Dissertation
Submitted in partial fulfillment of the requirements for Bachelor Degree in
Electrical Engineering [0.2cm]

Option: Automatic Engineering

Presented by Tarek Benmiloud

Notes on the Preparation of the Bachelor Manuscript


Jury:
Examiner Hebchi Mohamed Professor University of Djelfa

September 2021

Univ-Djelfa/Electrical Engineering: 2021


October 21, 2022
List of Abbreviations

Acknowledgements
I Would like to thank all who in one way or another contributed in the completion of
this thesis. I am so grateful to the Faculty of Science and Technology at the University of
Ziane Achour - Djelfa - for making it possible for me to study here. I give deep thanks to the
Professors at the Automatic class and other workers of the faculty.My special and heartily
thanks to my supervisor, Professor Hebchi Mohamed who encouraged and directed me. I
also thank my family and friends who supported me throughout the time of this research. I
want to acknowledge and appreciate their help and transparency during our research. I am
also so thankful to my fellow students and colleagues whose been always there and been part
of my special year.

Univ-Djelfa/Electrical Engineering: 2021


List of Abbreviations

Abstract

Humidity and Temperature are crucial parameters for the optimal response of biological
systems e.g. each has its own impact on growth and production of quality crops. There are
several techniques of measuring humidity and temperature. However, there is still a need
for continuous technological innovation to enable fast, real time and remote monitoring of
these parameters. The aim of this study research was to fabricate a functional hardware
and software system to measure temperature and humidity. The system was designed to
allow multiple communications with user, LED indication mechanism. The study utilized
an Arduino Uno (Wavgat) board interfaced with a Temperature and Humidity sensor, I2C
Module, LCD.
A code was generated using the computer with the appropriate Arduino program and
sent to the Arduino microcontroller for running the circuit. To study the performance char-
acteristics of the Arduino-based humidity and temperature sensor.
Keywords:
Arduino Uno, Temperature and Humidity sensor, LCD, I2C Module

Univ-Djelfa/Electrical Engineering: 2021


Contents

0.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
0.2 Arduino . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
0.2.1 Inexpensive . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
0.2.2 Cross-Platform . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
0.2.3 Simple, clear programming environment . . . . . . . . . . . . . . . .
0.2.4 Open source and extensible software . . . . . . . . . . . . . . . . . .
0.3 What we can do with Arduino . . . . . . . . . . . . . . . . . . . . . . . . . .
0.4 Arduino board . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
0.4.1 Power (USB/Barrel Jack) . . . . . . . . . . . . . . . . . . . . . . . .
0.4.2 Ping (5V, 3.3V, GND, Analog, Digital, PWM, AREF) . . . . . . . .
0.4.3 Reset Button . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
0.4.4 Power LED indicator . . . . . . . . . . . . . . . . . . . . . . . . . . .
0.4.5 TX RX LEDs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
0.4.6 Main IC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
0.4.7 Voltage Regulator . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
0.5 The Arduino Family . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
0.6 Arduino IDE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
0.7 FINAL PROJECT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
0.7.1 Components . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
0.7.2 Definitions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
0.7.3 Simulation of the DHT11 sensor . . . . . . . . . . . . . . . . . . . . .
0.7.4 Simulation of the LCD . . . . . . . . . . . . . . . . . . . . . . . . . .
0.7.5 Project Simulation . . . . . . . . . . . . . . . . . . . . . . . . . . . .
0.8 Conclusion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

List of Figures
List of Abbreviations

Figure 1: Caption

0.1 Introduction
Arduino is an open-source electronics platform based on easy-to-use hardware and software.
Arduino boards are able to read inputs-light on a sensor, a finger on a button, or a Twitter
message - and turn it into an output - activating a motor, turning on an LED, publishing
something online. You can tell your board what to do by sending a set of instructions to the
microcontroller on the board. To do so you use the Arduino programming language (based
on Wiring), and the Arduino Software (IDE), based on processing. Over the years Arduino
has been the brain of thousands of projects, from everyday objects to complex scientific
instruments. A worldwide community of makers-students, hobbyists, artists, programmers,
and professionals has gathered around this open-source platform, their contributions have
added up to an incredible amount of accessible knowledge that can be of great help to novices
and experts alike. Arduino was born at the Ivrea Interaction Design Institute as an easy tool
for fast prototyping, aimed at students without a background in electronics and programming.
As soon as it reached a wider community, the Arduino board started changing to adapt to
new needs and challenges, differentiating its offer from simple 8-bit boards to products for
IoT applications, wearable, 3D printing, and embedded environments. All Arduino boards
are completely open-source, empowering users to build them independently and eventually
adapt them to their particular needs.

Univ-Djelfa/Electrical Engineering: 2021


List of Abbreviations

Univ-Djelfa/Electrical Engineering: 2021


List of Abbreviations

0.2 Arduino

0.2.1 Inexpensive

0.2.2 Cross-Platform

0.2.3 Simple, clear programming environment

0.2.4 Open source and extensible software

0.3 What we can do with Arduino

0.4 Arduino board

0.4.1 Power (USB/Barrel Jack)

0.4.2 Ping (5V, 3.3V, GND, Analog, Digital, PWM, AREF)

0.4.3 Reset Button

0.4.4 Power LED indicator

0.4.5 TX RX LEDs

0.4.6 Main IC

0.4.7 Voltage Regulator

0.5 The Arduino Family

0.6 Arduino IDE

0.7 FINAL PROJECT

0.7.1 Components

0.7.2 Definitions

0.7.3 Simulation of the DHT11 sensor


Univ-Djelfa/Electrical
0.7.4 Simulation Engineering:
of the 2021
LCD

0.7.5 Project Simulation


List of Figures

1 Caption . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy