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

Arduino Report 2

Uploaded by

Dia Al-Hemdani
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views

Arduino Report 2

Uploaded by

Dia Al-Hemdani
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

DECEMBER 8, 2022

ARDUINO PROJECTS 2

DONE BY
Dia Ahmed Abdo Lutf
E. SUPERVISOR
Moses Mehdi
CONTENTS

✓ PREFACE
i) Introduction.
ii) Main Objectives.
✓ Projects Procedures……………………………………………………………………………………………………… 1
✓ Conclusions and Notes…………………………………………………………………………………………………. 2
PREFACE
Regarding arduino projects,This report will mainly be concentrated on briefing the
process of conducting and executing the course of actions required in order to build and
develop arduino projects. Basically, such projects that this report is briefing are as follows:
a) Controlling LED light intensity by a potentiometer.
b) Controlling LED light intensity by exposing an LDR to different light intensities.
c) Measuring certain distance and locating objects by an ultrasonic sensor.
Gradually, the course of actions of these projects would start from figuring out the right
algrithm on how to control the project either automatically, or with human interferences and
then code it using Arduino IDE. After that, desiging the electronic circuit with respect to the
code which being written and the final step to go is uploading the code to an Arduino Uno
hardware. To conclude, the notes and observations that were taken during the projects process
development will be cited.

Main Objectives

a) Empowering the acquired skills to get the projects in a functioned state.


b) Gain new experience as for Arduino projects and enhance that experience in doing more
innovative and astonishing projects.
✓ Projects Procedures:
a) Coding on the Arduino IDE.
b) Design the required electronic circuits on the breadboard.
c) Verify and upload the codes to the Arduino Uno which then will be automatically
executed on the circuit attached to the Arduino Uno.
− Note: the above procedures are demonstrated at the table below.
Experiment Written Code Designed Circuit
Name

Controlling t
LED Light
Intensity by a
Potentiometer

Controlling LED
Light Intensity by
Exposing an LDR to
Different Light
Intensities.

Measuring
Certain Distance
and Locating
Objects by an
Ultrasonic Sensor

Page | 1
✓ Conclusions and Notes:
a) Codes can be written in different forms, but at the same time, they are obliged
to the same programming syntax, similarly, designing electronic circuits also can
take different forms and order, but the designing process is adherent to
electrical principles.
b) Arduino IDE is basically a C and C++ based program which operates with
accordance to these languages programming syntax.
c) Arduino Uno is considered as a mini computer, that has its own hardware
utilities and essential components. Of course, with limited resources and
capacities.

Page | 2

You might also like