With Semester 1 over and VIVA 1 behind me, it's time to start working on the production of my major project.
A previous post has already discussed the materials I needed to get my project working. Now that I have most of these materials and a prototype built. I will now start work on producing a working model.
The first step is to upload a sketch to my Arduino that will allow me to interact through capacitance.
The main aim of this work is to have my Arduino detect the human body and measure its capacitance. I'll achieve this by using the Arduino's Capacitive Sensing library. Which turns one or more of the Arduino's pins into a sensor. I will be primarily using the digital pins on the Arduino though it is also possible through analogue pins. I will then attempt to take the values measured by the Arduino and import them into processing.
Once the values are in processing I need to turn them into sound. Though processing is primarily used to create visuals there are a few methods in which it can be used for audio output. I will post the results of my research into this further in the blog.
No comments:
Post a Comment