找回密码
 立即注册

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)




分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏1 顶 踩
牛卧堂
回复

使用道具 举报

沙发
 楼主| 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