Please note: Must be 100% original work. Plagiarism will be disputed!
Please check for plagiarism before sending:
#button {
background-color: #F05A1A;
border: 5px;
border-radius: 5px;
color: white;
padding: 5px 5px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 13px;
margin: 4px 2px;
cursor: pointer;
}
Save your time – order a paper!
Get your paper written from scratch within the tight deadline. Our service is a reliable solution to all your troubles. Place an order on any task and we will take care of it. You won’t have to worry about the quality and deadlines
Order Paper Now
https://www.grammarly.com/plagiarism?network=g&utm_source=google&matchtype=e&gclid=CjwKCAiAsejRBRB3EiwAZft7sIQ3-8qjHdHlPseQO1I778H4hesNgu7_In7juCjtNZhWFRUxwBDkNhoChUoQAvD_BwE&placement=&utm_content=56705335566&utm_campaign=Search&utm_medium=cpc&utm_term=plagiarism+checker+free
Creating a Piano with the Arduino
Lab 5a:
Procedure:
· Watch the video: “Exploring Arduino” Chapter 5 Demo: Pentatonic Piano (https://www.youtube.com/watch?t=28&v=c3m4jzE4mvs)
· Construct the breadboard circuit and implement the program presented in the video and Chapter 5 (pp.102-105) of your textbook to implement the Pentatonic Micro Piano.
Lab 5b:
Procedure:
Expanding on Lab 5a, design a circuit and Arduino program that accomplishes the following:
1. Implements all of the functionality of the Pentatonic Micro Piano.
2. Use an array as described in Chapter 5 (pp. 99-101) to simplify your sketch on determining the buttons pressed.
3. Add the RGB, yellow, Blue, and Green LEDS to create a separate LED or joint LEDs (RGB LED) and resistors to light for each note when the pushbutton is pressed.
4. Include a video of your circuit in operation and any computer screenshots during its operation. Please include your Grantham ID number in the video to show your work.Send your code file (.ino) of the lab completed and operational as well for credit.
Analysis/Discussion:
· Explain the process you used in this lab to arrive at the final design of both the hardware portion and the software portion to achieve the design objectives.
· Provide an analysis of the Tone() function. What are its input parameters and its output?
· Discuss how the use of array processing is enabled by use of For Loops
With your answers, please submit your code, a video of your circuit and any computer screenshots during its operation. Please include your Grantham ID number in the video to show your work.