Using the microphone on an Android phone, send the detected volume levels as data using Bluetooth out to a paired Arduino device that also has a Bluetooth module attached (bought separately). The Arduino then modulates the brightness of a LED (can be a big lamp for bragging rights) so a mealtime conversation is encouraged..
Amplify is hosted in the following web site
https://github.com/garytse89/Amplify
If you think the Android project Amplify listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of Amplify.
Item | Value |
---|---|
Java File Count | 2 |
Target SDK Version | 17 |
Minimum SDK Version | 8 |
Activity Count | 1 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.BLUETOOTH android.permission.BLUETOOTH_ADMIN android.permission.RECORD_AUDIO android.permission.WAKE_LOCK android.permission.WRITE_EXTERNAL_STORAGE |
Amplify has the following Java source files.
com.garytse89.allin.MainActivity.java com.garytse89.allin.SoundMeter.java