For our sound sensing lamp concept, we're planning on using one sensor and two actuators with everything connected and controlled via an Arduino Uno.
Sensing Approach
Our lamp will need to be able to sense sound levels in shared living situations like an apartment or dormitory.
To do this, we’ll need to sense sound from the area surrounding the lamp. After some unsuccessful attempts with other cheaper options, we ultimately landed on the MAX9814 microphone amplifier with automatic gain control as our sound sensor of choice.
Processing Logic
Our lamp will require an Arduino sketch that can take in the analog data coming from our our microphone sensor.
If the sound levels exceed our defined noise threshold 5 times in a 30 second period (tracked using millis()), then we'll activate our LEDs and LCD interface.
Actuating Approach
No comments:
Post a Comment