For our final project, my partner Sarah and I were to create a product that would aid the CSC. We started out by brainstorming several ideas. Some key points we kept in mind were that the product should:
- engage the students
- not over-engage the students to the point that they become distracted
- not make noise
- be simple enough for children of different levels to understand and associate with noise
- be sophisticated enough to incorporate all the methods we learned in class.
- allow for quick and easy modifications by the user
- be easy to debug
- be able to be incorporated in the classroom curriculum
- be aesthetically pleasing
We initially came up with several ideas, later cutting down to two options:
Step 1b: Brainstorming Product Design
Our hearts were drawn toward the Noise-o-meter! The first design was the image shown above. After discussion with Professor Banzaert, she explained that a linear progression of sound would be easier to understand for the children than a circular one. Our first thought was to make a wave-like design shown below:
After discussing with Becky, she made two points that required modification in our product design :
- If children assciate the red light with a face covering its ears, they may only associate it with covering their ears, allowing them to continue being loud.
- Some children associate better with pictures, where as others with words.
This made us change the design from the one above, to this:
When looking for LEDs to use for our project, we realized it would be time-consuming to solder hundreds of single LEDs together. Professor Banzaert recommended we these LED strips instead:
Since these LED strips do not bend while lying flat, we had to change our design to accommodate them. The following image is our final design as well as price calculation for our purchase.
Step 2: Product Building
1. Laser cutting a delrin sheet into our desired shape (created on SolidWorks):
2. Attaching LED strips onto board and soldering the strips together with wires. This was the most time-consuming and difficult step in our entire process. Many times the solder would break off, removing the underlying copper and rendering the entire strip unusable.
3. Making the necessary connections. The Arduino was connected to:
a) sound sensor which detected the noise level
b) LEDs that light up based on the number read by the sound sensor
c) two servos that move from position one (0 degrees) to position two (180 degrees) based on which LED is on.
The following image is our test piece before connections were made on the final delrin sheet with the LED strips.
4. We attached the breadboards, ardunio, and servos to our product. We used LEGOs to create a:
a) compartment for the arduino (to prevent damage)
b) gear mechanism to push a message out
c) base for the servo so that it would be on the right level to carry out the mechanism
The legos were attached to the delrin sheet using hot glue.
5. Our last step was to create a code that would make this work!
a) The code for our test piece (before attachment to the delrin and with three single LEDs)
b) Code for final product (LED strips instead of three LEDs)
c) The code above reacts to the input from the sound sensor very fast, causing quick changes in the color of the lights. This would confuse the children. To smooth the transition between colors, we modified the code to average every 10 readings from the sound sensor.
Step 3: Product Testing
Time to test our product! Although we visited the CSC to collect data on noise level, for the simplicity of presentation, we used an online tone generator to test our product.
Future Modifications:
- With more time, we would incorporate a potentiometer to allow the teacher to to change the sensitivity of the product based on activities in the classroom. I.e. nap time would have a different loudness threshold than group activity. Although we wrote the code for the potentiometer, time did not allow us to perfect it for use.
- Another type of smoothing code we found on the arduino website averaged 10 readings and included every new reading in its previous average. When applied to our product, we found our own averaging code to work better and decided not to use the one provided below. With more time, we would be able to modify this code to produce our desired result.
Final Notes:
- The faces we added to our design are attached to the delrin by velcro, making them interchangeable and also allowing the teachers to use their own drawings.
- The delrin is a good surface for dry erase markers, allowing the teachers to change the messages as they desire.
- The messages are attached to the mobile actuator using legos, allowing the teacher to easily pop it off and on when they need changing.
- A battery pack allows the teacher to place the product where necessary, without the restriction of placing it near an outlet.
- We had so much fun creating this product!
![]() |
| Sarah (right) and I with our final product! |


















No comments:
Post a Comment