Description: We all know Android is very popular now, especially ADK (Android Open Accessory Development Kit), which allows external 0pen source hardware to connect with Android system by USB and interact with an Android-powered device in a special “accessory” mode.
We keep working on it for weeks, and try to assemble some bata prototype and make a library for the communication between Android and Arduino by bluetooth and Freaduino for ADK.
With the Google providing source files, we are able to provide this board from now on. We produce a batch, you can purchase them here.We will provide the Bata version as soon as possible.
To make the communication between Android and Arduino easy, we would like show you a new way that android interact with Arduino and other similar boards. Bluetooth for example.
Step one: Make a APP to Android which could communicate with other devices by bluetooth.
Step two: Android APP connect to Arduino by Bluetooth Bee.
For step one(Part1), we have just made a little A
To Search:
File list (Check if you may need any files):
Examples_08_09
..............\.classpath
..............\.project
..............\AndroidManifest.xml
..............\assets
..............\bin
..............\...\Activity01.apk
..............\...\classes.dex
..............\...\com
..............\...\...\yarin
..............\...\...\.....\android
..............\...\...\.....\.......\Examples_08_09
..............\...\...\.....\.......\..............\Activity01.class
..............\...\...\.....\.......\..............\ClientSocketActivity$1.class
..............\...\...\.....\.......\..............\ClientSocketActivity.class
..............\...\...\.....\.......\..............\DiscoveryActivity$1.class
..............\...\...\.....\.......\..............\DiscoveryActivity$2.class
..............\...\...\.....\.......\..............\DiscoveryActivity$3.class
..............\...\...\.....\.......\..............\DiscoveryActivity$4.class
..............\...\...\.....\.......\..............\DiscoveryActivity$5.class
..............\...\...\.....\.......\..............\DiscoveryActivity.class
..............\...\...\.....\.......\..............\OBEXActivity$1$1.class
..............\...\...\.....\.......\..............\OBEXActivity$1.class
..............\...\...\.....\.......\..............\OBEXActivity$2.class
..............\...\...\.....\.......\..............\OBEXActivity$3.class
..............\...\...\.....\.......\..............\OBEXActivity.class
..............\...\...\.....\.......\..............\R$attr.class
..............\...\...\.....\.......\..............\R$color.class
..............\...\...\.....\.......\..............\R$drawable.class
..............\...\...\.....\.......\..............\R$layout.class
..............\...\...\.....\.......\..............\R$string.class
..............\...\...\.....\.......\..............\R$style.class
..............\...\...\.....\.......\..............\R.class
..............\...\...\.....\.......\..............\SamplesUtils$1$1.class
..............\...\...\.....\.......\..............\SamplesUtils$1.class
..............\...\...\.....\.......\..............\SamplesUtils.class
..............\...\...\.....\.......\..............\ServerSocketActivity$1.class
..............\...\...\.....\.......\..............\ServerSocketActivity$2.class
..............\...\...\.....\.......\..............\ServerSocketActivity$3.class
..............\...\...\.....\.......\..............\ServerSocketActivity$4.class
..............\...\...\.....\.......\..............\ServerSocketActivity.class
..............\...\resources.ap_
..............\default.properties
..............\gen
..............\...\com
..............\...\...\yarin
..............\...\...\.....\android
..............\...\...\.....\.......\Examples_08_09
..............\...\...\.....\.......\..............\R.java
..............\res
..............\...\drawable-hdpi
..............\...\.............\icon.png
..............\...\drawable-ldpi
..............\...\.............\icon.png
..............\...\drawable-mdpi
..............\...\.............\icon.png
..............\...\layout
..............\...\......\client_socket.xml
..............\...\......\discovery.xml
..............\...\......\main.xml
..............\...\......\obex_server_socket.xml
..............\...\......\server_socket.xml
..............\...\values
..............\...\......\colors.xml
..............\...\......\strings.xml
..............\...\......\styles.xml
..............\src
..............\...\com
..............\...\...\yarin
..............\...\...\.....\android
..............\...\...\.....\.......\Examples_08_09
..............\...\...\.....\.......\..............\Activity01.java
..............\...\...\.....\.......\..............\ClientSocketActivity.java
..............\...\...\.....\.......\..............\DiscoveryActivity.java
..............\...\...\.....\.......\..............\OBEXActivity.java
..............\...\...\.....\.......\..............\SamplesUtils.java
..............\...\...\.....\.......\..............\ServerSocketActivity.java