Our project is an Arduino based toy for infants used to keep the child occupied while teaching them motor skills (gross and fine), and introducing the concepts of numbers, cause and effect, and music.
The DeviceOur toy boasts an array of interactive elements which produce sound, light, and movement. The sides include:
All housed in a plastic Tupperware container.
To make this toy wireless, we made a battery pack out of AA batteries connected in series to output 9 volts.
CreationOur first steps in creating the project was to build each component of the project. We drafted each side of the box individually to test out our ideas and to see how it would work in person rather than on paper. Once all components were working, we programmed them in a way that only one of the components which needed manual control (the motor, the knob, and the Element) worked at a time. After everything was programmed, we assembled the project by preparing the enclosure to fit the components inside and decorated it.
Throughout the process of combining all desired components into one functioning device, we experienced many setbacks. Our biggest roadblock was timing. The use of potentiometers made it necessary to add delays in out code in order to see if there was a change in value of the potentiometer. While a single delay does not effect the functionality of the code, having multiple methods that implement delays seriously effected the timing, causing all of the code not to work properly. To solve this problem, we devised a way so that only one element of our code would operate at a time. This also prevented multiple "sides of our box" to be used at once. By cycling through each input and checking if the value had changed, we were able to eliminate our timing problem. This minor reevaluation of our code taught us a very important lesson about combining multiple sections of code. Secondly, we learned that LEDs use a lot of pins on a project. When we were first prototyping we realized that our Arduino board was three pins short of what we needed. To fix this we connected multiple LEDs together so that they would turn on at the same time. Lastly, we learned that wires take up more space that one would think, and that proper wire organization is a must when constructing any project.
ImprovementGiven the the time and materials allotted to the project, we had to make many sacrifices which ultimately affected the quality of our project. If we had more time/money, we would have:
- Created a custom circuit board and used more disconnects.
- Obtained a better quality enclosure (Made of stronger materials such as wood or metal; better decoration.)
- Higher end components (speaker is quiet, buttons are too soft, an actual battery pack would be nice, too.)
- More organized & tidy wire management
Comments
Please log in or sign up to comment.