找回密码
 立即注册

QQ登录

只需一步,快速开始

开启左侧

手機/藍牙通訊App 培训ppt

[复制链接]
admin 发表于 2015-1-23 10:13:16 | 显示全部楼层 |阅读模式
手機/藍牙通訊App培训ppt

内容:
手机app开发环境搭建 : phoneGap  跨平台 IOS/Android/WebOS/WP.


手机app与新唐mcu通讯 实例

btApp.ppt (547 KB, 下载次数: 1941)
牛卧堂
回复

使用道具 举报

 楼主| admin 发表于 2015-1-23 10:25:28 | 显示全部楼层
            <h1>nubt app</h1>
            
        <button type=button>状态</button>            
        <button type=button>开启</button>
        <button type=button>关闭</button>

        <button type=button>开始搜索</button>
   
        <button type=button>配对</button>

        <button type=button>write</button>
   
   
        <button type=button>connect</button>
    <button type=button>disconnect</button>        
        

        </div>





var gotUuids = function(device) {

            var onConnection = function() {


                var onConnectionLost = function() {

                    onFail();
                }

                window.bluetooth.startConnectionManager(
                    console.log, onConnectionLost);
            }

            window.bluetooth.connect(onConnection, onFail,                 {
                address:"BF:03:E0:91:90:04",
                uuid:"00001101-0000-1000-8000-00805F9B34FB",
                }
                );
        }

        window.bluetooth.getUuids(gotUuids, onFail,"BF:03:E0:91:90:04" );
    }            



牛卧堂
回复 支持 反对

使用道具 举报

 楼主| admin 发表于 2015-1-23 10:39:57 | 显示全部楼层
牛卧堂
回复 支持 反对

使用道具 举报

gyg12321 发表于 2016-3-3 09:18:09 | 显示全部楼层
好东西!!!
回复

使用道具 举报

高级模式
B Color Image Link Quote Code Smilies |上传

本版积分规则

新唐MCU