Android Open Source - Hardware module Amplify






Project Summary

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..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of Amplify.

ItemValue
Java File Count2
Target SDK Version17
Minimum SDK Version8
Activity Count1
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.BLUETOOTH
android.permission.BLUETOOTH_ADMIN
android.permission.RECORD_AUDIO
android.permission.WAKE_LOCK
android.permission.WRITE_EXTERNAL_STORAGE




Java Source Files

Amplify has the following Java source files.

com.garytse89.allin.MainActivity.java
com.garytse89.allin.SoundMeter.java