Control your WiFi-enabled Arduino with these app by using a WiFi p2p Connection.
android-arduino-remote is hosted in the following web site
https://github.com/jere0710/android-arduino-remote
If you think the Android project android-arduino-remote 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 android-arduino-remote.
Item | Value |
---|---|
Java File Count | 10 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 14 |
Activity Count | 1 |
Fragment Count | 2 |
Required Permissions | android.permission.ACCESS_WIFI_STATE android.permission.CHANGE_WIFI_STATE android.permission.INTERNET android.permission.NFC android.permission.WAKE_LOCK |
There are 2 image files in android-arduino-remote. The names of the image files are listed as follows.
ic_action_network_wifi_active.png ic_action_network_wifi_inactive.png
The following screenshort is generated from the image listed above.
android-arduino-remote has the following Java source files.
de.jere0710.arduinoremote.activities.RemoteControlActivity.java de.jere0710.arduinoremote.fragments.CarRemoteControlFragment.java de.jere0710.arduinoremote.fragments.ConnectionDialogFragment.java de.jere0710.arduinoremote.fragments.CustomRemoteControlFragment.java de.jere0710.arduinoremote.fragments.WiFiOffDialogFragment.java de.jere0710.arduinoremote.interfaces.Constants.java de.jere0710.arduinoremote.listeners.DragListener.java de.jere0710.arduinoremote.listeners.TouchListener.java de.jere0710.arduinoremote.network.TransmitterTask.java de.jere0710.arduinoremote.network.WiFiBroadcastReceiver.java