top of page

ASSIGNMENT 2.5: INTRO TO ARDUINO
Learning the Basics of Arduino
The objective of this assignment is to learn the typical workflow of Arduino and to distinguish the capabilities of an Arduino UNO microprocessor board such as its ability to read analog and digital signals.
ME360 Asgmt 2.5: Intro to Arduino: Project

ME360 Asgmt 2.5: Intro to Arduino: Work
Assignment Debrief:
An Arduino is a highly versatile microcontroller. It has multiple functions such as pulse width modulation, ability to sense voltage changes, and provide control based on logic written in code. A drawback of Arduino is that it performs all functions linearly (step by step) in a loop which makes performing 2 tasks in parallel a challenge.
Several test circuits were built and tested successfully to further understand the scope of the Arduino system. Previous knowledge and experience with the Arduino greatly helped my understanding in this assignment.
ME360 Asgmt 2.5: Intro to Arduino: Quote
bottom of page







