0% found this document useful (0 votes)
47 views2 pages

MusicLights Answers

This document provides instructions for a multi-step Arduino music and light project. It prompts the user to work on playing individual notes when a button is pressed, adding pauses between notes, and then completing the song by working on the remaining notes and the button sensor input. Hints are provided to identify the input and output components, and consider using if/else or forever loops in the code. Upon finishing the first two stages, the user is encouraged to add additional outputs and try out their full circuit design.

Uploaded by

cesur27
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
47 views2 pages

MusicLights Answers

This document provides instructions for a multi-step Arduino music and light project. It prompts the user to work on playing individual notes when a button is pressed, adding pauses between notes, and then completing the song by working on the remaining notes and the button sensor input. Hints are provided to identify the input and output components, and consider using if/else or forever loops in the code. Upon finishing the first two stages, the user is encouraged to add additional outputs and try out their full circuit design.

Uploaded by

cesur27
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Worksheet: Music and Light View demo Input Output Think Arduino components Input Output Description Button

is pressed Music plays

Step 1: Work on one note. Work on the Pause. How would you add the next note?

Hint: If you are not sure where to start, try finding the input and output components. Bring them to the stage. Then think about the rules. Does if, else apply? Does forever apply?

Congratulations on completing Stage 1 and 2. You can refer to the Components Specification Document, and brainstorm on how you can add additional outputs to your circuit. And try it out!

Step 2: Work on the remaining notes.

Step 3: Work on the button sensor.

You might also like