nativescript-mambo-ble
NativeScript插件,允许控制Parrot Mambo无人机。
npm i --save nativescript-mambo-ble

NativeScript-mambo-ble

此插件旨在与Parrot Mambo无人机通信。它提供扫描、连接和发送各种命令的功能。

安装插件

从项目根目录调用以下命令。

tns plugin add nativescript-mambo-ble

入门指南

以下是使用此插件的简要概述。更多高级示例请参见

JS核心示例

ng2示例

修改插件

如果您想修改插件,您需要首先正确设置您的环境。首先在根目录下运行,这样您就可以使用演示项目了。

tns install

重新构建JavaScript核心demo项目的插件

npm run preparedemo

重新构建angular demo-ng项目的插件

npm run preparedemo-ng

运行演示项目

cd demo

tns platform add android
tns run android

and/or

tns platform add ios
tns platform run ios

运行演示-ng项目

cd demo-ng

tns platform add android
tns run android

and/or

tns platform add ios
tns platform run ios