-
BTBee_Examples_By_EF
我们都知道Android是现在很流行,尤其是ADK(Android开放配件开发工具包),它允许外部0pen源采用Android系统的硬件连接,通过USB与Android平台的设备在一个特殊的“附件”模式互动。
我们就可以继续工作数周,并尝试组装一些巴塔原型和库之间的通信通过蓝牙和Freaduino ADK的Android和Arduino。
随着谷歌提供的源文件,我们可以提供从现在起板。我们产生一个批处理,你可以购买他们here.We将尽快巴塔版本。
为了使Android和Arduino的易之间的沟通,我们想告诉你一个新的机器人与Arduino和其他类似的议会的互动方式。蓝牙为例。
步骤一:一个Android应用程序,这可能与其他设备通过蓝牙通信。
第二步:Android应用程序由蓝牙蜜蜂连接到Arduino的。
步骤之一(第一部分),我们刚刚作出了一个小应用程序的Android,实现简单的蓝牙连接与Android。(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)
- 2011-09-05 11:40:32下载
- 积分:1
-
SchoolInformation
我的学校的界面,自己弄得,刚学android时做的,是自己的第一个android作品(My school interface, oneself make, just learn to android, is his first android works my school interface, oneself make, just learn to android, is his first android works
)
- 2011-12-29 13:47:17下载
- 积分:1
-
Android小游戏
用Android写的一个小游戏,功能单一,用于练手的。游戏规则:点击一个图片就会使四连通的图片都翻转过来,直到把所有的图片都翻转过来则胜利。
已在模拟器和手机上都测试过,没有什么问题。
- 2022-07-07 18:33:42下载
- 积分:1
-
android 五子棋的程序,写着玩,可能有bug,所以就这样了
android 五子棋的程序,写着玩,可能有bug,所以就这样了-android Gobang
- 2023-02-20 18:55:04下载
- 积分:1
-
cqwdc20
说明: 详细介绍了cdma通信系统功率控制的算法,并用matlab对其进行了仿真(In this paper, the power control algorithm of the cdma communication system is introduced in detail, and the simulation is carried out by matlab.)
- 2019-03-28 14:51:42下载
- 积分:1
-
Android平台方位显示软件
Android平台显示软件的设计主要包括网络数据接收、电子罗盘动画和数据可视化显示三个部分。以Android手机平台作为目标信息显示软件, 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-04-30 19:24:24下载
- 积分:1
-
938229
实现各种滤波器和改进型,fir,can,wrap,conv,cfir()
- 2017-12-31 13:29:40下载
- 积分:1
-
MainActivityBypassed
Xigncode android from unity android games.
- 2018-10-12 23:48:17下载
- 积分:1
-
27-白光T12电烙铁控制板.rar
27-白光T12电烙铁控制板.rar
- 2019-08-21下载
- 积分:1
-
android蓝牙与设备通信
资源描述package com.capitalbio.bluetoothlibs;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.OutputStream;
import java.util.ArrayList;
import java.util.List;
import java.util.Set;
import java.util.Stack;
import java.util.TreeSet;
import java.util.UUID;
import android.annotation.SuppressLint;
import android.bluetooth.BluetoothAdapter;
import android.bluetooth.BluetoothDevice;
import android.bluetooth.BluetoothSocket;
import android.os.Handler;
import android.text.TextUtils;
import android.util.Log;
public class BluetoothService {
private String TAG = "BluetoothService";
private UUID mUUID = UUID
.fromString("00001101-0000-1000-8000-00805F9B34FB");
// .fromString("00001000-000
- 2023-06-26 10:20:04下载
- 积分:1