2019-11-17 (Su) Electronic Wind Chimes EWC_Presenter

Yesterday, I made the project recognize serial commands to control the tempo of a soundscape but I also wanted to be able to control the speed through an external potentiometer. Perhaps this could be an oversized wheel somewhere that a person could twist and hear the difference in the code or a lever the height of a person that could be lifted to speed up the sound.
It was not possible to place a second potentiometer in parallel with the existing one, they would interfere with one another, so I had to create a new mode where the hardware would look at a different analog input, A2, for the speed setting. I had this code implemented, but I troubleshooting was not working because I forgot to tell the program to start activating the new stuff but after I sorted out my mistake, it worked well.

Pin A2 was accessible through the accessory port on the top of the board. I added a white label next to the port so I could reference which pins connected to the Arduino and where.
Adjusting intensity remotely

The rest of the posts for this project have been arranged by date.

First time here?

Completed projects from year 1
Completed projects from year 2
Completed projects from year 3
Completed projects from year 4
Completed projects from year 5
Completed projects from year 6

Disclaimer for http://24hourengineer.blogspot.com and 24HourEngineer.com

This disclaimer must be intact and whole. This disclaimer must be included if a project is distributed.

All information in this blog, or linked by this blog, is not to be taken as advice or solicitation. Anyone attempting to replicate, in whole or in part, is responsible for the outcome and procedure. Any loss of functionality, money, property, or similar, is the responsibility of those involved in the replication.

All digital communication regarding the email address 24hourengineer@gmail.com becomes the intellectual property of Brian McEvoy. Any information contained within these messages may be distributed or retained at the discretion of Brian McEvoy. Any email sent to this address, or any email account owned by  Brian McEvoy, cannot be used to claim property or assets.

Comments to the blog may be utilized or erased at the discretion of the owner. No one posting may claim property or assets based on their post.

This blog, including pictures and text, is copyright to Brian McEvoy.

2019-11-15

Comments