-
android音频处理显示
android平台下的语音识别完整代码,喜欢研究的童鞋不可错过~
- 2022-02-02 12:20:07下载
- 积分:1
-
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
-
EngadgetTabBar
模仿Engadget风格的Android菜单代码(Engadget Android imitate style menu code)
- 2013-08-07 11:54:09下载
- 积分:1
-
MXMagneticfield
从手机采集加速度,陀螺仪,地磁 传感器数据并实时显示( U4ECE u624B u673A u91C7 u96C6 u52A0 u901F u5EA6 uFF0C u9640 u87A u7H)
- 2017-05-03 10:36:03下载
- 积分:1
-
android录音源码- 录制MP3语音 完整实例下载
录制MP3语音
- 2014-04-07下载
- 积分:1
-
android使用socket原生开发聊天系统
android 使用socket 开发的聊天系统,原生代码建立数据库,存储聊天数据等
- 2023-01-08 07:35:23下载
- 积分:1
-
Android BLE通信
实现Android ble 搜索 连接 通信,把里面的服务uuid换成自己要通信的ble板里面的就可以跑起来
- 2023-06-09 23:05:05下载
- 积分:1
-
蓝牙
说明: 蓝牙通信,手机端与单片机之间蓝牙通信,可用于蓝牙定位。(Bluetooth connection)
- 2019-10-22 18:22:21下载
- 积分:1
-
带 Android 应用的桌面蓝牙锁定程序
翻译 maninwest@Codeforge 作者:Arkadeep De@CodeProject在创建了一个 USB 锁定程序后,我想应该创建一个蓝牙锁。这样做了以后,我想,为什么不创建一个安卓应用来访问呢?让我们一起来了解如何创建具有安卓应用的蓝牙锁定程序。使用代码让我们来了解代码。首先,您需要找到设备附近的蓝牙设备:InTheHand.Net.Sockets.BluetoothClient bc = new InTheHand.Net.Sockets.BluetoothClient();
InTheHand.Net.Sockets.BluetoothDeviceInfo[] array = bc.DiscoverDevices();在数组中,所有可发现的设备都会列出,现在你可以查看每个设备的 MAC 地址。 for (int i = 0; i < array.Length; i++)
{ this.address_array[i] = array[i].DeviceAddress;
mac = mac + this.address_array[i].ToString();
}完成检查后,检查你的设备的 mac 地址是否在发现的设备中。如果有,锁定计算机。如何锁定计算机:[DllImport("user32.dll", SetLastError = true)] static extern bool LockWorkStation(); bool result = LockWorkStation(); if (result == false)
{ // An error occurred throw new Win32Exception(Marshal.GetL
- 2022-06-14 15:28:20下载
- 积分:1
-
安卓后台服务程序
资源描述安卓的后台服务程序 安卓的后台服务程序 安卓的后台服务程序 安卓的后台服务程序 安卓的后台服务程序 安卓的后台服务程序 安卓的后台服务程序 安卓的后台服务程序 安卓的后台服务程序 安卓的后台服务程序 安卓的后台服务程序 安卓的后台服务程序
- 2022-03-04 14:31:40下载
- 积分:1