Project 02 Report
Project 02 Report
Project #2
Introduction to Arduino
EML 4804
Submitted by:
Manuel Caballero
ID#: 6272113
Date of submission:
05/19/2024
Summer, 2024
Introduction
The Arduino Blink project is a basic educational task meant to acquaint
users with the core operations of an Arduino microcontroller. This example
illustrates key programming topics, including pin configuration, digital output
control, and delay function usage, by turning an LED on and off. This project is a
great place for novices to start learning electronics and programming because it
teaches them how to modify physical components using simple code in a hands-on
way.
Materials used.
Picture
https://drive.google.com/file/d/1ZwK4F0JhuKU3JTGz_e3v7D0VfgrQixq9/
view?usp=sharing … visual representation.
Conclusion
I gained an understanding of the fundamentals of configuring and
programming an Arduino microcontroller, including managing digital outputs and
pin configuration, by re-creating the Arduino Blink project. Even though the
assignment was rather simple, I had a little of trouble comprehending the Arduino
Uno's pin layout. I was able to determine which pins were meant for the integrated
LED and other components by carefully examining the pin layout and consulting
the official Arduino documentation. My comprehension of fundamental electronics
and programming has improved as a result of this practical experience, giving me a
strong basis for future projects with more complicated components.
References
1. https://fiu.instructure.com/courses/197720/pages/module-2-%7C-pre-
record-lecture?module_item_id=8609354
2. https://www.geeksforgeeks.org/led-blinking-using-arduino/